Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbusprivate.h127 gchar *_g_dbus_enum_to_string (GType enum_type, gint value);
Dgdbusaddress.c1303 s = _g_dbus_enum_to_string (G_TYPE_BUS_TYPE, bus_type); in g_dbus_address_get_for_bus_sync()
1425 s = _g_dbus_enum_to_string (G_TYPE_BUS_TYPE, bus_type); in g_dbus_address_get_for_bus_sync()
Dgdbusmessage.c3508 s = _g_dbus_enum_to_string (G_TYPE_DBUS_MESSAGE_TYPE, message->type); in g_dbus_message_print()
3531 s = _g_dbus_enum_to_string (G_TYPE_DBUS_MESSAGE_HEADER_FIELD, key); in g_dbus_message_print()
Dgdbusprivate.c2536 _g_dbus_enum_to_string (GType enum_type, gint value) in _g_dbus_enum_to_string() function