introspection: Strip Gst prefix from all types/functions
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 5 Sep 2009 10:30:07 +0000 (12:30 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 5 Sep 2009 10:30:07 +0000 (12:30 +0200)
libs/gst/base/Makefile.am
libs/gst/check/Makefile.am
libs/gst/controller/Makefile.am
libs/gst/dataprotocol/Makefile.am
libs/gst/net/Makefile.am

index 3eccc538ceb89ac967e09ac0497fc4aa179662ee..aff0d5c65d392f57e937a1579e002730d275824c 100644 (file)
@@ -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 \
index 57d9efad41fd5a97b3cb89a8faaff01a593167ae..ee403b1638af4557b7a98f3085fcf3eabf3a6b9c 100644 (file)
@@ -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 \
index 6c4153d7f5ac31c45fd067fde37765e7700e7f27..01b816e35d59a00ed62573e8dd22d1057eee566c 100644 (file)
@@ -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 \
index 2087c8820ea4382ce52d3e1325a1c4d1f4beab09..66c8bc3432339e364a9eaea533bd352d2d894fcd 100644 (file)
@@ -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) \
index 2001c38384459f784467919d431b5809170e63a2..1041270128aff484ba663d53c640259b06f1143e 100644 (file)
@@ -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) \