IconTheme.connectChanged
gulong connectChanged(T)(T callback, Flag!"After" after = No.After) if (isCallable!T
&& is(ReturnType!T == void)
&& (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] : gtk.icon_theme.IconTheme)))
&& Parameters!T.length < 2)Connect to Changed signal.
Emitted when the icon theme changes.
This can happen because current icon theme is switched or because GTK detects that a change has occurred in the contents of the current icon theme.
Parameters
callback | signal callback delegate or function to connect void callback(gtk.icon_theme.IconTheme iconTheme) iconTheme the instance the signal is connected to (optional) |
after | Yes.After to execute callback after default handler, No.After to execute before (default) |
Returns
Signal ID