get
function get():Gtk.AccelMap {
// Gjs wrapper for gtk_accel_map_get()
}Gets the singleton global Gtk.AccelMap object. This object is useful only for notification of changes to the accelerator map via the ::changed signal; it isn't a parameter to the other accelerator map functions.
Since 2.4
- Returns
the global Gtk.AccelMap object