Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbusmethodinvocation.c88 GDBusPropertyInfo *property_info; member
108 if (invocation->property_info) in G_DEFINE_TYPE()
109 g_dbus_property_info_unref (invocation->property_info); in G_DEFINE_TYPE()
232 return invocation->property_info; in g_dbus_method_invocation_get_property_info()
353 const GDBusPropertyInfo *property_info, in _g_dbus_method_invocation_new() argument
376 if (property_info) in _g_dbus_method_invocation_new()
377 invocation->property_info = g_dbus_property_info_ref ((GDBusPropertyInfo *)property_info); in _g_dbus_method_invocation_new()
436 if (invocation->property_info != NULL) in g_dbus_method_invocation_return_value_internal()
453 … if (!g_str_equal (g_variant_get_type_string (nested), invocation->property_info->signature)) in g_dbus_method_invocation_return_value_internal()
456 invocation->property_info->name, invocation->property_info->signature, in g_dbus_method_invocation_return_value_internal()
Dgdbusconnection.c510 const GDBusPropertyInfo *property_info,
4158 const GDBusPropertyInfo *property_info; member
4296 const GDBusPropertyInfo *property_info; in validate_and_maybe_schedule_property_getset() local
4320 property_info = NULL; in validate_and_maybe_schedule_property_getset()
4323 property_info = g_dbus_interface_info_lookup_property (interface_info, property_name); in validate_and_maybe_schedule_property_getset()
4324 if (property_info == NULL) in validate_and_maybe_schedule_property_getset()
4336 if (is_get && !(property_info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)) in validate_and_maybe_schedule_property_getset()
4347 else if (!is_get && !(property_info->flags & G_DBUS_PROPERTY_INFO_FLAGS_WRITABLE)) in validate_and_maybe_schedule_property_getset()
4367 if (g_strcmp0 (g_variant_get_type_string (value), property_info->signature) != 0) in validate_and_maybe_schedule_property_getset()
4372 property_name, property_info->signature, in validate_and_maybe_schedule_property_getset()
[all …]
Dgdbusprivate.h136 const GDBusPropertyInfo *property_info,
/third_party/glib/gio/tests/
Dgdbus-peer-object-manager.c68 static GDBusPropertyInfo *property_info[] = { in mock_interface_get_info() local
79 (GDBusPropertyInfo **) &property_info, in mock_interface_get_info()