Value | Meaning |
---|---|
None0 | No flags set. |
RunInThread1 | All #GDBusServer::new-connection signals will run in separated dedicated threads (see signal for details). |
AuthenticationAllowAnonymous2 | Allow the anonymous authentication method. |
AuthenticationRequireSameUser4 | Require the UID of the peer to be the same as the UID of the server when authenticating. (Since: 2.68) |
Flags used when creating a #GDBusServer.