[dconf/dbus1] dbus1: c++ify the header



commit 8f707023037c1513d94398e8d1ec440e8c1d8216
Author: Ryan Lortie <desrt desrt ca>
Date:   Sun Jan 2 15:53:28 2011 -0500

    dbus1: c++ify the header

 dbus-1/dconf-dbus-1.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/dbus-1/dconf-dbus-1.h b/dbus-1/dconf-dbus-1.h
index 649f24d..2c58509 100644
--- a/dbus-1/dconf-dbus-1.h
+++ b/dbus-1/dconf-dbus-1.h
@@ -23,6 +23,8 @@
 #include <dbus/dbus.h>
 #include <glib.h>
 
+G_BEGIN_DECLS
+
 typedef struct _DConfDBusClient DConfDBusClient;
 
 typedef void         (* DConfDBusNotify)                                (DConfDBusClient *dcdbc,
@@ -49,4 +51,6 @@ void                    dconf_dbus_client_unsubscribe                   (DConfDB
                                                                          gpointer         user_data);
 gboolean                dconf_dbus_client_has_pending                   (DConfDBusClient *dcdbc);
 
+G_END_DECLS
+
 #endif /* _dconf_dbus_1_h_ */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]