Searched refs:g_variant_get_child (Results 1 – 9 of 9) sorted by relevance
/third_party/glib/gio/ |
D | gdbusactiongroup.c | 119 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()
|
D | gapplicationimpl-dbus.c | 236 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()
|
D | gdbusconnection.c | 4366 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/ |
D | gvariant.c | 3344 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/ |
D | gvariant.h | 204 void g_variant_get_child (GVariant *valu…
|
D | gvariant.c | 5584 g_variant_get_child (GVariant *value, in g_variant_get_child() function
|
/third_party/glib/gio/tests/ |
D | gdbus-test-codegen.c | 1603 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/ |
D | glib-sections.txt | 3779 g_variant_get_child
|
/third_party/glib/ |
D | NEWS | 3971 755374 g_variant_get_child(): flatten-first logic on '&'
|