summaryrefslogtreecommitdiff
path: root/vala/valamethodtype.vala
Commit message (Expand)AuthorAgeFilesLines
* 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