Re: [Vala] Detailed signals

2010-12-03 Thread Faheem Pervez
Hi, 2010/12/3 Erick Pérez Castellanos : > Hi: > > How can I connect to a detailed signal, eg: 'changed::x' as you can see in > the GSettings Devhelp code: > -sample--- > The "changed" signal >   void user_function (GSettings *settings, gchar *key, gpointer user_data) >

Re: [Vala] exit() ? quit() ?

2010-07-21 Thread Faheem Pervez
Hi, On 21/07/2010, Harry Van Haaren wrote: > Very simple question: Im looking for a "quit()" function, or "exit()". Posix.exit may be what you're after. Best regards, Faheem > > -Harry > ___ vala-list mailing list vala-list@gnome.org http://mail.gnom

Re: [Vala] Getting Vala not to give a GValue pointer to a function?

2010-03-12 Thread Faheem Pervez
Hello, On Fri, Mar 12, 2010 at 7:51 PM, Abderrahim Kitouni wrote: > Hi, > > 2010/3/12, Faheem Pervez : >> Hiya, >> >>  Vala n00b here, so be nice, please. > Don't be afraid, we're don't eat noobs ;-p > *Relieved sigh* - glad to hear it! :D >&g

[Vala] Getting Vala not to give a GValue pointer to a function?

2010-03-12 Thread Faheem Pervez
Hiya, Vala n00b here, so be nice, please. The function http://maemo.org/api_refs/5.0/5.0-final/mafw/mafw-MafwMetadata.html#mafw-metadata-first returns a GValue when given a a GHashTable and a string. That's all well and good, except Vala also tries to give it a pointer to a GValue as the third a