Method
PurpleConversationget_creator
unstable since: 3.0
Declaration [src]
PurpleContactInfo*
purple_conversation_get_creator (
PurpleConversation* conversation
)
Description [src]
Gets the PurpleContactInfo
that created conversation
.
Available since: 3.0
Gets property | Purple.Conversation:creator |
Return value
Type: PurpleContactInfo
The creator or NULL
.
The returned data is owned by the instance. |