Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
libsoup-2.2
Soup
XmlrpcValue
array_get_iterator
dump
get_base64
get_boolean
get_datetime
get_double
get_int
get_string
get_struct
XmlrpcValue
Object Hierarchy:
Description:
public
class
XmlrpcValue
Namespace:
Soup
Package:
libsoup-2.2
Content:
Methods:
public
bool
array_get_iterator
(
out
XmlrpcValueArrayIterator
iter)
public
void
dump
()
public
bool
get_base64
(
out
ByteArray
data)
public
bool
get_boolean
(
bool
b)
public
bool
get_datetime
(
ulong
timeval)
public
bool
get_double
(
double
b)
public
bool
get_int
(
long
i)
public
bool
get_string
(
out
string
str)
public
bool
get_struct
(
HashTable
table)