mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
Small cleanup (use G_BEGIN/END_DECLS). (#168474, Fabricio Barros Cabral)
2005-03-07 Matthias Clasen <mclasen@redhat.com> * glib/gdebug.h: Small cleanup (use G_BEGIN/END_DECLS). (#168474, Fabricio Barros Cabral)
This commit is contained in:
parent
e42c2fc58f
commit
20967643a3
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2005-03-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gutils.c (g_find_program_in_path): Mark the last
|
* glib/gutils.c (g_find_program_in_path): Mark the last
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2005-03-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gutils.c (g_find_program_in_path): Mark the last
|
* glib/gutils.c (g_find_program_in_path): Mark the last
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2005-03-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gutils.c (g_find_program_in_path): Mark the last
|
* glib/gutils.c (g_find_program_in_path): Mark the last
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2005-03-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gutils.c (g_find_program_in_path): Mark the last
|
* glib/gutils.c (g_find_program_in_path): Mark the last
|
||||||
|
@ -27,9 +27,7 @@
|
|||||||
#ifndef __G_DEBUG_H__
|
#ifndef __G_DEBUG_H__
|
||||||
#define __G_DEBUG_H__
|
#define __G_DEBUG_H__
|
||||||
|
|
||||||
#ifdef __cplusplus
|
G_BEGIN_DECLS
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
G_DEBUG_FATAL_WARNINGS = 1 << 0
|
G_DEBUG_FATAL_WARNINGS = 1 << 0
|
||||||
@ -55,9 +53,6 @@ GLIB_VAR guint _g_debug_flags;
|
|||||||
|
|
||||||
void _g_debug_init (void) G_GNUC_INTERNAL;
|
void _g_debug_init (void) G_GNUC_INTERNAL;
|
||||||
|
|
||||||
#ifdef __cplusplus
|
G_END_DECLS
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* __G_DEBUG_H__ */
|
#endif /* __G_DEBUG_H__ */
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2005-02-24 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* Makefile.am (EXTRA_DIST): Don't distribute
|
* Makefile.am (EXTRA_DIST): Don't distribute
|
||||||
|
@ -28,9 +28,7 @@
|
|||||||
#include <gobject/gvalue.h>
|
#include <gobject/gvalue.h>
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
G_BEGIN_DECLS
|
||||||
extern "C" {
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
|
|
||||||
/* --- typedefs & structs --- */
|
/* --- typedefs & structs --- */
|
||||||
@ -67,9 +65,6 @@ GValueArray* g_value_array_sort_with_data (GValueArray *value_array,
|
|||||||
gpointer user_data);
|
gpointer user_data);
|
||||||
|
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
#endif /* __G_VALUE_ARRAY_H__ */
|
#endif /* __G_VALUE_ARRAY_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user