Method
GioDBusMessageset_error_name
since: 2.26
Declaration [src]
void
g_dbus_message_set_error_name (
GDBusMessage* message,
const gchar* value
)
Description [src]
Convenience setter for the G_DBUS_MESSAGE_HEADER_FIELD_ERROR_NAME
header field.
Available since: 2.26
Parameters
message
-
Type:
GDBusMessage
A
GDBusMessage
.The argument can be NULL
. value
-
Type:
const gchar*
The value to set.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.