summaryrefslogtreecommitdiff
path: root/vala/valamethodtype.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Add optional SourceReference parameter to DataType classesRico Tzschichholz2021-09-291-3/+3
* vala: Micro optimizationsRico Tzschichholz2019-09-301-1/+1
* vala: Move common implementations to CallableTypeRico Tzschichholz2019-09-301-12/+0
* vala: Unify backing symbol instance of data-typesRico Tzschichholz2019-09-301-2/+6
* vala: Let DataType.get_return_type() return an unowned referenceRico Tzschichholz2019-09-301-1/+1
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-1/+1
* vala: Break reference chain between DataType and Symbol if possibleDavid Hewitt2018-07-041-1/+1
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-1/+1
* Improve error while method is incompatible with delegateRico Tzschichholz2017-09-021-41/+0
* vala: Add CallableType as base for DelegateType, MethodType, SignalTypeRico Tzschichholz2017-09-021-1/+1
* Drop C specific methods from the code treeLuca Bruno2011-08-011-4/+0
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-2/+2
* Better error message for invalid number of argumentsMarc-André Lureau2010-08-041-0/+41
* Prepare support for generic delegatesJürg Billeter2010-07-031-1/+1
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-2/+1
* GAsync: Fix .begin and add support for .endJürg Billeter2009-09-131-0/+2
* GAsync: Support GSourceFunc callbacks in async methodsJürg Billeter2009-09-131-0/+2
* Add member `begin' to coroutinesJürg Billeter2008-11-021-0/+7
* Use Gee.List instead of Gee.Collection to improve iteration performanceJuerg Billeter2008-05-291-1/+1
* Write qualified types in the interface writerJuerg Billeter2008-05-251-1/+1
* Fix handling of const types, fixes bug 529851Juerg Billeter2008-04-261-1/+1
* Improve support for dynamic types, add `dynamic' type modifier, portJuerg Billeter2008-04-201-0/+4
* report warning when using null literal as return expression of methodJuerg Billeter2008-04-141-2/+2
* move experimental null reference checking to separate visitorJuerg Billeter2008-04-141-1/+1
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+2
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-3/+3
* check whether delegate matches method, fixes bug 515617Juerg Billeter2008-02-231-0/+14
* improve generic type resolution to support generic fields, fixes bugJuerg Billeter2008-01-231-1/+5
* replace Invokable interface by DelegateType, MethodType, and SignalTypeJuerg Billeter2007-12-141-0/+46