summaryrefslogtreecommitdiff
path: root/gobject/gvaluearray.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-03-08 05:15:57 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-03-08 05:15:57 +0000
commit20967643a3bf596aa63e78152a621a5233dd87e0 (patch)
tree8a25ff38b07ff77481415ac3e379ca8552d66305 /gobject/gvaluearray.h
parente42c2fc58f508000c48bdf6c729f1436a39a64a0 (diff)
downloadglib-20967643a3bf596aa63e78152a621a5233dd87e0.tar.gz
Small cleanup (use G_BEGIN/END_DECLS). (#168474, Fabricio Barros Cabral)
2005-03-07 Matthias Clasen <mclasen@redhat.com> * glib/gdebug.h: Small cleanup (use G_BEGIN/END_DECLS). (#168474, Fabricio Barros Cabral)
Diffstat (limited to 'gobject/gvaluearray.h')
-rw-r--r--gobject/gvaluearray.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/gobject/gvaluearray.h b/gobject/gvaluearray.h
index b822895c2..d6897148f 100644
--- a/gobject/gvaluearray.h
+++ b/gobject/gvaluearray.h
@@ -28,9 +28,7 @@
#include <gobject/gvalue.h>
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
/* --- typedefs & structs --- */
@@ -67,9 +65,6 @@ GValueArray* g_value_array_sort_with_data (GValueArray *value_array,
gpointer user_data);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
+G_END_DECLS
#endif /* __G_VALUE_ARRAY_H__ */