AboutWindow.connectActivateLink

gulong connectActivateLink(T)(T callback, Flag!"After" after = No.After) if (isCallable!T && is(ReturnType!T == bool) && (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] == string))) && (Parameters!T.length < 2 || (ParameterStorageClassTuple!T[1] == ParameterStorageClass.none && is(Parameters!T[1] : adw.about_window.AboutWindow))) && Parameters!T.length < 3)

Connect to ActivateLink signal.

Emitted when a URL is activated.

Applications may connect to it to override the default behavior, which is to call funcGtk.show_uri.

Parameters

callbacksignal callback delegate or function to connect bool callback(string uri, adw.about_window.AboutWindow aboutWindow) uri the URI to activate (optional) aboutWindow the instance the signal is connected to (optional) Returns TRUE if the link has been activated
afterYes.After to execute callback after default handler, No.After to execute before (default)

Returns

Signal ID