Method
PurpleConversationset_creator
unstable 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
Sets property | Purple.Conversation:creator |
Parameters
creator
-
Type:
PurpleContactInfo
The new creator.
The argument can be NULL
.The data is owned by the caller of the method.