Constructor

PurpleConversationMembernew

since: 3.0

Declaration [src]

PurpleConversationMember*
purple_conversation_member_new (
  PurpleContactInfo* info
)

Description [src]

Creates a new PurpleConversationMember. This does not track the PurpleConversation as you already need to know the conversation to access the member.

Available since: 3.0

Parameters

info

Type: PurpleContactInfo

The PurpleContactInfo for the member.

The data is owned by the caller of the function.

Return value

Type: PurpleConversationMember

The new instance.

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