Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gio/giotypes.h>
Go to the source code of this file.
Macros | |
#define | G_TYPE_SIMPLE_ACTION (g_simple_action_get_type ()) |
#define | G_SIMPLE_ACTION(inst) |
#define | G_IS_SIMPLE_ACTION(inst) |
Functions | |
GIO_AVAILABLE_IN_ALL GType | g_simple_action_get_type (void) G_GNUC_CONST |
GIO_AVAILABLE_IN_ALL GSimpleAction * | g_simple_action_new (const gchar *name, const GVariantType *parameter_type) |
GIO_AVAILABLE_IN_ALL GSimpleAction * | g_simple_action_new_stateful (const gchar *name, const GVariantType *parameter_type, GVariant *state) |
GIO_AVAILABLE_IN_ALL void | g_simple_action_set_enabled (GSimpleAction *simple, gboolean enabled) |
GIO_AVAILABLE_IN_2_30 void | g_simple_action_set_state (GSimpleAction *simple, GVariant *value) |
GIO_AVAILABLE_IN_2_44 void | g_simple_action_set_state_hint (GSimpleAction *simple, GVariant *state_hint) |
#define G_IS_SIMPLE_ACTION | ( | inst | ) |
Definition at line 36 of file gsimpleaction.h.
#define G_SIMPLE_ACTION | ( | inst | ) |
Definition at line 34 of file gsimpleaction.h.
#define G_TYPE_SIMPLE_ACTION (g_simple_action_get_type ()) |
Definition at line 33 of file gsimpleaction.h.
GIO_AVAILABLE_IN_ALL GType g_simple_action_get_type | ( | void | ) |
GIO_AVAILABLE_IN_ALL GSimpleAction * g_simple_action_new | ( | const gchar * | name, |
const GVariantType * | parameter_type ) |
GIO_AVAILABLE_IN_ALL GSimpleAction * g_simple_action_new_stateful | ( | const gchar * | name, |
const GVariantType * | parameter_type, | ||
GVariant * | state ) |
GIO_AVAILABLE_IN_ALL void g_simple_action_set_enabled | ( | GSimpleAction * | simple, |
gboolean | enabled ) |
GIO_AVAILABLE_IN_2_30 void g_simple_action_set_state | ( | GSimpleAction * | simple, |
GVariant * | value ) |
GIO_AVAILABLE_IN_2_44 void g_simple_action_set_state_hint | ( | GSimpleAction * | simple, |
GVariant * | state_hint ) |