Searched refs:owner_type (Results 1 – 4 of 4) sorted by relevance
165 pspec->owner_type = 0; in g_param_spec_init()861 guint h = key->owner_type; in param_spec_pool_hash()876 return (key1->owner_type == key2->owner_type && in param_spec_pool_equals()917 GType owner_type) in g_param_spec_pool_insert() argument921 if (pool && pspec && owner_type > 0 && pspec->owner_type == 0) in g_param_spec_pool_insert()934 pspec->owner_type = owner_type; in g_param_spec_pool_insert()943 g_return_if_fail (owner_type > 0); in g_param_spec_pool_insert()944 g_return_if_fail (pspec->owner_type == 0); in g_param_spec_pool_insert()978 GType owner_type, in param_spec_ht_lookup() argument983 key.owner_type = owner_type; in param_spec_ht_lookup()[all …]
206 GType owner_type; /* class or interface using this property */ member377 GType owner_type);382 GType owner_type,385 GType owner_type);387 GType owner_type,
896 GObjectClass *class = g_type_class_peek (pspec->owner_type); in object_get_property()914 GObjectClass *class = g_type_class_peek (pspec->owner_type); in object_set_property()
2892 owner_type. the pspecs are not referenced, so the caller is2893 supposed to have some idea about owner_type not randomly