Virtual Method

PurpleProtocolClientlist_emblem

since: 3.0.0

Declaration [src]

const gchar*
list_emblem (
  PurpleProtocolClient* client,
  PurpleBuddy* buddy
)

Description [src]

Gets the icon name of the emblem that should be used for buddy.

Available since: 3.0.0

Parameters

buddy

Type: PurpleBuddy

The PurpleBuddy instance.

The data is owned by the caller of the function.

Return value

Type: const gchar*

The icon name of the emblem or NULL.

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