Method

GioDBusMessageset_sender

since: 2.26

Declaration

void
g_dbus_message_set_sender (
  GDBusMessage* message,
  const gchar* value
)

Description

Convenience setter for the G_DBUS_MESSAGE_HEADER_FIELD_SENDER header field.

Available since: 2.26

Parameters

value

Type: const gchar*

The value to set.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.