DBus.RawMessage – dbus-glib-1 Reference Manual
Packages
dbus-glib-1
DBus
RawMessage
RawMessage.call
append_args
get_auto_start
get_destination
get_error_name
get_interface
get_member
get_no_reply
get_path
get_path_decomposed
get_reply_serial
get_sender
get_serial
get_signature
get_type
has_destination
has_interface
has_member
has_path
has_sender
has_signature
is_error
is_method_call
is_signal
iter_init
iter_init_append
set_auto_start
set_destination
set_error_name
set_interface
set_member
set_no_reply
set_path
set_reply_serial
set_sender
set_serial
RawMessage
Object Hierarchy:
Description:
[
CCode
( cname =
"DBusMessage"
, cprefix =
"dbus_message_"
, ref_function =
"dbus_message_ref"
, unref_function =
"dbus_message_unref"
) ]
public
class
RawMessage
Namespace:
DBus
Package:
dbus-glib-1
Content:
Creation methods:
public
RawMessage.call
(
string
bus_name,
string
path,
string
@interface,
string
method)
Methods:
public
bool
append_args
(
RawType
first_arg_type, ...)
public
bool
get_auto_start
()
public
unowned
string
get_destination
()
public
unowned
string
get_error_name
()
public
unowned
string
get_interface
()
public
unowned
string
get_member
()
public
bool
get_no_reply
()
public
unowned
string
get_path
()
public
bool
get_path_decomposed
(
out
char
[] path)
public
uint32
get_reply_serial
()
public
unowned
string
get_sender
()
public
uint32
get_serial
()
public
unowned
string
get_signature
()
public
RawMessageType
get_type
()
public
bool
has_destination
(
string
bus_name)
public
bool
has_interface
(
string
iface)
public
bool
has_member
(
string
member)
public
bool
has_path
(
string
object_path)
public
bool
has_sender
(
string
unique_bus_name)
public
bool
has_signature
(
string
signature)
public
bool
is_error
(
string
error_name)
public
bool
is_method_call
(
string
iface,
string
method)
public
bool
is_signal
(
string
iface,
string
signal_name)
public
bool
iter_init
(
RawMessageIter
iter)
public
bool
iter_init_append
(
RawMessageIter
iter)
public
void
set_auto_start
(
bool
auto_start)
public
bool
set_destination
(
string
destination)
public
bool
set_error_name
(
string
name)
public
bool
set_interface
(
string
iface)
public
bool
set_member
(
string
member)
public
void
set_no_reply
(
bool
no_reply)
public
bool
set_path
(
string
object_path)
public
bool
set_reply_serial
(
uint32
reply_serial)
public
bool
set_sender
(
string
sender)
public
void
set_serial
(
uint32
serial)