Function

PidginConversationfrom_purple_conversation

since: 3.0

Declaration [src]

GtkWidget*
pidgin_conversation_from_purple_conversation (
  PurpleConversation* conversation
)

Description [src]

Gets the PidginConversation that is displaying conversation.

Available since: 3.0

Parameters

conversation

Type: PurpleConversation

A PurpleConversation.

The data is owned by the caller of the function.

Return value

Type: GtkWidget

The PidginConversation displaying conversation if one exists, otherwise NULL.

The data is owned by the called function.
The return value can be NULL.