summaryrefslogtreecommitdiff
path: root/vala/valafieldprototype.vala
Commit message (Collapse)AuthorAgeFilesLines
* vala: Add optional SourceReference parameter to DataType classesRico Tzschichholz2021-09-291-3/+3
|
* vala: Unify backing symbol instance of data-types (2)Rico Tzschichholz2019-10-021-2/+6
|
* vala: Break reference chain between DataType and Symbol if possibleDavid Hewitt2018-07-041-1/+1
| | | | See https://gitlab.gnome.org/GNOME/vala/issues/635
* Write qualified types in the interface writerJuerg Billeter2008-05-251-1/+1
| | | | | | | | | | | | | | | | | | 2008-05-25 Juerg Billeter <j@bitron.ch> * vala/valaarraytype.vala: * vala/valadatatype.vala: * vala/valadelegatetype.vala: * vala/valafieldprototype.vala: * vala/valainterfacewriter.vala: * vala/valamethodtype.vala: * vala/valapointertype.vala: * vala/valaunresolvedtype.vala: * vala/valavoidtype.vala: Write qualified types in the interface writer svn path=/trunk/; revision=1432
* Set appropriate static type for field prototypes, fixes bug 532314Juerg Billeter2008-05-111-0/+43
2008-05-11 Juerg Billeter <j@bitron.ch> * vala/Makefile.am: * vala/valafieldprototype.vala: * vala/valasemanticanalyzer.vala: Set appropriate static type for field prototypes, fixes bug 532314 svn path=/trunk/; revision=1366