diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-06-21 05:35:43 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-06-21 05:35:43 +0000 |
commit | 3845ca6eea4ed8c74d302965342bfcd748b79b31 (patch) | |
tree | 47c9b2b005eb8e5ea1b477f440024884fc9de550 /gtk/gtkrbtree.h | |
parent | 15a5ee96af2aa9f62269595f14c8ebec6f132860 (diff) | |
download | gtk+-3845ca6eea4ed8c74d302965342bfcd748b79b31.tar.gz |
Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit
2005-06-21 Matthias Clasen <mclasen@redhat.com>
* gtk/*.h: Trivial cleanups. (#169647, #303455,
Fabricio Barros Cabral, Benoit Carpentier)
Diffstat (limited to 'gtk/gtkrbtree.h')
-rw-r--r-- | gtk/gtkrbtree.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkrbtree.h b/gtk/gtkrbtree.h index bf149836dd..c6e3c20d8a 100644 --- a/gtk/gtkrbtree.h +++ b/gtk/gtkrbtree.h @@ -22,9 +22,9 @@ #ifndef __GTK_RBTREE_H__ #define __GTK_RBTREE_H__ -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ + +G_BEGIN_DECLS + #include <glib.h> typedef enum @@ -177,8 +177,8 @@ void _gtk_rbtree_test (const gchar *where, void _gtk_rbtree_debug_spew (GtkRBTree *tree); #endif -#ifdef __cplusplus -} -#endif /* __cplusplus */ + +G_END_DECLS + #endif /* __GTK_RBTREE_H__ */ |