Lines Matching refs:GParamSpec
204 GParamSpec *pspec);
208 GParamSpec *pspec);
226 GParamSpec **pspecs);
308 GParamSpec *pspecs_mem[16], **pspecs, **free_me = NULL; in g_object_notify_queue_thaw()
330 pspecs = nqueue->n_pspecs > 16 ? free_me = g_new (GParamSpec*, nqueue->n_pspecs) : pspecs_mem; in g_object_notify_queue_thaw()
348 GParamSpec *pspec) in g_object_notify_queue_add()
489 GParamSpec *pspec = node->data; in g_object_base_class_finalize()
568 GParamSpec *pspec) in install_property_internal()
585 validate_pspec_to_install (GParamSpec *pspec) in validate_pspec_to_install()
606 GParamSpec *pspec) in validate_and_install_class_property()
655 GParamSpec *pspec) in g_object_class_install_property()
749 GParamSpec **pspecs) in g_object_class_install_properties()
768 GParamSpec *pspec = pspecs[i]; in g_object_class_install_properties()
809 GParamSpec *pspec) in g_object_interface_install_property()
832 GParamSpec*
836 GParamSpec *pspec; in g_object_class_find_property()
837 GParamSpec *redirect; in g_object_class_find_property()
876 GParamSpec*
922 GParamSpec *overridden = NULL; in g_object_class_override_property()
923 GParamSpec *new; in g_object_class_override_property()
978 GParamSpec** /* free result */
982 GParamSpec **pspecs; in g_object_class_list_properties()
1015 GParamSpec**
1020 GParamSpec **pspecs; in g_object_interface_list_properties()
1145 GParamSpec *pspec) in g_object_do_set_property()
1159 GParamSpec *pspec) in g_object_do_get_property()
1201 GParamSpec **pspecs) in g_object_dispatch_properties_changed()
1258 static GParamSpec *
1259 get_notify_pspec (GParamSpec *pspec) in get_notify_pspec()
1261 GParamSpec *redirected; in get_notify_pspec()
1278 GParamSpec *pspec) in g_object_notify_by_spec_internal()
1280 GParamSpec *notify_pspec; in g_object_notify_by_spec_internal()
1324 GParamSpec *pspec; in g_object_notify()
1399 GParamSpec *pspec) in g_object_notify_by_pspec()
1449 consider_issuing_property_deprecation_warning (const GParamSpec *pspec) in consider_issuing_property_deprecation_warning()
1500 GParamSpec *pspec, in object_get_property()
1505 GParamSpec *redirect; in object_get_property()
1525 GParamSpec *pspec, in object_set_property()
1532 GParamSpec *redirect; in object_set_property()
1569 GParamSpec *notify_pspec; in object_set_property()
1587 GParamSpec **pspecs; in object_interface_check_properties()
1602 GParamSpec *class_pspec = g_param_spec_pool_lookup (pspec_pool, in object_interface_check_properties()
1829 GParamSpec *pspec; in g_object_new_with_custom_constructor()
1956 GParamSpec *pspec; in g_object_new_internal()
2005 GParamSpec *pspec, in g_object_new_is_valid_property()
2088 GParamSpec *pspec; in g_object_new_with_properties()
2163 GParamSpec *pspec; in g_object_newv()
2234 GParamSpec *pspec; in g_object_new_valist()
2322 GParamSpec *pspec = construct_params->pspec; in g_object_constructor()
2345 GParamSpec *pspec, in g_object_set_is_valid_property()
2391 GParamSpec *pspec; in g_object_setv()
2443 GParamSpec *pspec; in g_object_set_valist()
2477 GParamSpec *pspec, in g_object_get_is_valid_property()
2516 GParamSpec *pspec; in g_object_getv()
2574 GParamSpec *pspec; in g_object_get_valist()
2732 GParamSpec *pspec; in g_object_get_property()