Method
GObjectSignalGroupconnect_data
since: 2.72
Declaration [src]
void
g_signal_group_connect_data (
  GSignalGroup* self,
  const gchar* detailed_signal,
  GCallback c_handler,
  gpointer data,
  GClosureNotify notify,
  GConnectFlags flags
)
Description [src]
Connects c_handler to the signal detailed_signal
on the target instance of self.
You cannot connect a signal handler after GSignalGroup:target has been set.
Available since: 2.72
Parameters
- detailed_signal
- 
            Type: const gchar*A string of the form “signal-name::detail”. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- c_handler
- 
            Type: GCallbackThe GCallbackto connect.
- data
- 
            Type: gpointerThe data to pass to c_handlercalls.The argument can be NULL.The data is owned by the caller of the method. 
- notify
- 
            Type: GClosureNotifyFunction to be called when disposing of self.
- flags
- 
            Type: GConnectFlagsThe flags used to create the signal connection.