Enumeration (GI Flags)

Gio-2.0GioDBusInterfaceSkeletonFlagsSince 2.30

Flags describing the behavior of a Gio.DBusInterfaceSkeleton instance.

2.30

Index

Enumeration Members

HANDLE_METHOD_INVOCATIONS_IN_THREAD: number

Each method invocation is handled in a thread dedicated to the invocation. This means that the method implementation can use blocking IO without blocking any other part of the process. It also means that the method implementation must use locking to access data structures used by other threads.

NONE: number

No flags set.