Searched refs:construct_properties (Results 1 – 13 of 13) sorted by relevance
67 GObjectConstructParam *construct_properties) in g_local_file_monitor_constructor() argument80 construct_properties); in g_local_file_monitor_constructor()86 if (strcmp ("filename", g_param_spec_get_name (construct_properties[i].pspec)) == 0) in g_local_file_monitor_constructor()88 g_warn_if_fail (G_VALUE_HOLDS_STRING (construct_properties[i].value)); in g_local_file_monitor_constructor()89 filename = g_value_get_string (construct_properties[i].value); in g_local_file_monitor_constructor()
86 GObjectConstructParam *construct_properties) in g_local_directory_monitor_constructor() argument99 construct_properties); in g_local_directory_monitor_constructor()105 if (strcmp ("dirname", g_param_spec_get_name (construct_properties[i].pspec)) == 0) in g_local_directory_monitor_constructor()107 g_warn_if_fail (G_VALUE_HOLDS_STRING (construct_properties[i].value)); in g_local_directory_monitor_constructor()108 dirname = g_value_get_string (construct_properties[i].value); in g_local_directory_monitor_constructor()
47 GObjectConstructParam *construct_properties) in my_singleton_constructor() argument52 …LASS (my_singleton_parent_class)->constructor (type, n_construct_properties, construct_properties); in my_singleton_constructor()
158 GObjectConstructParam *construct_properties) in DEFINE_IFACE()169 pspec = construct_properties->pspec; in DEFINE_IFACE()208 construct_properties); in DEFINE_IFACE()
54 GObjectConstructParam *construct_properties);148 GObjectConstructParam *construct_properties) { in g_win32_directory_monitor_constructor() argument158 obj = parent_class->constructor (type, n_construct_properties, construct_properties); in g_win32_directory_monitor_constructor()
62 GObjectConstructParam *construct_properties) in g_fam_file_monitor_constructor() argument75 construct_properties); in g_fam_file_monitor_constructor()
63 GObjectConstructParam *construct_properties) in g_fam_directory_monitor_constructor() argument76 construct_properties); in g_fam_directory_monitor_constructor()
73 GObjectConstructParam *construct_properties) in g_fen_file_monitor_constructor() argument85 construct_properties); in g_fen_file_monitor_constructor()
74 GObjectConstructParam *construct_properties) in g_fen_directory_monitor_constructor() argument86 construct_properties); in g_fen_directory_monitor_constructor()
71 GObjectConstructParam *construct_properties) in g_inotify_directory_monitor_constructor() argument84 construct_properties); in g_inotify_directory_monitor_constructor()
85 GObjectConstructParam *construct_properties) in g_inotify_file_monitor_constructor() argument98 construct_properties); in g_inotify_file_monitor_constructor()
317 GSList *construct_properties; member323 GObjectConstructParam *construct_properties);
281 class->construct_properties = pclass ? g_slist_copy (pclass->construct_properties) : NULL; in g_object_base_class_init()293 g_slist_free (class->construct_properties); in g_object_base_class_finalize()294 class->construct_properties = NULL; in g_object_base_class_finalize()426 class->construct_properties = g_slist_prepend (class->construct_properties, pspec); in g_object_class_install_property()433 class->construct_properties = g_slist_remove (class->construct_properties, pspec); in g_object_class_install_property()1132 for (slist = class->construct_properties; slist; slist = slist->next) in g_object_newv()