Constructor
GObjectSignalGroupnew
since: 2.72
Declaration [src]
GSignalGroup*
g_signal_group_new (
GType target_type
)
Description [src]
Creates a new GSignalGroup
for target instances of target_type
.
Available since: 2.72
Return value
Type: GSignalGroup
A new GSignalGroup
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |