Searched refs:_gdbus_debug_flags (Results 1 – 1 of 1) sorted by relevance
1840 static gint _gdbus_debug_flags = 0; variable1846 return (_gdbus_debug_flags & G_DBUS_DEBUG_AUTHENTICATION) != 0; in _g_dbus_debug_authentication()1853 return (_gdbus_debug_flags & G_DBUS_DEBUG_TRANSPORT) != 0; in _g_dbus_debug_transport()1860 return (_gdbus_debug_flags & G_DBUS_DEBUG_MESSAGE) != 0; in _g_dbus_debug_message()1867 return (_gdbus_debug_flags & G_DBUS_DEBUG_PAYLOAD) != 0; in _g_dbus_debug_payload()1874 return (_gdbus_debug_flags & G_DBUS_DEBUG_CALL) != 0; in _g_dbus_debug_call()1881 return (_gdbus_debug_flags & G_DBUS_DEBUG_SIGNAL) != 0; in _g_dbus_debug_signal()1888 return (_gdbus_debug_flags & G_DBUS_DEBUG_INCOMING) != 0; in _g_dbus_debug_incoming()1895 return (_gdbus_debug_flags & G_DBUS_DEBUG_RETURN) != 0; in _g_dbus_debug_return()1902 return (_gdbus_debug_flags & G_DBUS_DEBUG_EMISSION) != 0; in _g_dbus_debug_emission()[all …]