From 3845ca6eea4ed8c74d302965342bfcd748b79b31 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 21 Jun 2005 05:35:43 +0000 Subject: Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 Matthias Clasen * gtk/*.h: Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit Carpentier) --- gtk/gtkmodules.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gtk/gtkmodules.h') diff --git a/gtk/gtkmodules.h b/gtk/gtkmodules.h index c7ebd395a7..bd157f79a7 100644 --- a/gtk/gtkmodules.h +++ b/gtk/gtkmodules.h @@ -23,9 +23,9 @@ #include -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ + +G_BEGIN_DECLS + /* Functions for use within GTK+ */ @@ -43,8 +43,8 @@ typedef void (*GtkModuleInitFunc) (gint *argc, gchar ***argv); typedef void (*GtkModuleDisplayInitFunc) (GdkDisplay *display); -#ifdef __cplusplus -} -#endif /* __cplusplus */ + +G_END_DECLS + #endif /* __GTK_MODULES_H__ */ -- cgit v1.2.1