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 message to edited.

Note: Setting this will also set PurpleMessage:edited-at. If edited is TRUE it will be set to the current time, otherwise it will be unset.

Available since: 3.0

Sets propertyPurple.Message:edited
[]

Parameters

edited

Type: gboolean

The new edited state.