Method

PidginDisplayWindowadd

since: 3.0

Declaration [src]

void
pidgin_display_window_add (
  PidginDisplayWindow* window,
  PurpleConversation* conversation
)

Description [src]

Adds conversation to window. If conversation is already in window, this does nothing.

Available since: 3.0

Parameters

conversation

Type: PurpleConversation

The PurpleConversation to add to window.

The data is owned by the caller of the function.