Enumeration
GioDBusServerFlags
since: 2.26
Members
- 
            G_DBUS_SERVER_FLAGS_NONE
- 
            No flags set. - Value: 0
- Available since: 2.26
 
- Value: 
- 
            G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
- 
            All GDBusServer::new-connectionsignals will run in separated dedicated threads (see signal for details).- Value: 1
- Available since: 2.26
 
- Value: 
- 
            G_DBUS_SERVER_FLAGS_AUTHENTICATION_ALLOW_ANONYMOUS
- 
            Allow the anonymous authentication method. - Value: 2
- Available since: 2.26
 
- Value: 
- 
            G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER
- 
            Require the UID of the peer to be the same as the UID of the server when authenticating. (Since: 2.68). - Value: 4
- Available since: 2.26
 
- Value: