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
CodeWriter: Write [Diagnostics] attribute
[vala-lang.git]
/
vapi
/
packages
/
gstreamer-dataprotocol-0.10
/
gstreamer-dataprotocol-0.10-custom.vala
blob
aa73d23daa7a13135220b3ed0ef240c8690fff0c
1
namespace
Gst
{
2
[
CCode
(
cprefix
=
"GST_DP_VERSION_"
,
cheader_filename
=
"gst/dataprotocol/dataprotocol.h"
)]
3
public enum
DPVersion
{
4
@
0
_2
,
5
@
1
_0
6
}
7
}