Annotation.setModified

Set the last modification date of @annot to @modified. To set the last modification date using a #GTime, use ev_annotation_set_modified_from_time() instead. You can monitor changes to the last modification date by connecting to the notify::modified signal on @annot.

class Annotation
bool
setModified
(
string modified
)

Parameters

modified string

string with the last modification date.

Return Value

Type: bool

%TRUE if the last modification date has been updated, %FALSE otherwise.

Meta