Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gio/giotypes.h>
Go to the source code of this file.
Data Structures | |
struct | _GActionMapInterface |
struct | _GActionEntry |
Macros | |
#define | G_TYPE_ACTION_MAP (g_action_map_get_type ()) |
#define | G_ACTION_MAP(inst) |
#define | G_IS_ACTION_MAP(inst) |
#define | G_ACTION_MAP_GET_IFACE(inst) |
Typedefs | |
typedef struct _GActionMapInterface | GActionMapInterface |
typedef struct _GActionEntry | GActionEntry |
Functions | |
GIO_AVAILABLE_IN_2_32 GType | g_action_map_get_type (void) G_GNUC_CONST |
GIO_AVAILABLE_IN_2_32 GAction * | g_action_map_lookup_action (GActionMap *action_map, const gchar *action_name) |
GIO_AVAILABLE_IN_2_32 void | g_action_map_add_action (GActionMap *action_map, GAction *action) |
GIO_AVAILABLE_IN_2_32 void | g_action_map_remove_action (GActionMap *action_map, const gchar *action_name) |
GIO_AVAILABLE_IN_2_32 void | g_action_map_add_action_entries (GActionMap *action_map, const GActionEntry *entries, gint n_entries, gpointer user_data) |
GIO_AVAILABLE_IN_2_78 void | g_action_map_remove_action_entries (GActionMap *action_map, const GActionEntry *entries, gint n_entries) |
#define G_ACTION_MAP | ( | inst | ) |
Definition at line 35 of file gactionmap.h.
#define G_ACTION_MAP_GET_IFACE | ( | inst | ) |
Definition at line 39 of file gactionmap.h.
#define G_IS_ACTION_MAP | ( | inst | ) |
Definition at line 37 of file gactionmap.h.
#define G_TYPE_ACTION_MAP (g_action_map_get_type ()) |
Definition at line 34 of file gactionmap.h.
typedef struct _GActionEntry GActionEntry |
Definition at line 43 of file gactionmap.h.
typedef struct _GActionMapInterface GActionMapInterface |
Definition at line 42 of file gactionmap.h.
GIO_AVAILABLE_IN_2_32 void g_action_map_add_action | ( | GActionMap * | action_map, |
GAction * | action ) |
GIO_AVAILABLE_IN_2_32 void g_action_map_add_action_entries | ( | GActionMap * | action_map, |
const GActionEntry * | entries, | ||
gint | n_entries, | ||
gpointer | user_data ) |
GIO_AVAILABLE_IN_2_32 GType g_action_map_get_type | ( | void | ) |
GIO_AVAILABLE_IN_2_32 GAction * g_action_map_lookup_action | ( | GActionMap * | action_map, |
const gchar * | action_name ) |
GIO_AVAILABLE_IN_2_32 void g_action_map_remove_action | ( | GActionMap * | action_map, |
const gchar * | action_name ) |
GIO_AVAILABLE_IN_2_78 void g_action_map_remove_action_entries | ( | GActionMap * | action_map, |
const GActionEntry * | entries, | ||
gint | n_entries ) |