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

A GObject, usually a GtkWindow.

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.