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 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.