A drop in the ocean

GObject skeleton generators

with 11 comments

Just searched for the skeleton generators for GObject. Got couple of useful links,

http://www.vim.org/scripts/script.php?script_id=2003

http://burtonini.com/cgi/gobject.py

Can we mention these links at http://live.gnome.org/DeveloperUtilities ?

Written by chenthill

March 20, 2009 at 9:35 am

Posted in gnome

11 Responses

Subscribe to comments with RSS.

  1. You might want to take a look at Vala, even if C boilerplate code is the only thing you’re looking for. But Vala has a lot more to offer!

    Raphael

    March 20, 2009 at 10:51 am

  2. spuug: http://www.djcbsoftware.nl/code/spuug/
    is another tool to generate gobjects.

    djcb

    March 20, 2009 at 11:03 am

  3. Ei djcb, I was going to propose that ;-)

    Sergio

    March 20, 2009 at 12:58 pm

  4. You could also use GObject boilerplate templates in conjunction with scripts like http://www.vim.org/scripts/script.php?script_id=2278.

    Jannis

    March 20, 2009 at 1:03 pm

  5. You could use gedit too. The snippets plugin has several snippets to make your life easier with gobject.

    Nacho

    March 20, 2009 at 1:25 pm

  6. Geany has a “Classbuilder” plugin which also can create GObject/GTK classes :) .

    eht16

    March 20, 2009 at 3:39 pm

  7. Thanks everyone for letting me know about other tools/scripts. I will try them out..

    chenthill

    March 22, 2009 at 12:38 pm

  8. There is also:
    - anjuta: it includes a GObject generator
    - gob2: really good, but it is not a skeleton generator but a complete GObject scripting language.

    Guyou

    March 23, 2009 at 1:01 pm

  9. [...] has been recent talk about GObject Generators, so I’m going to throw my own one into the mix. It’s based on [...]

  10. [...] has been recent talk about GObject Generators, so I’m going to throw my own one into the mix. It’s based on Ross’ [...]

  11. Fantastic information – Hope to come back again..

    Vaftpapsmeats

    May 20, 2009 at 5:34 pm


Leave a Reply