Home
last modified time | relevance | path

Searched refs:construct_properties (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/tests/gobject/
Dsingleton.c46 GObjectConstructParam *construct_properties) in my_singleton_constructor() argument
51 …LASS (my_singleton_parent_class)->constructor (type, n_construct_properties, construct_properties); in my_singleton_constructor()
/third_party/glib/gobject/tests/
Difaceproperties.c150 GObjectConstructParam *construct_properties) in DEFINE_IFACE()
161 pspec = construct_properties->pspec; in DEFINE_IFACE()
200 construct_properties); in DEFINE_IFACE()
/third_party/glib/gobject/
Dgobject.c472 class->construct_properties = pclass ? g_slist_copy (pclass->construct_properties) : NULL; in g_object_base_class_init()
484 g_slist_free (class->construct_properties); in g_object_base_class_finalize()
485 class->construct_properties = NULL; in g_object_base_class_finalize()
620 class->construct_properties = g_slist_append (class->construct_properties, pspec); in validate_and_install_class_property()
627 class->construct_properties = g_slist_remove (class->construct_properties, pspec); in validate_and_install_class_property()
1814 n_cparams = g_slist_length (class->construct_properties); in g_object_new_with_custom_constructor()
1827 for (node = class->construct_properties; node; node = node->next) in g_object_new_with_custom_constructor()
1953 for (node = class->construct_properties; node; node = node->next) in g_object_new_internal()
Dgobject.h325 GSList *construct_properties; member
331 GObjectConstructParam *construct_properties);
/third_party/libsoup/libsoup/
Dsoup-address.c130 GObjectConstructParam *construct_properties) in soup_address_constructor() argument
136 type, n_construct_properties, construct_properties); in soup_address_constructor()
Dsoup-server.c337 GObjectConstructParam *construct_properties) in soup_server_constructor() argument
344 constructor (type, n_construct_properties, construct_properties); in soup_server_constructor()