Re: introspection

2014-11-21 Thread Daniel Espinosa
For internal I means, you are using in C code in your programs; but not in scripts written in, for example, in python. If you plan to call methods in libconfi from scripts or Vala, you'll need annotations or wrapping to provide full GI support. El 21/11/2014 08:06, "Andrea Zagli" escribió: > Il

Re: introspection

2014-11-21 Thread Andrea Zagli
Il giorno ven 21 nov 2014 14:13:33 CET, Daniel Espinosa ha scritto: I've forgot you are using GI not Vala bindings, then no meta information could be used. You should use GI Anottations. Your library is internal or to be used by scripts written, for example, in phython? what do you mean with "

Re: introspection

2014-11-21 Thread Daniel Espinosa
I've forgot you are using GI not Vala bindings, then no meta information could be used. You should use GI Anottations. Your library is internal or to be used by scripts written, for example, in phython? If it's internal not to be used in scripts, then you don't need to expose its API to GObject I