Method
PurpleRequestFieldListadd_icon
since: 2.0
Declaration [src]
void
purple_request_field_list_add_icon (
PurpleRequestFieldList* field,
const char* item,
const char* icon_path,
gpointer data
)
Parameters
item-
Type:
const char*The list item.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. icon_path-
Type:
const char*The path to icon file, or
NULLfor no icon.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. data-
Type:
gpointerThe associated data.
The argument can be NULL.The data is owned by the caller of the method.