repo.or.cz
/
vala-lang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
D-Bus: Remove extra semicolon to avoid C warning
[vala-lang.git]
/
tests
/
dbus
/
bug596862.vala
blob
69487a0ffe279e04360cd582bb439bd81c9dc258
1
[
DBus
(
name
=
"org.example.Test"
)]
2
public class
Foo
:
Object
{
3
public
void
do_foo
(
Variant value
) {
4
}
5
}
6
7
void
main
() {
8
}