mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
[gtypelib.ch] Rename to gitypelib.ch
Rename gtypelib.h -> gitypelib-internal.h and rename gtypelib.c to gitypelib.c
This commit is contained in:
parent
67126e38d4
commit
64ee6cb5b0
@ -22,8 +22,8 @@ libgirepository_1_0_la_SOURCES = \
|
||||
girffi.h \
|
||||
girffi-private.h \
|
||||
glib-compat.h \
|
||||
gtypelib.c \
|
||||
gtypelib.h
|
||||
gitypelib.c \
|
||||
gitypelib-internal.h
|
||||
|
||||
libgirepository_1_0_la_CPPFLAGS = $(GIREPO_CFLAGS)
|
||||
libgirepository_1_0_la_LIBADD = $(GIREPO_LIBS)
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <glib.h>
|
||||
#include <glib-object.h>
|
||||
|
||||
#include "gtypelib.h"
|
||||
#include "gitypelib-internal.h"
|
||||
#include "ginfo.h"
|
||||
#include "girepository-private.h"
|
||||
|
||||
|
2
ginfo.c
2
ginfo.c
@ -25,7 +25,7 @@
|
||||
#include <glib.h>
|
||||
#include <glib-object.h>
|
||||
|
||||
#include "gtypelib.h"
|
||||
#include "gitypelib-internal.h"
|
||||
#include "ginfo.h"
|
||||
#include "girepository-private.h"
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "girepository.h"
|
||||
#include "girffi.h"
|
||||
#include "gtypelib.h"
|
||||
#include "gitypelib-internal.h"
|
||||
#include "config.h"
|
||||
|
||||
GQuark
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <glib/gprintf.h>
|
||||
#include <gmodule.h>
|
||||
#include "girepository.h"
|
||||
#include "gtypelib.h"
|
||||
#include "gitypelib-internal.h"
|
||||
#include "ginfo.h"
|
||||
#include "glib-compat.h"
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#define __G_IR_MODULE_H__
|
||||
|
||||
#include <glib.h>
|
||||
#include "gtypelib.h"
|
||||
#include "gitypelib-internal.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "girmodule.h"
|
||||
#include "girnode.h"
|
||||
#include "gtypelib.h"
|
||||
#include "gitypelib-internal.h"
|
||||
|
||||
static gulong string_count = 0;
|
||||
static gulong unique_string_count = 0;
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "girparser.h"
|
||||
#include "girmodule.h"
|
||||
#include "girnode.h"
|
||||
#include "gtypelib.h"
|
||||
#include "gitypelib-internal.h"
|
||||
#include "config.h"
|
||||
|
||||
#if defined(HAVE_BACKTRACE) && defined(HAVE_BACKTRACE_SYMBOLS)
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <glib.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "gtypelib.h"
|
||||
#include "gitypelib-internal.h"
|
||||
#include "glib-compat.h"
|
||||
|
||||
typedef struct {
|
Loading…
Reference in New Issue
Block a user