Method

PidginDisplayItemset_icon_name

since: 3.0

Declaration [src]

void
pidgin_display_item_set_icon_name (
  PidginDisplayItem* item,
  const char* icon_name
)

Description [src]

Sets the icon name that should be used when displaying item.

Available since: 3.0

Parameters

icon_name

Type: const char*

The icon-name to use.

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