Vala.IfStatement.IfStatement – libvala-0.56 Reference Manual
Packages
libvala-0.56
Vala
IfStatement
condition
false_statement
true_statement
IfStatement
accept
accept_children
check
emit
get_error_types
replace_expression
IfStatement
Description:
public
IfStatement
(
Expression
cond,
Block
true_stmt,
Block
? false_stmt,
SourceReference
? source =
null
)