AccelGroup.disconnect

Removes an accelerator previously installed through gtk_accel_group_connect(). Since 2.20 closure can be NULL.

class AccelGroup
int
disconnect

Parameters

closure Closure

the closure to remove from this accelerator group, or NULL to remove all closures. [allow-none]

Return Value

Type: int

TRUE if the closure was found and got disconnected

Meta