[vala] dbus-glib-1: Add bindings for constants from libdbus
- From: Jürg Billeter <juergbi src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vala] dbus-glib-1: Add bindings for constants from libdbus
- Date: Mon, 8 Feb 2010 07:15:58 +0000 (UTC)
commit d67b3d3cb778b2574febbd9e5bcf3035a50043d2
Author: Jürg Billeter <j bitron ch>
Date: Mon Feb 8 08:14:26 2010 +0100
dbus-glib-1: Add bindings for constants from libdbus
Fixes bug 598629.
vapi/dbus-glib-1.vapi | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/vapi/dbus-glib-1.vapi b/vapi/dbus-glib-1.vapi
index 24d080b..e104c84 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]