Method
PurpleConversationget_error
unstable since: 3.0
Declaration [src]
GError*
purple_conversation_get_error (
PurpleConversation* conversation
)
Description [src]
Gets the error of conversation
.
Available since: 3.0
Gets property | Purple.Conversation:error |
Return value
Type: GError
The error of conversation
or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |