Property
PurpleConversation:can-send-message
unstable since: 3.0
Description [src]
Whether or not messages can currently be sent.
This should be checked before calling
purple_conversation_send_message_async().
This property will typically be controlled by a protocol to tell a user interface whether or not to allow sending messages.
This can also be used with PurpleConversation:status-message to
tell users why they can not send messages.
Type:gboolean
Available since: 3.0
| Default value | FALSE |
| Getter method | purple_conversation_get_can_send_message() |
| Setter method | purple_conversation_set_can_send_message() |