summaryrefslogtreecommitdiff
path: root/gtk/gtktreednd.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-05-06 03:12:33 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-05-06 03:12:33 +0000
commitf8e922f9ec3a45181786daa0000308e0cbd6a2e9 (patch)
tree400d34032e813d6be971177a0271ddbe89142eb4 /gtk/gtktreednd.h
parentd0b22eb54211d0cc88793ca7266c9037e6499d83 (diff)
downloadgtk+-f8e922f9ec3a45181786daa0000308e0cbd6a2e9.tar.gz
Small cleanups.
2005-05-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreednd.h: * gtk/gtkwidget.h: Small cleanups.
Diffstat (limited to 'gtk/gtktreednd.h')
-rw-r--r--gtk/gtktreednd.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/gtk/gtktreednd.h b/gtk/gtktreednd.h
index 49c6dabd67..eb983b7aea 100644
--- a/gtk/gtktreednd.h
+++ b/gtk/gtktreednd.h
@@ -23,9 +23,7 @@
#include <gtk/gtktreemodel.h>
#include <gtk/gtkdnd.h>
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
#define GTK_TYPE_TREE_DRAG_SOURCE (gtk_tree_drag_source_get_type ())
#define GTK_TREE_DRAG_SOURCE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TREE_DRAG_SOURCE, GtkTreeDragSource))
@@ -118,10 +116,6 @@ gboolean gtk_tree_get_row_drag_data (GtkSelectionData *selection_dat
GtkTreeModel **tree_model,
GtkTreePath **path);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
#endif /* __GTK_TREE_DND_H__ */