]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
dbus-glib-1: Add bindings for constants from libdbus
authorJürg Billeter <j@bitron.ch>
Mon, 8 Feb 2010 07:14:26 +0000 (08:14 +0100)
committerJürg Billeter <j@bitron.ch>
Mon, 8 Feb 2010 07:15:34 +0000 (08:15 +0100)
Fixes bug 598629.

vapi/dbus-glib-1.vapi

index 24d080b1f24b3a69f7caab6e51a830346e68bdaf..e104c84c0e7488b973c5907da3c61f24603f085d 100644 (file)
 
 [CCode (cheader_filename = "dbus/dbus-glib-lowlevel.h,dbus/dbus-glib.h")]
 namespace DBus {
+       public const string SERVICE_DBUS;
+       public const string PATH_DBUS;
+       public const string INTERFACE_DBUS;
+
+       public const string INTERFACE_INTROSPECTABLE;
+       public const string INTERFACE_PROPERTIES;
+       public const string INTERFACE_PEER;
+
        [CCode (cprefix = "DBUS_BUS_")]
        public enum BusType {
                SESSION,