Pluie.Yaml.Builder – pluie-yaml-0.6 Reference Manual
Packages
pluie-yaml-0.6
Pluie
Yaml
Builder
from_node
get_basic_type_value
resolve_c_name
set_basic_type_value
to_node
type_from_string
type_from_tag
type_from_vala
Builder
Builder
Object Hierarchy:
Description:
public
class
Builder
a Yaml.Builder class helping to build vala Yaml.Object from Yaml.Node
Namespace:
Pluie.Yaml
Package:
pluie-yaml-0.6
Content:
Static methods:
public
static
Type
?
type_from_string
(
string
name)
retriew GLib.Type related to specified vala name type must be registered
public
static
Type
type_from_vala
(
string
name)
retriew GLib.Type related to specified vala name type may be not registered
public
static
Type
?
type_from_tag
(
string
tagValue)
retriew GLib.Type related to specified tag value. Type may not be registered yet
public
static
string
resolve_c_name
(
string
name)
retriew corresponding c name related to specified vala name
public
static
Object
?
from_node
(
Node
node,
Type
otype =
INVALID
)
Build an Object from a YYaml.Node
public
static
void
set_basic_type_value
(
ref
Value
v,
Type
type,
string
data)
public
static
string
?
get_basic_type_value
(
Object
obj,
Type
type,
string
name)
public
static
Node
to_node
(
Object
obj,
Node
? parent =
null
,
bool
root =
true
,
int
? index =
null
,
string
? property_name =
null
)
transform an Yaml.Object to his corresponding Yaml.Node
Creation methods:
public
Builder
()