Vala.VersionAttribute – libvala-0.56 Reference Manual
Packages
libvala-0.56
Vala
VersionAttribute
deprecated
deprecated_since
experimental
experimental_until
replacement
since
cmp_versions
VersionAttribute
check
VersionAttribute
Object Hierarchy:
Description:
public
class
VersionAttribute
Namespace:
Vala
Package:
libvala-0.56
Content:
Properties:
public
bool
deprecated
{
get
;
set
; }
public
string
?
deprecated_since
{
owned
get
;
set
; }
public
bool
experimental
{
get
;
set
; }
public
string
?
experimental_until
{
owned
get
;
set
; }
public
string
?
replacement
{
owned
get
;
set
; }
public
string
?
since
{
owned
get
;
set
; }
Static methods:
public
static
int
cmp_versions
(
string
v1str,
string
v2str)
Creation methods:
public
VersionAttribute
(
Symbol
symbol)
Methods:
public
bool
check
(
CodeContext
context,
SourceReference
? source_ref =
null
)