Packages
dbus-glib-1
DBus
RawMessageIter
type_from_string
type_to_string
append_basic
close_container
get_arg_type
get_basic
get_element_type
get_signature
has_next
next
open_container
recurse
RawMessageIter
Object Hierarchy:
DBus.RawMessageIter
DBus.RawMessageIter
DBus.RawMessageIter
Description:
[
CCode
( cname =
"DBusMessageIter"
, cprefix =
"dbus_message_iter_"
) ]
public
struct
RawMessageIter
Namespace:
DBus
Package:
dbus-glib-1
Content:
Static methods:
public
static
int
type_from_string
(
string
type)
public
static
string
type_to_string
(
int
type)
Methods:
public
bool
append_basic
(
RawType
arg_type,
void
* value)
public
bool
close_container
(
RawMessageIter
sub)
public
int
get_arg_type
()
public
void
get_basic
(
void
* value)
public
int
get_element_type
()
public
string
get_signature
()
public
bool
has_next
()
public
bool
next
()
public
bool
open_container
(
RawType
arg_type,
string
? signature,
RawMessageIter
sub)
public
void
recurse
(
RawMessageIter
sub)