[Xfce4-commits] r29495 - in libxfce4util/trunk: . libxfce4util

Nick Schermer nick at xfce.org
Mon Feb 16 19:17:41 CET 2009


Author: nick
Date: 2009-02-16 18:17:41 +0000 (Mon, 16 Feb 2009)
New Revision: 29495

Modified:
   libxfce4util/trunk/NEWS
   libxfce4util/trunk/libxfce4util/xfce-fileutils.h
   libxfce4util/trunk/libxfce4util/xfce-miscutils.h
   libxfce4util/trunk/libxfce4util/xfce-resource.h
Log:
Add missing C++ wrappers in header files (patch by Jens Luedicke).


Modified: libxfce4util/trunk/NEWS
===================================================================
--- libxfce4util/trunk/NEWS	2009-02-16 15:54:49 UTC (rev 29494)
+++ libxfce4util/trunk/NEWS	2009-02-16 18:17:41 UTC (rev 29495)
@@ -1,3 +1,7 @@
+4.x.xx
+======
+- Add missing C++ wrappers in header files (patch by Jens Luedicke).
+
 4.5.99.2
 ========
 - Updated translations: Gokmen Gorgen and Samed Beyribey (tr),  

Modified: libxfce4util/trunk/libxfce4util/xfce-fileutils.h
===================================================================
--- libxfce4util/trunk/libxfce4util/xfce-fileutils.h	2009-02-16 15:54:49 UTC (rev 29494)
+++ libxfce4util/trunk/libxfce4util/xfce-fileutils.h	2009-02-16 18:17:41 UTC (rev 29495)
@@ -28,8 +28,12 @@
 
 #include <glib.h>
 
+G_BEGIN_DECLS
+
 gboolean xfce_mkdirhier (const gchar *whole_path,
                          gulong       mode,
                          GError     **error);
 
+G_END_DECLS
+
 #endif /* !__XFCE_FILEUTILS_H__ */

Modified: libxfce4util/trunk/libxfce4util/xfce-miscutils.h
===================================================================
--- libxfce4util/trunk/libxfce4util/xfce-miscutils.h	2009-02-16 15:54:49 UTC (rev 29494)
+++ libxfce4util/trunk/libxfce4util/xfce-miscutils.h	2009-02-16 18:17:41 UTC (rev 29495)
@@ -30,6 +30,8 @@
 
 #include <libxfce4util/debug.h>
 
+G_BEGIN_DECLS
+
 const gchar* xfce_version_string (void) G_GNUC_PURE;
 
 const gchar* xfce_get_homedir    (void) G_GNUC_PURE;
@@ -94,4 +96,6 @@
 gchar*  xfce_expand_variables (const gchar *command,
                                gchar      **envp) G_GNUC_MALLOC;
 
+G_END_DECLS
+
 #endif	/* __XFCE_MISCUTILS_H__ */

Modified: libxfce4util/trunk/libxfce4util/xfce-resource.h
===================================================================
--- libxfce4util/trunk/libxfce4util/xfce-resource.h	2009-02-16 15:54:49 UTC (rev 29494)
+++ libxfce4util/trunk/libxfce4util/xfce-resource.h	2009-02-16 18:17:41 UTC (rev 29495)
@@ -26,6 +26,8 @@
 #ifndef __XFCE_RESOURCE_H__
 #define __XFCE_RESOURCE_H__
 
+G_BEGIN_DECLS
+
 /**
  * XfceResourceType:
  * @XFCE_RESOURCE_DATA   : where applications store data.
@@ -74,4 +76,6 @@
                                      const gchar     *relpath,
                                      gboolean         create) G_GNUC_MALLOC;
 
+G_END_DECLS
+
 #endif /* !__XFCE_RESOURCE_H__ */




More information about the Xfce4-commits mailing list