#DevAssistant GNOME 3 C Assistant!
With this Assistant for DevAssistant (at least version 0.10) you can create the base code for you GNOME 3 application in C.
You can doing it following this steps:
$ cd ~/
$ git clone --recursive [email protected]:alvaropg/da-c-gnome3.git
$ export DEVASSISTANT_PATH=~/da-c-gnome3
$ da create gnome3 -n ~/myproject
Have fun!