Method

PurpleCountingNodechange_current_size

since: 3.0

Declaration [src]

void
purple_counting_node_change_current_size (
  PurpleCountingNode* counter,
  int delta
)

Description [src]

Changes the number of children of the counting node corresponding to online accounts. The provided delta value is added to the count, or if it’s negative, the count is decreased.

Available since: 3.0

Parameters

delta

Type: int

The value to change the current size by.