Searched refs:g_dbus_annotation_info_lookup (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/gio/ |
D | gdbusintrospection.h | 183 const gchar *g_dbus_annotation_info_lookup (GDBusAnnotationInfo **annotations,
|
D | gdbusintrospection.c | 1855 g_dbus_annotation_info_lookup (GDBusAnnotationInfo **annotations, in g_dbus_annotation_info_lookup() function
|
/third_party/glib/gio/tests/ |
D | gdbus-test-codegen.c | 73 g_assert_cmpstr (g_dbus_annotation_info_lookup (iface->annotations, "Key1"), ==, "Value1"); in test_annotations() 78 …g_assert_cmpstr (g_dbus_annotation_info_lookup (method->annotations, "ExistingAnnotation"), ==, "b… in test_annotations() 79 g_assert_cmpstr (g_dbus_annotation_info_lookup (method->annotations, "Key3"), ==, "Value3"); in test_annotations() 84 g_assert_cmpstr (g_dbus_annotation_info_lookup (signal->annotations, "Key4"), ==, "Value4"); in test_annotations() 85 …g_assert_cmpstr (g_dbus_annotation_info_lookup (signal->args[1]->annotations, "Key8"), ==, "Value8… in test_annotations() 90 g_assert_cmpstr (g_dbus_annotation_info_lookup (property->annotations, "Key5"), ==, "Value5"); in test_annotations() 94 …g_assert_cmpstr (g_dbus_annotation_info_lookup (method->in_args[4]->annotations, "Key6"), ==, "Val… in test_annotations() 95 …g_assert_cmpstr (g_dbus_annotation_info_lookup (method->out_args[5]->annotations, "Key7"), ==, "Va… in test_annotations()
|
D | gdbus-introspection.c | 184 …g_assert_cmpstr (g_dbus_annotation_info_lookup (minfo->annotations, "org.freedesktop.DBus.GLib.Asy… in test_generate()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 3154 g_dbus_annotation_info_lookup
|