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 | _GActionInterface |
Macros | |
#define | G_TYPE_ACTION (g_action_get_type ()) |
#define | G_ACTION(inst) |
#define | G_IS_ACTION(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), G_TYPE_ACTION)) |
#define | G_ACTION_GET_IFACE(inst) |
Typedefs | |
typedef struct _GActionInterface | GActionInterface |
#define G_ACTION | ( | inst | ) |
Definition at line 34 of file gaction.h.
#define G_ACTION_GET_IFACE | ( | inst | ) |
Definition at line 37 of file gaction.h.
#define G_IS_ACTION | ( | inst | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((inst), G_TYPE_ACTION)) |
#define G_TYPE_ACTION (g_action_get_type ()) |
typedef struct _GActionInterface GActionInterface |
GIO_AVAILABLE_IN_ALL void g_action_activate | ( | GAction * | action, |
GVariant * | parameter ) |
GIO_AVAILABLE_IN_ALL void g_action_change_state | ( | GAction * | action, |
GVariant * | value ) |
GIO_AVAILABLE_IN_ALL gboolean g_action_get_enabled | ( | GAction * | action | ) |
GIO_AVAILABLE_IN_ALL const gchar * g_action_get_name | ( | GAction * | action | ) |
GIO_AVAILABLE_IN_ALL const GVariantType * g_action_get_parameter_type | ( | GAction * | action | ) |
GIO_AVAILABLE_IN_ALL GVariant * g_action_get_state | ( | GAction * | action | ) |
GIO_AVAILABLE_IN_ALL GVariant * g_action_get_state_hint | ( | GAction * | action | ) |
GIO_AVAILABLE_IN_ALL const GVariantType * g_action_get_state_type | ( | GAction * | action | ) |
GIO_AVAILABLE_IN_2_30 GType g_action_get_type | ( | void | ) |
GIO_AVAILABLE_IN_2_28 gboolean g_action_name_is_valid | ( | const gchar * | action_name | ) |
GIO_AVAILABLE_IN_2_38 gboolean g_action_parse_detailed_name | ( | const gchar * | detailed_name, |
gchar ** | action_name, | ||
GVariant ** | target_value, | ||
GError ** | error ) |
GIO_AVAILABLE_IN_2_38 gchar * g_action_print_detailed_name | ( | const gchar * | action_name, |
GVariant * | target_value ) |