summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-06-21 05:35:43 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-06-21 05:35:43 +0000
commit3845ca6eea4ed8c74d302965342bfcd748b79b31 (patch)
tree47c9b2b005eb8e5ea1b477f440024884fc9de550 /gtk/gtkliststore.h
parent15a5ee96af2aa9f62269595f14c8ebec6f132860 (diff)
downloadgtk+-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/gtkliststore.h')
-rw-r--r--gtk/gtkliststore.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/gtk/gtkliststore.h b/gtk/gtkliststore.h
index 20b5acb1b7..b985bc6771 100644
--- a/gtk/gtkliststore.h
+++ b/gtk/gtkliststore.h
@@ -23,9 +23,9 @@
#include <gtk/gtktreemodel.h>
#include <gtk/gtktreesortable.h>
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+
+G_BEGIN_DECLS
+
#define GTK_TYPE_LIST_STORE (gtk_list_store_get_type ())
#define GTK_LIST_STORE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_LIST_STORE, GtkListStore))
@@ -131,9 +131,7 @@ void gtk_list_store_move_before (GtkListStore *store,
GtkTreeIter *position);
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
+G_END_DECLS
#endif /* __GTK_LIST_STORE_H__ */