Method

PurpleMessageset_edited

unstable since: 3.0

Declaration [src]

void
purple_message_set_edited (
  PurpleMessage* message,
  gboolean edited
)

Description [src]

Sets the edited state of the message.

Note

Setting this will also set PurpleMessage:edited-at. If true, the the current time will be used, otherwise it will be unset.

Available since: 3.0

Sets propertyPurple.Message:edited

Parameters

edited

Type: gboolean

The new edited state.