diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-06-12 05:32:25 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-06-12 05:32:25 +0000 |
commit | 411241fb2610f77a3b4d5bc3a9cfbd78a4a87312 (patch) | |
tree | 333966387998a5891c8997df232e69ac6a31edf0 /gdk/gdkinput.h | |
parent | 28bebc863a57f368581efc7076246e0eb7122215 (diff) | |
download | gtk+-411241fb2610f77a3b4d5bc3a9cfbd78a4a87312.tar.gz |
Cleanup. (#169648, Fabricio Barros Cabral)
2005-06-12 Matthias Clasen <mclasen@redhat.com>
* gdk/*.h: Cleanup. (#169648, Fabricio Barros Cabral)
Diffstat (limited to 'gdk/gdkinput.h')
-rw-r--r-- | gdk/gdkinput.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gdk/gdkinput.h b/gdk/gdkinput.h index 3ff2582b03..8f8890dda4 100644 --- a/gdk/gdkinput.h +++ b/gdk/gdkinput.h @@ -3,9 +3,7 @@ #include <gdk/gdktypes.h> -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ +G_BEGIN_DECLS #define GDK_TYPE_DEVICE (gdk_device_get_type ()) #define GDK_DEVICE(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_DEVICE, GdkDevice)) @@ -142,8 +140,6 @@ void gdk_input_set_extension_events (GdkWindow *window, GdkDevice *gdk_device_get_core_pointer (void); #endif -#ifdef __cplusplus -} -#endif /* __cplusplus */ +G_END_DECLS #endif /* __GDK_INPUT_H__ */ |