GBusNameOwnerFlags

Flags used in g_bus_own_name(). G_BUS_NAME_OWNER_FLAGS_NONE No flags set. G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT Allow another message bus connection to claim the the name. G_BUS_NAME_OWNER_FLAGS_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. Since 2.26

Values

ValueMeaning
NONE0
ALLOW_REPLACEMENT(1 << 0)
REPLACE(1 << 1)

Meta