MCPcopy Create free account
hub / github.com/audacity/audacity / OpenInDefaultBrowser

Function OpenInDefaultBrowser

libraries/lib-basic-ui/BasicUI.cpp:267–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267bool OpenInDefaultBrowser(const wxString &url)
268{
269#if defined(HAS_XDG_OPEN_HELPER)
270 if (RunXDGOpen(url.ToStdString()))
271 return true;
272#endif
273
274 if(auto p = Get())
275 return p->DoOpenInDefaultBrowser(url);
276
277 return false;
278}
279
280TranslatableString DefaultCaption()
281{

Callers 15

FFmpegPrefs.cppFile · 0.50
OnDownloadFunction · 0.50
OnUpdateSavedMethod · 0.50
HandleCloudLoginMethod · 0.50
OnCloudStatusChangedMethod · 0.50
OnOpenMethod · 0.50
OnOpenAudioComMethod · 0.50
LinkFailedDialogMethod · 0.50
OnOpenAudioComMethod · 0.50
HandleUploadSucceededMethod · 0.50
ContinueAuthorizeMethod · 0.50
OnUpdateMixdownFunction · 0.50

Calls 3

RunXDGOpenFunction · 0.85
GetFunction · 0.85

Tested by

no test coverage detected