summaryrefslogtreecommitdiff
path: root/ccode/valaccodeparameter.vala
Commit message (Collapse)AuthorAgeFilesLines
* codegen: Write array length of formal parameters with fixed lengthRico Tzschichholz2022-01-261-1/+13
| | | | "void foo (gint i[3]) { ... }" instead of "void foo (gint* i) { ... }"
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-1/+1
| | | | It was about time to do this.
* Transform CCodeParameter's "format_arg" into CCodeNode's "modifiers"Rico Tzschichholz2016-11-081-2/+0
|
* codegen: Add G_GNUC_FORMAT attribute for FormatArg functionsJürg Billeter2016-11-071-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774060
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-0/+63