Home
last modified time | relevance | path

Searched refs:g_variant_iter_loop (Results 1 – 14 of 14) sorted by relevance

/third_party/glib/gio/tests/
Dgdbus-testserver.c431 while (g_variant_iter_loop (iter, "s", &s)) in handle_method_call()
441 while (g_variant_iter_loop (iter, "o", &s)) in handle_method_call()
451 while (g_variant_iter_loop (iter, "g", &s)) in handle_method_call()
485 while (g_variant_iter_loop (&iter, "yy", &y1, &y2)) in handle_method_call()
493 while (g_variant_iter_loop (&iter, "bb", &b1, &b2)) in handle_method_call()
501 while (g_variant_iter_loop (&iter, "nn", &n1, &n2)) in handle_method_call()
509 while (g_variant_iter_loop (&iter, "qq", &q1, &q2)) in handle_method_call()
517 while (g_variant_iter_loop (&iter, "ii", &i1, &i2)) in handle_method_call()
525 while (g_variant_iter_loop (&iter, "uu", &u1, &u2)) in handle_method_call()
533 while (g_variant_iter_loop (&iter, "xx", &x1, &x2)) in handle_method_call()
[all …]
Dgdbus-example-watch-proxy.c66 while (g_variant_iter_loop (iter, "{&sv}", &key, &value)) in on_properties_changed()
/third_party/glib/gio/
Dgdbusmenumodel.c291 …while (g_variant_iter_loop (iter, "(uuuu@aa{sv})", &group_id, &menu_id, &position, &removes, &adds… in g_dbus_menu_path_signal()
424 while (g_variant_iter_loop (&iter, "{&sv}", &key, &value)) in g_dbus_menu_group_create_item()
522 while (g_variant_iter_loop (iter, "(uu@aa{sv})", &group_id, &menu_id, &items)) in g_dbus_menu_group_start_ready()
625 while (g_variant_iter_loop (&iter, "@a{sv}", &item)) in g_dbus_menu_group_changed()
Dgapplicationcommandline.c254 while (g_variant_iter_loop (&iter, "{&sv}", &key, &value)) in G_DEFINE_TYPE_WITH_PRIVATE()
Dgsettings-tool.c365 while (g_variant_iter_loop (&iter, "*", &item)) in gsettings_range()
Dgnextstepsettingsbackend.m452 while (g_variant_iter_loop (&iter, "{s*}", &name, &value))
Dgdbus-tool.c350 while (g_variant_iter_loop (iter, "s", &str)) in print_names()
374 while (g_variant_iter_loop (iter, "s", &str)) in print_names()
/third_party/libsoup/tests/
Dxmlrpc-server-test.c42 while (g_variant_iter_loop (&iter, "d", &val)) in do_sum()
67 while (g_variant_iter_loop (&iter, "b", &val)) { in do_countBools()
/third_party/glib/glib/tests/
Dgvariant.c3059 while (g_variant_iter_loop (&iter, "s", &number)) in test_varargs()
3077 while (g_variant_iter_loop (&iter, "mi", NULL, &val)) in test_varargs()
3083 while (g_variant_iter_loop (&iter, "mi", &just, &val)) in test_varargs()
3124 while (g_variant_iter_loop (array, "s", &str)) in test_varargs()
3135 while (g_variant_iter_loop (array, "&s", &str)) in test_varargs()
3171 while (g_variant_iter_loop (array, "^aay", &my_strv)) in test_varargs()
3178 while (g_variant_iter_loop (array, "^a&ay", &strv)) in test_varargs()
3194 while (g_variant_iter_loop (array, "^ay", &str)) in test_varargs()
3205 while (g_variant_iter_loop (array, "^&ay", &str)) in test_varargs()
3243 while (g_variant_iter_loop (array, "o", &str)) in test_varargs()
[all …]
/third_party/glib/glib/
Dgvariant.h292 gboolean g_variant_iter_loop (GVariantIter *iter,
Dgvariant.c5759 g_variant_iter_loop (GVariantIter *iter, in g_variant_iter_loop() function
/third_party/libsoup/libsoup/
Dsoup-cache.c1585 while (g_variant_iter_loop (entries_iter, SOUP_CACHE_PHEADERS_FORMAT, in soup_cache_load()
1595 while (g_variant_iter_loop (headers_iter, SOUP_CACHE_HEADERS_FORMAT, &header_key, &header_value)) in soup_cache_load()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3812 g_variant_iter_loop
/third_party/glib/
DNEWS2327 - !417 Fix ^*ay handling in g_variant_iter_loop()
7432 664069 gvariant: Never break out of g_variant_iter_loop