Constructor

PidginConversationMembernew

unstable since: 3.0

Declaration [src]

GtkWidget*
pidgin_conversation_member_new (
  PurpleConversationMember* conversation_member
)

Description [src]

Creates a display for a conversation member.

Available since: 3.0

Parameters

conversation_member

Type: PurpleConversationMember

The conversation member to display.

The data is owned by the caller of the function.

Return value

Type: GtkWidget

The conversation member display.

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