[gtypelib.ch] Rename to gitypelib.ch

Rename gtypelib.h -> gitypelib-internal.h and rename
gtypelib.c to gitypelib.c
This commit is contained in:
Johan Dahlin 2010-05-31 17:44:46 -03:00
parent 67126e38d4
commit 64ee6cb5b0
10 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

@ -25,7 +25,7 @@
#include "girepository.h"
#include "girffi.h"
#include "gtypelib.h"
#include "gitypelib-internal.h"
#include "config.h"
GQuark

View File

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

View File

@ -22,7 +22,7 @@
#define __G_IR_MODULE_H__
#include <glib.h>
#include "gtypelib.h"
#include "gitypelib-internal.h"
G_BEGIN_DECLS

View File

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

View File

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

View File

@ -25,7 +25,7 @@
#include <glib.h>
#include "config.h"
#include "gtypelib.h"
#include "gitypelib-internal.h"
#include "glib-compat.h"
typedef struct {