Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gactionmap.h>
Data Fields | |
const gchar * | name |
void(* | activate )(GSimpleAction *action, GVariant *parameter, gpointer user_data) |
const gchar * | parameter_type |
const gchar * | state |
void(* | change_state )(GSimpleAction *action, GVariant *value, gpointer user_data) |
gsize | padding [3] |
Definition at line 57 of file gactionmap.h.
void(* _GActionEntry::activate) (GSimpleAction *action, GVariant *parameter, gpointer user_data) |
Definition at line 61 of file gactionmap.h.
void(* _GActionEntry::change_state) (GSimpleAction *action, GVariant *value, gpointer user_data) |
Definition at line 69 of file gactionmap.h.
const gchar* _GActionEntry::name |
Definition at line 59 of file gactionmap.h.
gsize _GActionEntry::padding[3] |
Definition at line 74 of file gactionmap.h.
const gchar* _GActionEntry::parameter_type |
Definition at line 65 of file gactionmap.h.
const gchar* _GActionEntry::state |
Definition at line 67 of file gactionmap.h.