[totem-pl-parser] Update g-ir-scanner options



commit 7cd2a4e2da69aabbb01eb40190fcae88dc427ef2
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Sep 14 00:01:13 2010 +0100

    Update g-ir-scanner options
    
    This changes the prefix used in totem-pl-parser's GIR file to â??TotemPlâ??,
    breaking introspection API. It makes things neater, however, and does fix the
    introspection build. This works with old versions of gobject-introspection,
    but ideally we'd depend on 0.9.5 with this change. Closes: bgo#629342

 plparse/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plparse/Makefile.am b/plparse/Makefile.am
index c7976c7..8d096c7 100644
--- a/plparse/Makefile.am
+++ b/plparse/Makefile.am
@@ -185,7 +185,7 @@ introspection_sources = \
 	totemplparser-marshal.c
 
 TotemPlParser-1.0.gir: libtotem-plparser.la Makefile totemplparser-marshal.c totemplparser-marshal.h
-TotemPlParser_1_0_gir_SCANNERFLAGS = --namespace=TotemPlParser --strip-prefix=TotemPlParser --nsversion=1.0
+TotemPlParser_1_0_gir_SCANNERFLAGS = --namespace=TotemPlParser --strip-prefix=TotemPl --nsversion=1.0
 TotemPlParser_1_0_gir_INCLUDES = GObject-2.0 Gio-2.0
 TotemPlParser_1_0_gir_CFLAGS = \
 	$(TOTEM_PLPARSER_CFLAGS)	\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]