Property
PurpleConversation:title-editable
unstable since: 3.0
Description [src]
Whether or not the user can edit the title.
This property should typically only be set by protocols and should be changed if the user’s permissions in the conversation change.
User interfaces should check
purple_protocol_conversation_implements_set_title()
before making this
action available to users.
Type:gboolean
Available since: 3.0
Default value | FALSE |
Getter method | purple_conversation_get_title_editable() |
Setter method | purple_conversation_set_title_editable() |