Constructor

PidginConversationnew

since: 3.0

Declaration [src]

GtkWidget*
pidgin_conversation_new (
  PurpleConversation* conversation
)

Description [src]

Creates the user interface for conversation and returns it.

Available since: 3.0

Parameters

conversation

Type: PurpleConversation

The PurpleConversation to display.

The data is owned by the caller of the function.

Return value

Type: GtkWidget

The new widget.

The caller of the function takes ownership of the data, and is responsible for freeing it.