Re: [Vala] Question on Documentation and tutorials.

2008-09-10 Thread Clément DAVID
Hi, you may use dbus to get the plug message from Hal. And then you may tell Hal to mount the volume. The best way to understand is to look at source : http://svn.gnome.org/viewvc/gnome-volume-manager/trunk/src/manager.c?rview=markup * gvm_dbus_init (void) * gvm_hal_init (void) The secon

Re: [Vala] Question on Documentation and tutorials.

2008-09-10 Thread Alessandro Pellizzari
Il giorno ven, 22/08/2008 alle 14.42 +0200, Clément DAVID ha scritto: > Example: you want to eject a specific volume > 2. Then look at the corresponding vapi file to find the Vala > classes and fonctions names (Usually C class name without the first > 'G' and C function name without class pre

Re: [Vala] Question on Documentation and tutorials.

2008-08-22 Thread Clément DAVID
Hi, You can take a look at samples on the Vala main page : http://live.gnome.org/Vala#head-9c728d151a2a0483d4f3b5837e5b545df9d8499d If you want more informations about gtk and glib ecosystem, look at : http://library.gnome.org/devel/references or with devhelp (which is better) with the right docu

[Vala] Question on Documentation and tutorials.

2008-08-22 Thread Ahm ed
Hello, I just wanted to start by saying that I really do appreciate all the work that you do here on vala and I am very excited for the completion of this language and it's tools. As such I am interested in learning vala, however I have had a hard time with the documentation. I have looked through