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: GClosure

The closure to remove from this accelerator group, or NULL to remove all closures.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the closure was found and got disconnected.