Function

Purpleblist_get_buddies

since: 2.6.0

Declaration [src]

GSList*
purple_blist_get_buddies (
  void
)

Description [src]

Returns a list of every buddy in the list. Use of this function is discouraged if you do not actually need every buddy in the list. Use purple_blist_find_buddies instead.

See purple_blist_find_buddies().

Available since: 2.6.0

Return value

Type: A list of PurpleBlistNode*

A list of every buddy in the list.

The caller of the function takes ownership of the data container, but not the data inside it.