Method

PurpleGroupget_accounts

since: 2.0

Declaration [src]

GSList*
purple_group_get_accounts (
  PurpleGroup* g
)

Description [src]

Returns a list of accounts that have buddies in this group.

Available since: 2.0

Return value

Type: A list of PurpleAccount*

A list of accounts, or NULL if the group has no accounts.

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