Add support for Callbacks
[platform/upstream/gobject-introspection.git] / giscanner / gidlwriter.py
2008-04-23 Johan DahlinAdd support for Callbacks
2008-04-22 Johan DahlinAdd a --include argument to include types from other...
2008-04-21 Johan DahlinAdd support for properties. Refactor Class/Interface...
2008-04-21 Johan DahlinAdd constructors for object/boxed types.
2008-04-21 Johan DahlinAdd support for boxed types
2008-04-21 Johan DahlinAdd basic support for interfaces
2008-04-21 Johan DahlinUse relative imports
2008-04-21 Johan DahlinAdd a simple api for writing tags which can be used...
2008-04-21 Johan DahlinAvoid duplication, reuse function writer for methods.
2008-04-21 Johan DahlinResolve libtool .la files. Strip name spaces for method...
2008-04-20 Johan DahlinAdd support for classes and methods
2008-04-20 Johan DahlinAvoid conflicts, keep the output ordered similar to...
2008-04-19 Johan DahlinStart introspecting get-type functions. Implement suppo...
2008-04-18 Johan Dahlinadd a namespace option
2008-04-18 Johan DahlinAdd support for enums
2008-04-18 Johan DahlinDo function names too
2008-04-18 Johan DahlinAdd a simplistic gidl writer, which can't do too much.