Searched refs:pspec (Results 1 – 3 of 3) sorted by relevance
1010 GParamSpec *pspec G_GNUC_UNUSED) in hwmon_proxy_get_property()1057 GParamSpec *pspec G_GNUC_UNUSED) in hwmon_proxy_set_property()1510 GParamSpec *pspec; in _hwmon_skeleton_handle_get_property() local1516 pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name); in _hwmon_skeleton_handle_get_property()1517 if (pspec == NULL) in _hwmon_skeleton_handle_get_property()1523 g_value_init (&value, pspec->value_type); in _hwmon_skeleton_handle_get_property()1544 GParamSpec *pspec; in _hwmon_skeleton_handle_set_property() local1550 pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name); in _hwmon_skeleton_handle_set_property()1551 if (pspec == NULL) in _hwmon_skeleton_handle_set_property()1669 GParamSpec *pspec G_GNUC_UNUSED) in hwmon_skeleton_get_property()[all …]
44 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, param_id, pspec);53 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, param_id, pspec);
47 - matches = g_pattern_match_string(pspec, name_case);48 + matches = g_pattern_spec_match_string(pspec, name_case);