Connects @callback to the signal @detailed_signal on the target instance of @self.
The instance on which the signal is emitted and @data will be swapped when calling @callback.
See: g_signal_connect_swapped().
a string of the form "signal-name::detail"
the #GCallback to connect
the data to pass to @callback calls
See Implementation
Connects @callback to the signal @detailed_signal on the target instance of @self.
The instance on which the signal is emitted and @data will be swapped when calling @callback.
See: g_signal_connect_swapped().