]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
dbus-glib-1: Add DBusNameFlag binding
authorKrzysztof Kotlenga <piernik@gmail.com>
Thu, 7 May 2009 14:10:32 +0000 (16:10 +0200)
committerJürg Billeter <j@bitron.ch>
Thu, 7 May 2009 14:10:32 +0000 (16:10 +0200)
Fixes bug 579043.

vapi/dbus-glib-1.vapi

index 400b6f66f23db893359a136b05d4a0d439d05fde..cf62ae710da36ea6089b029c8ae2a966130fd5fb 100644 (file)
@@ -138,6 +138,13 @@ namespace DBus {
        public class ProxyCall {
        }
 
+       [Flags]
+       public enum NameFlag {
+               ALLOW_REPLACEMENT,
+               REPLACE_EXISTING,
+               DO_NOT_QUEUE
+       }
+
        public enum RequestNameReply {
                PRIMARY_OWNER,
                IN_QUEUE,