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
GType: Fix C warnings for properties in interface_init
[vala-lang.git]
/
vapi
/
packages
/
rest
/
rest-custom.vala
blob
5359e8108804ab9ed09e0016e3fe2a8788ce11e7
1
namespace
Rest
{
2
[
CCode
(
cheader_filename
=
"rest/rest-proxy.h"
)]
3
public class
Proxy
{
4
public virtual
Rest
.
ProxyCall
new_call
();
5
}
6
}
7