summaryrefslogtreecommitdiff
path: root/vala/valavoidtype.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: VoidType is actually compatible with itselfRico Tzschichholz2019-11-181-0/+4
* Drop C specific methods from the code treeLuca Bruno2011-08-011-8/+0
* Store source_reference for void typesJürg Billeter2008-12-171-2/+3
* Use G_TYPE_POINTER for pointers and G_TYPE_INVALID for unsupported typesJürg Billeter2008-11-291-0/+4
* 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
* report warning when using null literal as return expression of methodJuerg Billeter2008-04-141-1/+1
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-2/+2
* Mark DataType as abstract base classJuerg Billeter2008-03-041-0/+4
* implement get_cname methodJuerg Billeter2008-01-181-1/+5
* update to be compatible with new pointer typesJuerg Billeter2007-12-151-0/+4
* always use VoidTypeJuerg Billeter2007-12-121-0/+4
* add NullType and VoidType classesJuerg Billeter2007-12-041-0/+31