Method

PurpleBuddyIconget_data

since: 2.0

Declaration [src]

gconstpointer
purple_buddy_icon_get_data (
  const PurpleBuddyIcon* icon,
  size_t* len
)

Description [src]

Returns the buddy icon’s data.

Available since: 2.0

Parameters

len

Type: size_t*

If not NULL, the length of the icon data returned will be set in the location pointed to by this.

The data is owned by the caller of the function.

Return value

Type: gconstpointer

A pointer to the icon data.

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