Functions
EV_ATTACHMENT_ERROR
#define EV_ATTACHMENT_ERROR (ev_attachment_error_quark ())
 
ev_attachment_error_quark ()
GQuark
ev_attachment_error_quark (void);
 
ev_attachment_new ()
EvAttachment *
ev_attachment_new (const gchar *name,
                   const gchar *description,
                   GTime mtime,
                   GTime ctime,
                   gsize size,
                   gpointer data);
 
ev_attachment_get_name ()
const gchar *
ev_attachment_get_name (EvAttachment *attachment);
 
ev_attachment_get_description ()
const gchar *
ev_attachment_get_description (EvAttachment *attachment);
 
ev_attachment_get_modification_date ()
GTime
ev_attachment_get_modification_date (EvAttachment *attachment);
 
ev_attachment_get_creation_date ()
GTime
ev_attachment_get_creation_date (EvAttachment *attachment);
 
ev_attachment_get_mime_type ()
const gchar *
ev_attachment_get_mime_type (EvAttachment *attachment);
 
ev_attachment_save ()
gboolean
ev_attachment_save (EvAttachment *attachment,
                    GFile *file,
                    GError **error);
 
ev_attachment_open ()
gboolean
ev_attachment_open (EvAttachment *attachment,
                    GdkScreen *screen,
                    guint32 timestamp,
                    GError **error);
 
 
Property Details
The “ctime” property
  “ctime”                    gulong
The attachment creation date.
Flags: Write / Construct Only
 
The “data” property
  “data”                     gpointer
The attachment data.
Flags: Write / Construct Only
 
The “description” property
  “description”              gchar *
The attachment description.
Flags: Write / Construct Only
Default value: NULL
 
The “mtime” property
  “mtime”                    gulong
The attachment modification date.
Flags: Write / Construct Only
 
The “name” property
  “name”                     gchar *
The attachment name.
Flags: Write / Construct Only
Default value: NULL
 
The “size” property
  “size”                     guint
The attachment size.
Flags: Write / Construct Only
Default value: 0