mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-22 15:19:16 +02:00
Export two private methods to avoid an compiler warning
svn path=/trunk/; revision=810
This commit is contained in:
parent
8d06e5c8e7
commit
b97c26b3ee
@ -24,9 +24,6 @@
|
|||||||
#include "girmodule.h"
|
#include "girmodule.h"
|
||||||
#include "girnode.h"
|
#include "girnode.h"
|
||||||
|
|
||||||
void _g_irnode_init_stats (void);
|
|
||||||
void _g_irnode_dump_stats (void);
|
|
||||||
|
|
||||||
#define ALIGN_VALUE(this, boundary) \
|
#define ALIGN_VALUE(this, boundary) \
|
||||||
(( ((unsigned long)(this)) + (((unsigned long)(boundary)) -1)) & (~(((unsigned long)(boundary))-1)))
|
(( ((unsigned long)(this)) + (((unsigned long)(boundary)) -1)) & (~(((unsigned long)(boundary))-1)))
|
||||||
|
|
||||||
|
@ -46,6 +46,9 @@ void g_ir_module_free (GIrModule *module);
|
|||||||
GTypelib * g_ir_module_build_typelib (GIrModule *module,
|
GTypelib * g_ir_module_build_typelib (GIrModule *module,
|
||||||
GList *modules);
|
GList *modules);
|
||||||
|
|
||||||
|
void _g_irnode_init_stats (void);
|
||||||
|
void _g_irnode_dump_stats (void);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __G_IR_MODULE_H__ */
|
#endif /* __G_IR_MODULE_H__ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user