Constructor
GioDBusMessagenew_method_call
Declaration
GDBusMessage*
g_dbus_message_new_method_call (
const gchar* name,
const gchar* path,
const gchar* interface_,
const gchar* method
)
Parameters
name |
const gchar* |
A valid D-Bus name or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
path |
const gchar* |
A valid object path. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
interface_ |
const gchar* |
A valid D-Bus interface name or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
method |
const gchar* |
A valid method name. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | GDBusMessage |
A |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |