AboutDialog.setUrlHook

Warning gtk_about_dialog_set_url_hook has been deprecated since version 2.24 and should not be used in newly-written code. Use the "activate-link" signal Installs a global function to be called whenever the user activates a URL link in an about dialog. Since 2.18 there exists a default function which uses gtk_show_uri(). To deactivate it, you can pass NULL for func. Since 2.6

Parameters

func GtkAboutDialogActivateLinkFunc

a function to call when a URL link is activated.

data void*

data to pass to func

destroy GDestroyNotify

GDestroyNotify for data

Return Value

the previous URL hook.

Meta