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/gdkselection.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/gdkselection.h')
-rw-r--r-- | gdk/gdkselection.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gdk/gdkselection.h b/gdk/gdkselection.h index 2013e28301..ef9352a3e7 100644 --- a/gdk/gdkselection.h +++ b/gdk/gdkselection.h @@ -3,9 +3,7 @@ #include <gdk/gdktypes.h> -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ +G_BEGIN_DECLS /* Predefined atoms relating to selections. In general, one will need to use * gdk_intern_atom @@ -78,8 +76,6 @@ void gdk_selection_send_notify_for_display (GdkDisplay *display, GdkAtom property, guint32 time_); -#ifdef __cplusplus -} -#endif /* __cplusplus */ +G_END_DECLS #endif /* __GDK_SELECTION_H__ */ |