gbytes: Add G_BEGIN/END_DECL guards
authorChristian Persch <chpe@gnome.org>
Wed, 15 Feb 2012 14:25:47 +0000 (15:25 +0100)
committerChristian Persch <chpe@gnome.org>
Wed, 15 Feb 2012 16:46:31 +0000 (17:46 +0100)
Bug #670138.

glib/gbytes.h

index 3532328..a120e21 100644 (file)
@@ -27,6 +27,8 @@
 #include <glib/gtypes.h>
 #include <glib/garray.h>
 
+G_BEGIN_DECLS
+
 GBytes *        g_bytes_new                     (gconstpointer   data,
                                                  gsize           size);
 
@@ -67,4 +69,6 @@ gboolean        g_bytes_equal                   (gconstpointer   bytes1,
 gint            g_bytes_compare                 (gconstpointer   bytes1,
                                                  gconstpointer   bytes2);
 
+G_END_DECLS
+
 #endif /* __G_BYTES_H__ */