Enumeration

DexDBusInterfaceSkeletonFlags

unstable since: 1.1

Declaration

flags Dex.DBusInterfaceSkeletonFlags

Description [src]

Flags describing the behavior of a GDBusInterfaceSkeleton instance.

Available since: 1.1

Members

DEX_DBUS_INTERFACE_SKELETON_FLAGS_NONE

No flags set.

  • Value: 0
  • Available since: 1.1
DEX_DBUS_INTERFACE_SKELETON_FLAGS_HANDLE_METHOD_INVOCATIONS_IN_FIBER

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.

  • Value: 1
  • Available since: 1.1