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/gdk.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/gdk.h')
-rw-r--r-- | gdk/gdk.h | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -54,9 +54,7 @@ #include <gdk/gdkvisual.h> #include <gdk/gdkwindow.h> -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ +G_BEGIN_DECLS /* Initialization, exit and events @@ -209,9 +207,7 @@ void gdk_threads_set_lock_functions (GCallback enter_fn, # define GDK_THREADS_LEAVE() #endif /* !G_THREADS_ENABLED */ -#ifdef __cplusplus -} -#endif /* __cplusplus */ +G_END_DECLS #endif /* __GDK_H__ */ |