Method

PurpleNotifyUserInfoprepend_section_header

since: 2.5

Declaration [src]

void
purple_notify_user_info_prepend_section_header (
  PurpleNotifyUserInfo* user_info,
  const char* label
)

Description [src]

Prepend a section header. A UI might display this in a different font from other text.

Available since: 2.5

Parameters

label

Type: const char*

The name of the section.

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