Add type annotation for properties
authorJohan Dahlin <jdahlin@litl.com>
Mon, 10 May 2010 22:00:14 +0000 (19:00 -0300)
committerJohan Dahlin <johan@gnome.org>
Thu, 27 May 2010 13:13:33 +0000 (10:13 -0300)
commite0d017ac04190d8f5dac65005b69132bbeeb35dd
tree70a9b41c8fb1961794e1de303f0767788c7696f0
parent15cfa49be6976c0d8a5574164feca6b0212a7f4a
Add type annotation for properties

Add type annotation syntax for GObject properties. This makes
it possible to override the type of a property. For instance,
this will allow function pointers with a G_TYPE_POINTER type set
to be used from a language binding which reads the typelib information
in addition g_object_class_find_property.

https://bugzilla.gnome.org/show_bug.cgi?id=618318
giscanner/annotationparser.py
tests/scanner/annotation-1.0-expected.gir
tests/scanner/annotation-1.0-expected.tgir
tests/scanner/annotation.c