ShortcutsSection.connectChangeCurrentPage

gulong connectChangeCurrentPage(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] == int))) && (Parameters!T.length < 2 || (ParameterStorageClassTuple!T[1] == ParameterStorageClass.none && is(Parameters!T[1] : gtk.shortcuts_section.ShortcutsSection))) && Parameters!T.length < 3)

Connect to ChangeCurrentPage signal.

Parameters

callbacksignal callback delegate or function to connect bool callback(int object, gtk.shortcuts_section.ShortcutsSection shortcutsSection) object (optional) shortcutsSection the instance the signal is connected to (optional) Returns
afterYes.After to execute callback after default handler, No.After to execute before (default)

Returns

Signal ID