Re: [Vala] What is traversable and how to use it !!! [since libgee 0.7]

2012-09-27 Thread Luca Bruno
On Thu, Sep 27, 2012 at 10:24 AM, r...@no-log.org wrote:

 Hello,

 I've compiled Libgee 0.8 (as usual with MingW under Windows ;)) and now
 when I try to compile my project, I've got an error... =___= (greeeaat)


Libgee 0.8 is known to break API, you don't have to necessarily upgrade.

-- 
www.debian.org - The Universal Operating System
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] What is traversable and how to use it !!! [since libgee 0.7]

2012-09-27 Thread raum
Ok, so which one ? the traversable thing is implemented since Libgee
0.7.. :-?

And a thing which also irritates me (sorry...), it is to see the
documentation referring now to the version 0.8...
http://valadoc.org/libgee-0.8/index.htm

Thanks

Raum


 On Thu, Sep 27, 2012 at 10:24 AM, r...@no-log.org wrote:

 Hello,

 I've compiled Libgee 0.8 (as usual with MingW under Windows ;)) and now
 when I try to compile my project, I've got an error... =___= (greeeaat)


 Libgee 0.8 is known to break API, you don't have to necessarily upgrade.

 --
 www.debian.org - The Universal Operating System

___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] What is traversable and how to use it !!! [since libgee 0.7]

2012-09-27 Thread Daniel Espinosa
Travesable is an interfase and a requisite for Iterable interface witch you
must implement.

Is not the best but you can open the files at Gee's source code to know the
methods to implement. Gee 0.8 adds lot of default implementations and have
abstract classes to make more easy to implement new collections as for
LIBGDA's vala extensions.

I'm implementing a new GLib.List class as a Gee collection, hope it will be
approbed into Gee classes.
El sep 27, 2012 3:24 a.m., r...@no-log.org escribió:

 Hello,

 I've compiled Libgee 0.8 (as usual with MingW under Windows ;)) and now
 when I try to compile my project, I've got an error... =___= (greeeaat)

 objects.vala:257.1-257.55: error: cObjectsMap: some prerequisites
 (`Gee.Traversable') are not met
 public class cObject : Object, IterablecObject {
 ^^^

 Do you have a sample of code for this ? Because, due of lack of
 documentation, I didn't understand exactly why now I need to use
 traversable.

 Thanks :)

 Raum

 ps: to compile libgee, If you followed my previous messages
 export GLIB_CFLAGS='-I /mingw/lib/glib-2.0/include -I
 /mingw/include/glib-2.0 -I /mingw/include/glib-2.0/gobject '
 export GLIB_LIBS='-lglib-2.0 -llibgobject-2.0'


 ___
 vala-list mailing list
 vala-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/vala-list

___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list