summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-06-12 05:32:25 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-06-12 05:32:25 +0000
commit411241fb2610f77a3b4d5bc3a9cfbd78a4a87312 (patch)
tree333966387998a5891c8997df232e69ac6a31edf0 /gdk/gdkevents.h
parent28bebc863a57f368581efc7076246e0eb7122215 (diff)
downloadgtk+-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/gdkevents.h')
-rw-r--r--gdk/gdkevents.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h
index 4095b362c7..32873091da 100644
--- a/gdk/gdkevents.h
+++ b/gdk/gdkevents.h
@@ -6,9 +6,7 @@
#include <gdk/gdkdnd.h>
#include <gdk/gdkinput.h>
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
#define GDK_TYPE_EVENT (gdk_event_get_type ())
@@ -512,8 +510,6 @@ gboolean gdk_setting_get (const gchar *name,
GValue *value);
#endif /* GDK_MULTIHEAD_SAFE */
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
+G_END_DECLS
#endif /* __GDK_EVENTS_H__ */