Re: [Vala] How to use the ZLib bindings?

2009-10-19 Thread JM
Hi Philipp I tested your patch and it works very fine for me. I also attached a deflate example based on the code of your inflate example to this mail. The example takes a dummyfile.txt file and outputs in gzip file format. It is compiled with valac --pkg gio-2.0 --pkg zlib -X -lz zlibtest_deflat

[Vala] problems with GMarkupParser bindings

2009-10-19 Thread pHilipp Zabel
Hi, I'm trying to use the Simple XML Subset Parser, starting from the example at http://live.gnome.org/Vala/MarkupSample. The GLib.MarkupParser struct is defined as follows: unowned GLib.MarkupParser parser = { (context, element_name, attribute_names, attribute_values) =>

Re: [Vala] Problem compiling some example of - gnome panel applet...

2009-10-19 Thread Frederik
Arkadi Viner wrote: > I have one question about "bonobo", in this page - > http://live.gnome.org/RoadMap, it is written: > > *GNOME Panel* > >- New library for the applets >- Compatibility layer for old Bonobo applets and remove Bonobo usage in >the Panel >- New interaction model

Re: [Vala] Problem compiling some example of - gnome panel applet...

2009-10-19 Thread Arkadi Viner
I have one question about "bonobo", in this page - http://live.gnome.org/RoadMap, it is written: *GNOME Panel* - New library for the applets - Compatibility layer for old Bonobo applets and remove Bonobo usage in the Panel - New interaction model for managing applets: activate/deactiv

Re: [Vala] Problem compiling some example of - gnome panel applet...

2009-10-19 Thread Frederik
Arkadi Viner wrote: > *It compiles with no errors but when I try to run it, I get:* > > *Process return 256 execution time: 0.09651 s* > > > I am using Gnome 2.28. > > *Maybe some could help me with this ?* > > Thanks. Did you follow the instructions of the next section on the wiki page? You