Bumped version number.
2006-08-10 Benoît Dejean <benoit@placenet.org> * configure.in: Bumped version number. * glibtop.h: * include/glibtop/init_hooks.h: Added missing G_(BEGIN|END)_DECLS.
This commit is contained in:
committed by
Benoît Dejean
parent
610c0071cc
commit
383b4c480e
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
|||||||
|
2006-08-10 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
|
||||||
|
Bumped version number.
|
||||||
|
|
||||||
|
* glibtop.h:
|
||||||
|
* include/glibtop/init_hooks.h:
|
||||||
|
|
||||||
|
Added missing G_(BEGIN|END)_DECLS.
|
||||||
|
|
||||||
2006-07-27 Benoît Dejean <benoit@placenet.org>
|
2006-07-27 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
* NEWS:
|
* NEWS:
|
||||||
|
@@ -4,7 +4,7 @@ dnl
|
|||||||
|
|
||||||
m4_define([libgtop_major_version], [2])
|
m4_define([libgtop_major_version], [2])
|
||||||
m4_define([libgtop_minor_version], [14])
|
m4_define([libgtop_minor_version], [14])
|
||||||
m4_define([libgtop_micro_version], [2])
|
m4_define([libgtop_micro_version], [3])
|
||||||
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
|
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
|
||||||
|
|
||||||
dnl increment if the interface has additions, changes, removals.
|
dnl increment if the interface has additions, changes, removals.
|
||||||
|
@@ -24,6 +24,10 @@
|
|||||||
#ifndef __GLIBTOP_H__
|
#ifndef __GLIBTOP_H__
|
||||||
#define __GLIBTOP_H__
|
#define __GLIBTOP_H__
|
||||||
|
|
||||||
|
#include <glib/gmacros.h>
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
typedef struct _glibtop glibtop;
|
typedef struct _glibtop glibtop;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -108,4 +112,6 @@ glibtop_init_s (glibtop **server_ptr,
|
|||||||
unsigned long features,
|
unsigned long features,
|
||||||
unsigned flags);
|
unsigned flags);
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -3,9 +3,13 @@
|
|||||||
|
|
||||||
#include <glibtop.h>
|
#include <glibtop.h>
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
typedef void (*glibtop_init_func_t)(glibtop *);
|
typedef void (*glibtop_init_func_t)(glibtop *);
|
||||||
|
|
||||||
extern const glibtop_init_func_t _glibtop_init_hook_s[];
|
extern const glibtop_init_func_t _glibtop_init_hook_s[];
|
||||||
extern const glibtop_init_func_t _glibtop_init_hook_p[];
|
extern const glibtop_init_func_t _glibtop_init_hook_p[];
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* H_LIBGTOP_INIT_HOOKS_1122955666 */
|
#endif /* H_LIBGTOP_INIT_HOOKS_1122955666 */
|
||||||
|
Reference in New Issue
Block a user