Function
Gtkaccel_groups_from_object
Declaration [src]
GSList*
gtk_accel_groups_from_object(
GObject*object
)
Description [src]
Gets a list of all accel groups which are attached to object.
Parameters
object-
Type:
A
GObject, usually aGtkWindow.The data is owned by the caller of the function.
Return value
Type: A list of GtkAccelGroup*
A list of
all accel groups which are attached to object.
The data is owned by the called function.