summaryrefslogtreecommitdiff
path: root/gtk/gtkframe.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/gtkframe.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/gtkframe.h')
-rw-r--r--gtk/gtkframe.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/gtk/gtkframe.h b/gtk/gtkframe.h
index 7fa5850653..85729d13c0 100644
--- a/gtk/gtkframe.h
+++ b/gtk/gtkframe.h
@@ -32,9 +32,7 @@
#include <gtk/gtkbin.h>
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
#define GTK_TYPE_FRAME (gtk_frame_get_type ())
@@ -88,9 +86,8 @@ void gtk_frame_set_shadow_type (GtkFrame *frame,
GtkShadowType type);
GtkShadowType gtk_frame_get_shadow_type (GtkFrame *frame);
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
+
+G_END_DECLS
#endif /* __GTK_FRAME_H__ */