Re: [Gobject Introspection] GIRepository.gir seems incorrect

2010-08-23 Thread Colin Walters
On Thu, Aug 19, 2010 at 3:35 AM, Mildred Ki'Lya mildred...@gmail.com wrote:

 So I suppose that's a bug in vala then.

 Until the problem is fixed, I created a copy of the gir file and removed
 the offending function.

Well, it's more that the respective type systems are not fully in sync
- yet.  But convergence here would be good, and I'd like to see that
happen.
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: [Gobject Introspection] GIRepository.gir seems incorrect

2010-08-18 Thread Steve Frécinaux

On 08/18/2010 07:32 PM, Mildred Ki'Lya wrote:

Hi,

I'm trying to use the GIRepository library in order to access GI
information and create a compile time binding for the Lisaac language.

I don't like C very much, and I'm going to use Vala. But the vala
compiler complains that it can't find the type filename.


GObject introspection use a filename string type to mark strings that 
represent file names, because those are not utf8 strings, rather 
bytestrings with exceptions.

___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list