Go to the source code of this file.
◆ G_IS_PROPERTY_ACTION
#define G_IS_PROPERTY_ACTION |
( |
| inst | ) |
|
Value:
#define G_TYPE_PROPERTY_ACTION
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)
Definition at line 36 of file gpropertyaction.h.
36#define G_IS_PROPERTY_ACTION(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
37 G_TYPE_PROPERTY_ACTION))
◆ G_PROPERTY_ACTION
#define G_PROPERTY_ACTION |
( |
| inst | ) |
|
Value:
struct _GPropertyAction GPropertyAction
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)
Definition at line 34 of file gpropertyaction.h.
34#define G_PROPERTY_ACTION(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
35 G_TYPE_PROPERTY_ACTION, GPropertyAction))
◆ G_TYPE_PROPERTY_ACTION
◆ g_property_action_get_type()
◆ g_property_action_new()