Module: Gio::DBusInterfaceSkeletonFlags

Defined in:
(unknown)

Constant Summary collapse

NONE =

No flags set.

0 or :none
HANDLE_METHOD_INVOCATIONS_IN_THREAD =

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.
1 or :handle_method_invocations_in_thread