Method

GioDBusMessageget_signature

since: 2.26

Declaration

const gchar*
g_dbus_message_get_signature (
  GDBusMessage* message
)

Description

Convenience getter for the G_DBUS_MESSAGE_HEADER_FIELD_SIGNATURE header field.

This will always be non-NULL, but may be an empty string.

Available since: 2.26

Return value

Type: const gchar*

The value.

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