Method

GioDBusMessageget_destination

since: 2.26

Declaration

const gchar*
g_dbus_message_get_destination (
  GDBusMessage* message
)

Description

Convenience getter for the G_DBUS_MESSAGE_HEADER_FIELD_DESTINATION header field.

Available since: 2.26

Return value

Type: const gchar*

The value.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.