3 thoughts on “Introducing Turbine”

  1. This is awesome! I just did a quick try out, thanks for this piece of work. I often create custom widgets and this will help me to avoid typo errors.

    Thanks again.

  2. Nice! A few niggles (since there doesn’t seem to be a Bugzilla product for it yet):

    * The _get_type function should be declared with G_GNUC_CONST, and the _new function perhaps declared with G_GNUC_WARN_UNUSED_RESULT (see http://tecnocode.co.uk/2009/04/20/unused-results/).
    * The generated .c files should probably #include and by default, as should the .h files.
    * A really niggly point: “#endif /* %(header_guard)s */” should probably be “#endif /* !%(header_guard)s */”

Comments are closed.