Class

PhocKeybindings

Description [src]

final class Phoc.Keybindings : GObject.Object
{
  /* No available fields */
}

Keybindings stored in gsettings.

Hierarchy

hierarchy this PhocKeybindings ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

phoc_keybindings_new
No description available.

Functions

phoc_keybindings_parse_accelerator

Parse strings representing keybindings into modifier and symbols.

Instance methods

phoc_keybindings_handle_pressed

Check if a keybinding is known and run the associated action.

phoc_keybindings_load_settings
No description available.

phoc_keybindings_set_context
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct PhocKeybindingsClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.