Method

PurpleNotifyUserInfoEntryset_label

since: 2.0

Declaration [src]

void
purple_notify_user_info_entry_set_label (
  PurpleNotifyUserInfoEntry* user_info_entry,
  const char* label
)

Description [src]

Set the label for a PurpleNotifyUserInfoEntry.

Available since: 2.0

Parameters

label

Type: const char*

The label.

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