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/gtkrange.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/gtkrange.h')
-rw-r--r-- | gtk/gtkrange.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gtk/gtkrange.h b/gtk/gtkrange.h index 12bcd8048a..7bd057e51b 100644 --- a/gtk/gtkrange.h +++ b/gtk/gtkrange.h @@ -33,9 +33,7 @@ #include <gtk/gtkwidget.h> -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ +G_BEGIN_DECLS #define GTK_TYPE_RANGE (gtk_range_get_type ()) @@ -155,9 +153,8 @@ gdouble gtk_range_get_value (GtkRange *range); gdouble _gtk_range_get_wheel_delta (GtkRange *range, GdkScrollDirection direction); -#ifdef __cplusplus -} -#endif /* __cplusplus */ + +G_END_DECLS #endif /* __GTK_RANGE_H__ */ |