Home
last modified time | relevance | path

Searched refs:pspec (Results 1 – 4 of 4) sorted by relevance

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c1010 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() local
1516 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() local
1550 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 …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/
H A Dtoggle-font.diff44 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, param_id, pspec);
53 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, param_id, pspec);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/
H A D0003-projectorganizer-Use-g_pattern_spec_match_string-ins.patch47 - matches = g_pattern_match_string(pspec, name_case);
48 + matches = g_pattern_spec_match_string(pspec, name_case);
/openbmc/qemu/contrib/plugins/
H A Dexeclog.c325 gboolean g_pattern_spec_match_string_qemu(GPatternSpec *pspec, in g_pattern_spec_match_string_qemu() argument
329 return g_pattern_spec_match_string(pspec, string); in g_pattern_spec_match_string_qemu()
331 return g_pattern_match_string(pspec, string); in g_pattern_spec_match_string_qemu()