Searched refs:construct_properties (Results 1 – 6 of 6) sorted by relevance
46 GObjectConstructParam *construct_properties) in my_singleton_constructor() argument51 …LASS (my_singleton_parent_class)->constructor (type, n_construct_properties, construct_properties); in my_singleton_constructor()
150 GObjectConstructParam *construct_properties) in DEFINE_IFACE()161 pspec = construct_properties->pspec; in DEFINE_IFACE()200 construct_properties); in DEFINE_IFACE()
472 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()
325 GSList *construct_properties; member331 GObjectConstructParam *construct_properties);
130 GObjectConstructParam *construct_properties) in soup_address_constructor() argument136 type, n_construct_properties, construct_properties); in soup_address_constructor()
337 GObjectConstructParam *construct_properties) in soup_server_constructor() argument344 constructor (type, n_construct_properties, construct_properties); in soup_server_constructor()