From d67b3d3cb778b2574febbd9e5bcf3035a50043d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrg=20Billeter?= Date: Mon, 8 Feb 2010 08:14:26 +0100 Subject: [PATCH] dbus-glib-1: Add bindings for constants from libdbus Fixes bug 598629. --- vapi/dbus-glib-1.vapi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vapi/dbus-glib-1.vapi b/vapi/dbus-glib-1.vapi index 24d080b1f..e104c84c0 100644 --- a/vapi/dbus-glib-1.vapi +++ b/vapi/dbus-glib-1.vapi @@ -23,6 +23,14 @@ [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, -- 2.47.3