Method

PurpleConversationset_creator

since: 3.0

Declaration [src]

void
purple_conversation_set_creator (
  PurpleConversation* conversation,
  PurpleContactInfo* creator
)

Description [src]

Sets the creator of conversation to creator.

Available since: 3.0

Parameters

creator

Type: PurpleContactInfo

The new creator.

The argument can be NULL.
The data is owned by the caller of the function.