Method

PurpleAccountManagerreorder

since: 3.0

Declaration [src]

void
purple_account_manager_reorder (
  PurpleAccountManager* manager,
  PurpleAccount* account,
  guint new_index
)

Description [src]

Moves account to new_index in manager.

Available since: 3.0

Parameters

account

Type: PurpleAccount

The account instance.

The data is owned by the caller of the function.
new_index

Type: guint

The numerical position to move account to.