Enumeration (GI Flags)

Dex-1DexDBusInterfaceSkeletonFlagsSince 1.1

Flags describing the behavior of a Gio.DBusInterfaceSkeleton instance.

1.1

Index

Enumeration Members

HANDLE_METHOD_INVOCATIONS_IN_FIBER: number

Each method invocation is handled in a fiber dedicated to the invocation. This means that the method implementation can use dex_await or similar. Authorization for method invocations uses the same fiber. This can not be used in combination with METHOD_INVOCATIONS_IN_THREAD and trying to do so leads to a runtime error.

NONE: number

No flags set.