Interface BusNameOwnerFlags


public interface BusNameOwnerFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Allow another message bus connection to claim the name.
    static final int
    If another message bus connection owns the name, immediately
    return an error from g_bus_own_name() rather than entering the waiting queue for that name.
    static final int
    No flags set.
    static final int
    If another message bus connection owns the name and have
    specified %G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT, then take the name from the other connection.
  • Field Details

    • NONE

      static final int NONE
      No flags set.
      See Also:
    • ALLOW_REPLACEMENT

      static final int ALLOW_REPLACEMENT
      Allow another message bus connection to claim the name.
      See Also:
    • REPLACE

      static final int REPLACE
      If another message bus connection owns the name and have
      specified %G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT, then take the name from the other connection.
      See Also:
    • DO_NOT_QUEUE

      static final int DO_NOT_QUEUE
      If another message bus connection owns the name, immediately
      return an error from g_bus_own_name() rather than entering the waiting queue for that name. (Since 2.54)
      See Also: