Method

PidginDisplayWindowselect_nth

since: 3.0

Declaration [src]

void
pidgin_display_window_select_nth (
  PidginDisplayWindow* window,
  guint nth
)

Description [src]

Switches to the nth conversation. nth is a 0 based index, so the first conversation is at index 0.

Available since: 3.0

Parameters

nth

Type: guint

The index of the conversation to switch to.