repo.or.cz
/
vala-gnome.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vapi: Update GIR-based bindings
[vala-gnome.git]
/
tests
/
asynchronous
/
bug626053.vala
blob
cb1fa3ae493c6fac5a394293b7983efb26c7dc50
1
class
Foo
{
2
async
string
[]
foo
() {
3
return
{
"foo"
,
"bar"
};
4
}
5
}
6
7
void
main
() {
8
}