gir-repository r137 - trunk/gir



Author: walters
Date: Sat Oct 18 01:10:29 2008
New Revision: 137
URL: http://svn.gnome.org/viewvc/gir-repository?rev=137&view=rev

Log:
Update for prefix reworking


Modified:
   trunk/gir/GdkPixbuf-2.0.xpath
   trunk/gir/Makefile.am

Modified: trunk/gir/GdkPixbuf-2.0.xpath
==============================================================================
--- trunk/gir/GdkPixbuf-2.0.xpath	(original)
+++ trunk/gir/GdkPixbuf-2.0.xpath	Sat Oct 18 01:10:29 2008
@@ -1,6 +1,6 @@
 /namespace/class[ name='Pixbuf']
-/namespace/enumeration[ name='Error']/member[ name='failed']
-/namespace/class[ name='Animation']/method[ name='get_width']/return-value/type[ name='int']
-/namespace/class[ name='Animation']/method[ name='get_static_image']/return-value/type[ name='Pixbuf']
-/namespace/class[ name='Animation']/method[ name='get_iter']/parameters/parameter[ name='start_time']/type[ name='GLib.TimeVal']
+/namespace/enumeration[ name='PixbufError']/member[ name='failed']
+/namespace/class[ name='PixbufAnimation']/method[ name='get_width']/return-value/type[ name='int']
+/namespace/class[ name='PixbufAnimation']/method[ name='get_static_image']/return-value/type[ name='Pixbuf']
+/namespace/class[ name='PixbufAnimation']/method[ name='get_iter']/parameters/parameter[ name='start_time']/type[ name='GLib.TimeVal']
 

Modified: trunk/gir/Makefile.am
==============================================================================
--- trunk/gir/Makefile.am	(original)
+++ trunk/gir/Makefile.am	Sat Oct 18 01:10:29 2008
@@ -322,7 +322,7 @@
 GTKSOURCEVIEW_INCLUDEDIR=`pkg-config --variable=includedir gtksourceview-2.0`/gtksourceview-2.0
 GTKSOURCEVIEW_LIBDIR=`pkg-config --variable=libdir gtksourceview-2.0`
 GtkSource-2.2.gir: $(G_IR_SCANNER) Gtk-2.0.gir
-	$(G_IR_SCANNER) -v --namespace GtkSource --nsversion=2.2 \
+	$(G_IR_SCANNER) -v --namespace GtkSource --strip-prefix=Gtk --nsversion=2.2 \
 	    --add-include-path=$(srcdir) --add-include-path=. \
              --include=Gtk-2.0 \
 	     --library=gtksourceview-2.0 \
@@ -384,7 +384,6 @@
 Clutter-0.8.gir: libgirepo-Clutter-custom.la ClutterAdditions.xml ClutterJson-0.8.gir GdkPixbuf-2.0.gir Pango-1.0.gir PangoCairo-1.0.gir $(G_IR_SCANNER) clutter-0.8.c
 	$(G_IR_SCANNER) -v --namespace Clutter --nsversion=0.8 \
 	    --add-include-path=$(srcdir) --add-include-path=. \
-	     --strip-prefix=girepo \
              --include=GL-1.0 \
              --include=GObject-2.0 \
              --include=xlib-2.0 \



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