Method

PurplePresenceManagerset_active_from_index

unstable since: 3.0

Declaration [src]

void
purple_presence_manager_set_active_from_index (
  PurplePresenceManager* manager,
  guint index
)

Description [src]

Sets the presence at the given index as the active presence.

The index is the index of the item exposed via the GListModel interface that the manager implements.

If the given index is outside of the bounds of the manager, it will be ignored.

Available since: 3.0

Parameters

index

Type: guint

The index of the item to make active.