Method

PurpleNotifyUserInfoadd_section_header

since: 2.0

Declaration [src]

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

Description [src]

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

Available since: 2.0

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.