Method
GioDBusMessagenew_method_error_valist
Declaration
GDBusMessage*
g_dbus_message_new_method_error_valist (
GDBusMessage* method_call_message,
const gchar* error_name,
const gchar* error_message_format,
va_list var_args
)
Description
Like g_dbus_message_new_method_error()
but intended for language bindings.
Available since: | 2.26 |
This method is not directly available to language bindings. |
Parameters
error_name |
const gchar* |
A valid D-Bus error name. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
error_message_format |
const gchar* |
The D-Bus error message in a |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
var_args |
va_list |
Arguments for |
Return value
Returns: | GDBusMessage |
A |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |