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