Method

PurpleConversationset_can_send_message

unstable since: 3.0

Declaration [src]

void
purple_conversation_set_can_send_message (
  PurpleConversation* conversation,
  gboolean can_send_message
)

Description [src]

Sets whether or not messages can be sent to this conversation.

See PurpleConversation:can-send-message for more information.

Available since: 3.0

Parameters

can_send_message

Type: gboolean

Whether or not messages can be sent.