Method
GtkActionget_accel_closure
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 |
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 data is owned by the instance. |