Method
PurpleMessageset_edited_at
unstable since: 3.0
Declaration [src]
void
purple_message_set_edited_at (
  PurpleMessage* message,
  GDateTime* datetime
)
      Description [src]
Sets the last edit time of message to datetime.
Note: Setting this will also set
PurpleMessage:edited. IfdatetimeisNULLit will be set toFALSE, otherwiseTRUE.
Available since: 3.0
| Sets property | Purple.Message:edited-at | 
Parameters
datetime- 
            
Type:
GDateTimeThe time of the last edit.
The argument can be NULL.The data is owned by the caller of the method.