Lines Matching refs:pspecs
165 GParamSpec **pspecs);
310 GParamSpec **pspecs) in g_object_notify_dispatcher() argument
312 G_OBJECT_GET_CLASS (object)->dispatch_properties_changed (object, n_pspecs, pspecs); in g_object_notify_dispatcher()
633 GParamSpec **pspecs; in g_object_class_list_properties() local
638 pspecs = g_param_spec_pool_list (pspec_pool, in g_object_class_list_properties()
644 return pspecs; in g_object_class_list_properties()
670 GParamSpec **pspecs; in g_object_interface_list_properties() local
675 pspecs = g_param_spec_pool_list (pspec_pool, in g_object_interface_list_properties()
681 return pspecs; in g_object_interface_list_properties()
765 GParamSpec **pspecs) in g_object_dispatch_properties_changed() argument
770 … g_signal_emit (object, gobject_signals[NOTIFY], g_quark_from_string (pspecs[i]->name), pspecs[i]); in g_object_dispatch_properties_changed()
955 GParamSpec **pspecs; in object_interface_check_properties() local
961 pspecs = g_param_spec_pool_list (pspec_pool, iface_type, &n); in object_interface_check_properties()
966 pspecs[n]->name, in object_interface_check_properties()
975 pspecs[n]->name, in object_interface_check_properties()
989 !g_type_is_a (G_PARAM_SPEC_VALUE_TYPE (pspecs[n]), in object_interface_check_properties()
995 pspecs[n]->name, in object_interface_check_properties()
998 g_type_name (G_PARAM_SPEC_VALUE_TYPE (pspecs[n])), in object_interface_check_properties()
1010 pspecs[n]->flags, in object_interface_check_properties()
1012 !SUBSET (pspecs[n]->flags, in object_interface_check_properties()
1019 pspecs[n]->name, in object_interface_check_properties()
1026 g_free (pspecs); in object_interface_check_properties()