GLib.DBusServerFlags – gio-2.0 Reference Manual
DBusServerFlags
Description:
[
CCode
( cprefix =
"G_DBUS_SERVER_FLAGS_"
, type_id =
"g_dbus_server_flags_get_type ()"
) ]
[
Flags
]
[
Version
( since =
"2.26"
) ]
public
enum
DBusServerFlags
Flags used when creating a
DBusServer
.
Namespace:
GLib
Package:
gio-2.0
Content:
Enum values:
AUTHENTICATION_ALLOW_ANONYMOUS
-
Allow the anonymous authentication method.
AUTHENTICATION_REQUIRE_SAME_USER
-
Require the UID of the peer to be the same as the UID of the server when authenticating.
NONE
-
No flags set.
RUN_IN_THREAD
-
All
new_connection
signals will run in separated dedicated threads (see signal for details).
2022 vala-language.org