[Vala] Question about vala-gen-introspect

2010-12-06 Thread W. Michael Petullo
I am trying to figure out how to generate a Vala API file for libdmapsharing, http://www.flyn.org/projects/libdmapsharing/. This library may be used to create DAAP and DPAP servers and clients. I have read the document at http://live.gnome.org/Vala/Bindings. I am using vala-0.10.0 and have tried t

Re: [Vala] Question about vala-gen-introspect?

2010-10-31 Thread Abderrahim Kitouni
Hello, في ث، 26-10-2010 عند 11:10 +0900 ، كتب Peng Huang: > Hello, > > I am a newbie of vala. I am writing the vala binding for ibus project. I > want to ask if vala-gen-introspect can support annotations in header files. > Like use (transfer full) to mark the return value of

Re: [Vala] Question about vala-gen-introspect?

2010-10-25 Thread Peng Huang
So currently it is impossible to let v-g-i to get meta info from annotation directly. And I have to create the metadata files by self. Right? On Tue, Oct 26, 2010 at 12:21 PM, Jonathan Ryan wrote: > http://live.gnome.org/Vala/Bindings > You can also use git to checkout the source code of vala an

Re: [Vala] Question about vala-gen-introspect?

2010-10-25 Thread Jonathan Ryan
http://live.gnome.org/Vala/Bindings You can also use git to checkout the source code of vala and check out the vapi/packages directories for examples of .metadata files for various projects. Jonathan Ryan On 10/25/2010 10:10 PM, Peng Huang wrote: Hello, I am a newbie of vala. I am writin

[Vala] Question about vala-gen-introspect?

2010-10-25 Thread Peng Huang
Hello, I am a newbie of vala. I am writing the vala binding for ibus project. I want to ask if vala-gen-introspect can support annotations in header files. Like use (transfer full) to mark the return value of function, to tell v-g-i, the function will transfer the ownership of the return object to