Home
last modified time | relevance | path

Searched refs:g_variant_get_child (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/gio/
Dgdbusactiongroup.c119 g_variant_get_child (state, 0, "v", &info->state); in action_info_new_from_iter()
162 g_variant_get_child (parameters, 0, "as", &iter); in G_DEFINE_TYPE_WITH_CODE()
180 g_variant_get_child (parameters, 1, "a{sb}", &iter); in G_DEFINE_TYPE_WITH_CODE()
202 g_variant_get_child (parameters, 2, "a{sv}", &iter); in G_DEFINE_TYPE_WITH_CODE()
228 g_variant_get_child (parameters, 3, "a{s(bgav)}", &iter); in G_DEFINE_TYPE_WITH_CODE()
Dgapplicationimpl-dbus.c236 g_variant_get_child (array, i, "&s", &uri); in g_application_impl_method_call()
724 g_variant_get_child (parameters, 0, "&s", &message); in g_application_impl_cmdline_method_call()
995 g_variant_get_child (args, 0, "&o", &gdbcl->object_path); in g_dbus_command_line_new()
Dgdbusconnection.c4366 g_variant_get_child (g_dbus_message_get_body (message), 2, "v", &value); in validate_and_maybe_schedule_property_getset()
/third_party/glib/glib/tests/
Dgvariant.c3344 g_variant_get_child (value, i, "*", &sub); in test_varargs()
3351 g_variant_get_child (sub, j, "&s", &str); in test_varargs()
4288 g_variant_get_child (value, 0, "^a&ay", &strv); in test_bytestring()
4294 g_variant_get_child (value, 0, "^aay", &strv); in test_bytestring()
4300 g_variant_get_child (value, 1, "^a&ay", &strv); in test_bytestring()
4306 g_variant_get_child (value, 1, "^aay", &strv); in test_bytestring()
4312 g_variant_get_child (value, 2, "^ay", &str); in test_bytestring()
4316 g_variant_get_child (value, 2, "^&ay", &str); in test_bytestring()
4319 g_variant_get_child (value, 3, "^ay", &str); in test_bytestring()
4323 g_variant_get_child (value, 3, "^&ay", &str); in test_bytestring()
/third_party/glib/glib/
Dgvariant.h204 void g_variant_get_child (GVariant *valu…
Dgvariant.c5584 g_variant_get_child (GVariant *value, in g_variant_get_child() function
/third_party/glib/gio/tests/
Dgdbus-test-codegen.c1603 g_variant_get_child (array, n, "{&sa{sv}}", &iface_name, NULL); in om_check_interfaces_added()
1652 g_variant_get_child (array, n, "&s", &iface_name, NULL); in om_check_interfaces_removed()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3779 g_variant_get_child
/third_party/glib/
DNEWS3971 755374 g_variant_get_child(): flatten-first logic on '&'