From 741a946134cb975722dc3f5cc1773c05891095e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 5 Sep 2009 12:30:07 +0200 Subject: [PATCH] introspection: Strip Gst prefix from all types/functions --- libs/gst/base/Makefile.am | 1 + libs/gst/check/Makefile.am | 1 + libs/gst/controller/Makefile.am | 1 + libs/gst/dataprotocol/Makefile.am | 1 + libs/gst/net/Makefile.am | 1 + 5 files changed, 5 insertions(+) diff --git a/libs/gst/base/Makefile.am b/libs/gst/base/Makefile.am index 3eccc538ce..aff0d5c65d 100644 --- a/libs/gst/base/Makefile.am +++ b/libs/gst/base/Makefile.am @@ -50,6 +50,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/base/%',$(libgstbase_@GST_MAJORMINOR GstBase-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstbase-@GST_MAJORMINOR@.la $(INTROSPECTION_SCANNER) -v --namespace GstBase \ --nsversion=@GST_MAJORMINOR@ \ + --strip-prefix=Gst \ -I$(top_srcdir) \ $(gir_cincludes) \ --add-include-path=$(top_builddir)/gst \ diff --git a/libs/gst/check/Makefile.am b/libs/gst/check/Makefile.am index 57d9efad41..ee403b1638 100644 --- a/libs/gst/check/Makefile.am +++ b/libs/gst/check/Makefile.am @@ -111,6 +111,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/check/%',$(libgstcheck_@GST_MAJORMIN GstCheck-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcheck-@GST_MAJORMINOR@.la $(INTROSPECTION_SCANNER) -v --namespace GstCheck \ --nsversion=@GST_MAJORMINOR@ \ + --strip-prefix=Gst \ -I$(top_srcdir) \ $(gir_cincludes) \ --add-include-path=$(top_builddir)/gst \ diff --git a/libs/gst/controller/Makefile.am b/libs/gst/controller/Makefile.am index 6c4153d7f5..01b816e35d 100644 --- a/libs/gst/controller/Makefile.am +++ b/libs/gst/controller/Makefile.am @@ -42,6 +42,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/controller/%',$(libgstcontroller_@GS GstController-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcontroller-@GST_MAJORMINOR@.la $(INTROSPECTION_SCANNER) -v --namespace GstController \ --nsversion=@GST_MAJORMINOR@ \ + --strip-prefix=Gst \ -I$(top_srcdir) \ $(gir_cincludes) \ --add-include-path=$(top_builddir)/gst \ diff --git a/libs/gst/dataprotocol/Makefile.am b/libs/gst/dataprotocol/Makefile.am index 2087c8820e..66c8bc3432 100644 --- a/libs/gst/dataprotocol/Makefile.am +++ b/libs/gst/dataprotocol/Makefile.am @@ -31,6 +31,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/dataprotocol/%',$(libgstdataprotocol GstDataprotocol-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstdataprotocol-@GST_MAJORMINOR@.la $(INTROSPECTION_SCANNER) -v --namespace GstDataprotocol \ + --strip-prefix=Gst \ --nsversion=@GST_MAJORMINOR@ \ -I$(top_srcdir) \ $(gir_cincludes) \ diff --git a/libs/gst/net/Makefile.am b/libs/gst/net/Makefile.am index 2001c38384..1041270128 100644 --- a/libs/gst/net/Makefile.am +++ b/libs/gst/net/Makefile.am @@ -32,6 +32,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/net/%',$(libgstbase_@GST_MAJORMINOR@ GstNet-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstnet-@GST_MAJORMINOR@.la $(INTROSPECTION_SCANNER) -v --namespace GstNet \ + --strip-prefix=Gst \ --nsversion=@GST_MAJORMINOR@ \ -I$(top_srcdir) \ $(gir_cincludes) \