2005-03-07 Matthias Clasen <mclasen@redhat.com>
+ * glib/gdebug.h: Small cleanup (use G_BEGIN/END_DECLS).
+ (#168474, Fabricio Barros Cabral)
+
+2005-03-07 Matthias Clasen <mclasen@redhat.com>
+
* glib/gutils.c (g_find_program_in_path): Mark the last
paragraph of the docs as Windows-specific. (#169433)
2005-03-07 Matthias Clasen <mclasen@redhat.com>
+ * glib/gdebug.h: Small cleanup (use G_BEGIN/END_DECLS).
+ (#168474, Fabricio Barros Cabral)
+
+2005-03-07 Matthias Clasen <mclasen@redhat.com>
+
* glib/gutils.c (g_find_program_in_path): Mark the last
paragraph of the docs as Windows-specific. (#169433)
2005-03-07 Matthias Clasen <mclasen@redhat.com>
+ * glib/gdebug.h: Small cleanup (use G_BEGIN/END_DECLS).
+ (#168474, Fabricio Barros Cabral)
+
+2005-03-07 Matthias Clasen <mclasen@redhat.com>
+
* glib/gutils.c (g_find_program_in_path): Mark the last
paragraph of the docs as Windows-specific. (#169433)
2005-03-07 Matthias Clasen <mclasen@redhat.com>
+ * glib/gdebug.h: Small cleanup (use G_BEGIN/END_DECLS).
+ (#168474, Fabricio Barros Cabral)
+
+2005-03-07 Matthias Clasen <mclasen@redhat.com>
+
* glib/gutils.c (g_find_program_in_path): Mark the last
paragraph of the docs as Windows-specific. (#169433)
#ifndef __G_DEBUG_H__
#define __G_DEBUG_H__
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
typedef enum {
G_DEBUG_FATAL_WARNINGS = 1 << 0
void _g_debug_init (void) G_GNUC_INTERNAL;
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
#endif /* __G_DEBUG_H__ */
+2005-03-08 Matthias Clasen <mclasen@redhat.com>
+
+ * gvaluearray.h: Small cleanup (use G_BEGIN/END_DECLS).
+ (#168474, Fabricio Barros Cabral)
+
2005-02-24 Tor Lillqvist <tml@novell.com>
* Makefile.am (EXTRA_DIST): Don't distribute
#include <gobject/gvalue.h>
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
/* --- typedefs & structs --- */
gpointer user_data);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
+G_END_DECLS
#endif /* __G_VALUE_ARRAY_H__ */