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