Method

PurpleBlistNodenext

since: 2.0.0

Declaration [src]

PurpleBlistNode*
purple_blist_node_next (
  PurpleBlistNode* node,
  gboolean offline
)

Description [src]

Returns the next node of a given node. This function is to be used to iterate over the tree returned by purple_blist_get_default.

See purple_blist_node_get_parent(), purple_blist_node_get_first_child(), purple_blist_node_get_sibling_next(), purple_blist_node_get_sibling_prev().

Available since: 2.0.0

Parameters

offline

Type: gboolean

Whether to include nodes for offline accounts.

Return value

Type: PurpleBlistNode

The next node.

The data is owned by the instance.