[gnome-pocket] Work-around introspection bug



commit d5fd22798ecca962fcdb267214bfc5cddef86dfc
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Sep 20 19:58:52 2014 +0200

    Work-around introspection bug
    
    GIR fails when the namespace has the same name as one of the objects.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=628496

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6bb6c53..18e73ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,8 +50,8 @@ GnomePocket_1_0_gir_LIBS = libgnome-pocket.la
 GnomePocket_1_0_gir_CFLAGS = $(AM_CPPFLAGS)
 GnomePocket_1_0_gir_SCANNERFLAGS =                     \
        --warn-all                                      \
-       --symbol-prefix=gnome_pocket                    \
-       --identifier-prefix=GnomePocket                 \
+       --symbol-prefix=gnome                           \
+       --identifier-prefix=Gnome                       \
         --c-include="gnome-pocket/gnome-pocket.h"      \
        $(NULL)
 GnomePocket_1_0_gir_INCLUDES = $(GNOME_POCKET_GIR_INCLUDES)


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