mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
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:
parent
05abc6cfce
commit
92f1ba200d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user