glib/gio/gdbus-codegen
David Zeuthen 3cef28a2f0 gdbus-codegen: Make generated code introspectable
Specific changes

 - Use get_type(), not get_gtype() for the GType function
   - so we need to use the lower-case name type_ for properties called type
 - Don't return a function pointer, just make the function returned
   available instead
 - Add (type) annotations in constructors so g-ir-scanner detects them as such
 - Add (transfer none) annotations to property getters
 - Add (out) annotations to D-Bus method call functions

Signed-off-by: David Zeuthen <davidz@redhat.com>
2011-04-16 14:08:47 -04:00
..
__init__.py gdbus-codegen: Add copyright / license headers 2011-04-15 08:33:30 -04:00
codegen_docbook.py gdbus-codegen: Add support for the org.freedesktop.DBus.Deprecated annotation 2011-04-15 12:56:07 -04:00
codegen_main.py gdbus-codegen: Nuke debug spew 2011-04-15 16:36:54 -04:00
codegen.py gdbus-codegen: Make generated code introspectable 2011-04-16 14:08:47 -04:00
config.py.in gdbus-codegen: Add copyright / license headers 2011-04-15 08:33:30 -04:00
dbustypes.py gdbus-codegen: Make generated code introspectable 2011-04-16 14:08:47 -04:00
gdbus-codegen.in gdbus-codegen: Add copyright / license headers 2011-04-15 08:33:30 -04:00
Makefile.am Add gdbus-codegen(1) command 2011-04-08 17:11:38 -04:00
parser.py gdbus-codegen: Add copyright / license headers 2011-04-15 08:33:30 -04:00
utils.py gdbus-codegen: Add copyright / license headers 2011-04-15 08:33:30 -04:00