gir: Rename girmodule.h to girmodule-private.h

It's private header.
This commit is contained in:
Emmanuele Bassi 2023-11-08 00:06:01 +00:00
parent 51f518e749
commit 48984375dc
6 changed files with 15 additions and 11 deletions

View File

@ -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)))

View File

@ -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

View File

@ -25,7 +25,7 @@
#include <glib.h>
#include "girmodule.h"
#include "girmodule-private.h"
G_BEGIN_DECLS

View File

@ -30,7 +30,6 @@
#include <glib.h>
#include "girparser.h"
#include "girmodule.h"
#include "girnode.h"
#include "gitypelib-internal.h"

View File

@ -27,7 +27,7 @@
G_BEGIN_DECLS
#include "girmodule.h"
#include "girmodule-private.h"
typedef struct _GIrParser GIrParser;