Method

PurpleMessageget_replying_to

unstable since: 3.0

Declaration [src]

const char*
purple_message_get_replying_to (
  PurpleMessage* message
)

Description [src]

Gets the id of the message that this message is replying to.

Available since: 3.0

Return value

Type: const char*

The id of the message that this message is replying to.

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