Function

Gtk-4.0Gtkaccelerator_parse_with_keycode

  • Parses a string representing an accelerator.

    This is similar to Gtk.accelerator_parse but handles keycodes as well. This is only useful for system-level components, applications should use Gtk.accelerator_parse instead.

    If accelerator_codes is given and the result stored in it is non-null, the result must be freed with g_free().

    If a keycode is present in the accelerator and no accelerator_codes is given, the parse will fail.

    If the parse fails, accelerator_key, accelerator_mods and accelerator_codes will be set to 0 (zero).

    Parameters

    • accelerator: string

      string representing an accelerator

    • display: Gdk.Display

      the Gdk.Display to look up accelerator_codes in

    Returns [boolean, number, number[], Gdk.ModifierType]

    true if parsing succeeded