Schnittstelle BusNameOwnerFlags


public interface BusNameOwnerFlags
  • Feldübersicht Linksymbol

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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.
  • Felddetails Linksymbol

    • NONE Linksymbol

      static final int NONE
      No flags set.
      Siehe auch:
    • ALLOW_REPLACEMENT Linksymbol

      static final int ALLOW_REPLACEMENT
      Allow another message bus connection to claim the name.
      Siehe auch:
    • REPLACE Linksymbol

      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.
      Siehe auch:
    • DO_NOT_QUEUE Linksymbol

      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)
      Siehe auch: