Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GtkShortcutManagerInterface Struct Reference

#include <gtkshortcutmanager.h>

Data Fields

GTypeInterface g_iface
 
void(* add_controller )(GtkShortcutManager *self, GtkShortcutController *controller)
 
void(* remove_controller )(GtkShortcutManager *self, GtkShortcutController *controller)
 

Detailed Description

GtkShortcutManagerInterface: @add_controller: Add a GtkShortcutController to be managed. @remove_controller: Remove a GtkShortcutController that had previously been added

The list of functions that can be implemented for the GtkShortcutManager interface.

Note that no function is mandatory to implement, the default implementation will work fine.

Definition at line 48 of file gtkshortcutmanager.h.

Field Documentation

◆ add_controller

void(* _GtkShortcutManagerInterface::add_controller) (GtkShortcutManager *self, GtkShortcutController *controller)

Definition at line 54 of file gtkshortcutmanager.h.

◆ g_iface

GTypeInterface _GtkShortcutManagerInterface::g_iface

Definition at line 51 of file gtkshortcutmanager.h.

◆ remove_controller

void(* _GtkShortcutManagerInterface::remove_controller) (GtkShortcutManager *self, GtkShortcutController *controller)

Definition at line 56 of file gtkshortcutmanager.h.


The documentation for this struct was generated from the following file: