Method

PurpleNotifyUserInfoget_text_with_newline

since: 2.0

Declaration [src]

char*
purple_notify_user_info_get_text_with_newline (
  PurpleNotifyUserInfo* user_info,
  const char* newline
)

Description [src]

Create a textual representation of a PurpleNotifyUserInfo, separating entries with newline.

Available since: 2.0

Parameters

newline

Type: const char*

The separation character.

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

Return value

Type: char*

The text.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.