Method

PurpleNotifyUserInfoEntryget_value

since: 2.0

Declaration [src]

const gchar*
purple_notify_user_info_entry_get_value (
  PurpleNotifyUserInfoEntry* user_info_entry
)

Description [src]

Get the value for a PurpleNotifyUserInfoEntry.

Available since: 2.0

Return value

Type: const gchar*

The value.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.