Method

GtkActionget_accel_closure

deprecated: 3.10 since: 2.8

Declaration [src]

GClosure*
gtk_action_get_accel_closure (
  GtkAction* action
)

Description [src]

Returns the accel closure for this action.

Available since: 2.8

Deprecated since: 3.10

Use GAction and GtkMenu instead, which have no equivalent for getting the accel closure.

Return value

Type: GClosure

The accel closure for this action. The returned closure is owned by GTK+ and must not be unreffed or modified.

The returned data is owned by the instance.