Vala.Property.Property – libvala-0.56 Reference Manual
Packages
libvala-0.56
Vala
Property
base_interface_property
base_property
binding
blurb
field
get_accessor
initializer
interface_only
is_abstract
is_virtual
nick
notify
overrides
property_type
set_accessor
this_parameter
Property
accept
accept_children
check
compatible
replace_expression
replace_type
Property
Description:
public
Property
(
string
name,
DataType
? property_type,
PropertyAccessor
? get_accessor,
PropertyAccessor
? set_accessor,
SourceReference
? source_reference =
null
,
Comment
? comment =
null
)