Method

PurpleRequestFieldListget_data

[]

Declaration [src]

gpointer
purple_request_field_list_get_data (
  PurpleRequestFieldList* field,
  const char* text
)
[]

Description [src]

Returns the data for a particular item.

[]

Parameters

text

Type: const char*

The item text.

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

Return value

Type: gpointer

The data associated with the item.

The returned data is owned by the instance.
The return value can be NULL.