Method

PurpleNotifyUserInfoEntryset_value

since: 2.0

Declaration [src]

void
purple_notify_user_info_entry_set_value (
  PurpleNotifyUserInfoEntry* user_info_entry,
  const char* value
)

Description [src]

Set the value for a PurpleNotifyUserInfoEntry.

Available since: 2.0

Parameters

value

Type: const char*

The value.

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