GBusNameOwnerFlags: Note equivalence with D-Bus Specification

The implementation passes flags through directly to the RequestName()
call, so if any new values break that equivalence, the implementation
will have to be changed.

Signed-off-by: Simon McVittie <smcv@collabora.com>

https://bugzilla.gnome.org/show_bug.cgi?id=784392
This commit is contained in:
Simon McVittie 2017-06-19 12:36:11 +01:00 committed by Philip Withnall
parent 05abc6cfce
commit 92f1ba200d

View File

@ -963,6 +963,8 @@ typedef enum
G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT = (1<<0), /*< nick=allow-replacement >*/
G_BUS_NAME_OWNER_FLAGS_REPLACE = (1<<1) /*< nick=replace >*/
} GBusNameOwnerFlags;
/* When adding new flags, their numeric values must currently match those
* used in the D-Bus Specification. */
/**
* GBusNameWatcherFlags: