From 64ee6cb5b0174d4d1dd80ef62c56d8f368e2f559 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 31 May 2010 17:44:46 -0300 Subject: [PATCH] [gtypelib.ch] Rename to gitypelib.ch Rename gtypelib.h -> gitypelib-internal.h and rename gtypelib.c to gitypelib.c --- Makefile.am | 4 ++-- gibaseinfo.c | 2 +- ginfo.c | 2 +- ginvoke.c | 2 +- girepository.c | 2 +- girmodule.h | 2 +- girnode.c | 2 +- girparser.c | 2 +- gtypelib.h => gitypelib-internal.h | 0 gtypelib.c => gitypelib.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) rename gtypelib.h => gitypelib-internal.h (100%) rename gtypelib.c => gitypelib.c (99%) diff --git a/Makefile.am b/Makefile.am index ac95ed661..3bd30103f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) diff --git a/gibaseinfo.c b/gibaseinfo.c index 006dd8f55..2f7144927 100644 --- a/gibaseinfo.c +++ b/gibaseinfo.c @@ -25,7 +25,7 @@ #include #include -#include "gtypelib.h" +#include "gitypelib-internal.h" #include "ginfo.h" #include "girepository-private.h" diff --git a/ginfo.c b/ginfo.c index 70482a5aa..073776301 100644 --- a/ginfo.c +++ b/ginfo.c @@ -25,7 +25,7 @@ #include #include -#include "gtypelib.h" +#include "gitypelib-internal.h" #include "ginfo.h" #include "girepository-private.h" diff --git a/ginvoke.c b/ginvoke.c index bae8da4f5..3de6af415 100644 --- a/ginvoke.c +++ b/ginvoke.c @@ -25,7 +25,7 @@ #include "girepository.h" #include "girffi.h" -#include "gtypelib.h" +#include "gitypelib-internal.h" #include "config.h" GQuark diff --git a/girepository.c b/girepository.c index 218a954cf..f06270eb3 100644 --- a/girepository.c +++ b/girepository.c @@ -29,7 +29,7 @@ #include #include #include "girepository.h" -#include "gtypelib.h" +#include "gitypelib-internal.h" #include "ginfo.h" #include "glib-compat.h" diff --git a/girmodule.h b/girmodule.h index 3ebb3eb72..bd3fbf29d 100644 --- a/girmodule.h +++ b/girmodule.h @@ -22,7 +22,7 @@ #define __G_IR_MODULE_H__ #include -#include "gtypelib.h" +#include "gitypelib-internal.h" G_BEGIN_DECLS diff --git a/girnode.c b/girnode.c index 9ff323575..db029989d 100644 --- a/girnode.c +++ b/girnode.c @@ -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; diff --git a/girparser.c b/girparser.c index 341cb5ded..5861c167a 100644 --- a/girparser.c +++ b/girparser.c @@ -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) diff --git a/gtypelib.h b/gitypelib-internal.h similarity index 100% rename from gtypelib.h rename to gitypelib-internal.h diff --git a/gtypelib.c b/gitypelib.c similarity index 99% rename from gtypelib.c rename to gitypelib.c index 41bbb0ccc..1b3f882ec 100644 --- a/gtypelib.c +++ b/gitypelib.c @@ -25,7 +25,7 @@ #include #include "config.h" -#include "gtypelib.h" +#include "gitypelib-internal.h" #include "glib-compat.h" typedef struct {