mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
gir: Rename girmodule.h to girmodule-private.h
It's private header.
This commit is contained in:
parent
51f518e749
commit
48984375dc
@ -21,14 +21,17 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "girmodule-private.h"
|
||||
|
||||
#include "gitypelib-internal.h"
|
||||
#include "girnode.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "girmodule.h"
|
||||
#include "gitypelib-internal.h"
|
||||
#include "girnode.h"
|
||||
|
||||
#define ALIGN_VALUE(this, boundary) \
|
||||
(( ((unsigned long)(this)) + (((unsigned long)(boundary)) -1)) & (~(((unsigned long)(boundary))-1)))
|
||||
|
||||
|
@ -22,14 +22,16 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "girnode.h"
|
||||
|
||||
#include "gitypelib-internal.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "girmodule.h"
|
||||
#include "girnode.h"
|
||||
#include "gitypelib-internal.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define strtoll _strtoi64
|
||||
#define strtoull _strtoui64
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include "girmodule.h"
|
||||
#include "girmodule-private.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
#include <glib.h>
|
||||
#include "girparser.h"
|
||||
#include "girmodule.h"
|
||||
#include "girnode.h"
|
||||
#include "gitypelib-internal.h"
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#include "girmodule.h"
|
||||
#include "girmodule-private.h"
|
||||
|
||||
typedef struct _GIrParser GIrParser;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user