Method

EvinceDocumentAnnotationset_modified_from_time_t

Declaration [src]

gboolean
ev_annotation_set_modified_from_time_t (
  EvAnnotation* annot,
  time_t utime
)

Description [src]

Set the last modification date of annot to utime. You can monitor changes to the last modification date by connecting to the notify::modified sinal on annot. For the time-format used, see ev_document_misc_format_datetime().

Parameters

utime time_t
 

A #time_t.

Return value

Returns: gboolean
 

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