Gtk.Action.prototype.get_accel_path
function get_accel_path():String { // Gjs wrapper for gtk_action_get_accel_path() }
Returns the accel path for this action.
Since 2.6
- Returns
the accel path for this action, or null if none is set. The returned string is owned by GTK+ and must not be freed or modified.