Method

PurpleProtocolConversationimplements_send_message

unstable since: 3.0

Declaration [src]

gboolean
purple_protocol_conversation_implements_send_message (
  PurpleProtocolConversation* protocol
)

Description [src]

Checks if a protocol implements all of the send message virtual functions.

This checks if the Purple.ProtocolConversationInterface.send_message_async and Purple.ProtocolConversationInterface.send_message_finish functions are implemented.

Available since: 3.0

Return value

Type: gboolean

TRUE if protocol implements all of the virtual functions for sending messages, otherwise FALSE.