Home
last modified time | relevance | path

Searched refs:GPropertyAction (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/gio/
Dgpropertyaction.c110 G_DEFINE_TYPE_WITH_CODE (GPropertyAction, g_property_action, G_TYPE_OBJECT,
129 GPropertyAction *paction = G_PROPERTY_ACTION (action); in g_property_action_get_invert_boolean()
137 GPropertyAction *paction = G_PROPERTY_ACTION (action); in g_property_action_get_name()
145 GPropertyAction *paction = G_PROPERTY_ACTION (action); in g_property_action_get_parameter_type()
153 GPropertyAction *paction = G_PROPERTY_ACTION (action); in g_property_action_get_state_type()
161 GPropertyAction *paction = G_PROPERTY_ACTION (action); in g_property_action_get_state_hint()
194 g_property_action_set_state (GPropertyAction *paction, in g_property_action_set_state()
213 GPropertyAction *paction = G_PROPERTY_ACTION (action); in g_property_action_change_state()
223 GPropertyAction *paction = G_PROPERTY_ACTION (action); in g_property_action_get_state()
243 GPropertyAction *paction = G_PROPERTY_ACTION (action); in g_property_action_activate()
[all …]
Dgpropertyaction.h33 … G_TYPE_PROPERTY_ACTION, GPropertyAction))
41 GPropertyAction * g_property_action_new (const gchar *name,
Dgio-autocleanups.h104 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GPropertyAction, g_object_unref)
Dgiotypes.h54 typedef struct _GPropertyAction GPropertyAction; typedef
/third_party/glib/gio/tests/
Dactions.c1018 GPropertyAction *action; in test_property_actions()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt3475 <TITLE>GPropertyAction</TITLE>
3476 GPropertyAction
/third_party/glib/
DNEWS5644 - GPropertyAction provides a convenient way of creating a stateful
5824 * GPropertyAction is a new type of GAction that represents the value
5846 703270 add GPropertyAction