Searched refs:paction (Results 1 – 2 of 2) sorted by relevance
129 GPropertyAction *paction = G_PROPERTY_ACTION (action); in g_property_action_get_invert_boolean() local131 return paction->invert_boolean; in g_property_action_get_invert_boolean()137 GPropertyAction *paction = G_PROPERTY_ACTION (action); in g_property_action_get_name() local139 return paction->name; in g_property_action_get_name()145 GPropertyAction *paction = G_PROPERTY_ACTION (action); in g_property_action_get_parameter_type() local147 return paction->pspec->value_type == G_TYPE_BOOLEAN ? NULL : paction->state_type; in g_property_action_get_parameter_type()153 GPropertyAction *paction = G_PROPERTY_ACTION (action); in g_property_action_get_state_type() local155 return paction->state_type; in g_property_action_get_state_type()161 GPropertyAction *paction = G_PROPERTY_ACTION (action); in g_property_action_get_state_hint() local163 if (paction->pspec->value_type == G_TYPE_INT) in g_property_action_get_state_hint()[all …]
21 int paction; member