Method
GtkAccelGroupdisconnect
Declaration [src]
gboolean
gtk_accel_group_disconnect (
GtkAccelGroup* accel_group,
GClosure* closure
)
Description [src]
Removes an accelerator previously installed through gtk_accel_group_connect().
Since 2.20 closure can be NULL.
Parameters
closure-
Type:
GClosureThe closure to remove from this accelerator group, or
NULLto remove all closures.The argument can be NULL.The data is owned by the caller of the method.