Interface
MetaInhibitShortcutsDialog
Prerequisite
In order to implement InhibitShortcutsDialog, your type must inherit fromGObject.
Instance methods
meta_inhibit_shortcuts_dialog_response
Responds and closes the dialog. To be called by MetaInhibitShortcutsDialog
implementations.
Interface structure
struct MetaInhibitShortcutsDialogInterface {
  GTypeInterface parent_iface;
  void (* show) (
    MetaInhibitShortcutsDialog* dialog
  );
  void (* hide) (
    MetaInhibitShortcutsDialog* dialog
  );
  
}No description available.
Interface members
| parent_iface |  | 
| No description available. | |
| show |  | 
| No description available. | |
| hide |  | 
| No description available. |