Method
GtkActionget_accel_path
deprecated: 3.10 since: 2.6
Declaration [src]
const gchar*
gtk_action_get_accel_path (
GtkAction* action
)
Description [src]
Returns the accel path for this action.
Available since: 2.6
Deprecated since: 3.10
Use GAction
and the accelerator path on an associated
GtkMenu
instead.