Searched refs:_g_dbus_enum_to_string (Results 1 – 4 of 4) sorted by relevance
127 gchar *_g_dbus_enum_to_string (GType enum_type, gint value);
1303 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()
3508 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()
2536 _g_dbus_enum_to_string (GType enum_type, gint value) in _g_dbus_enum_to_string() function