| libatrildocument Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
#define EV_ATTACHMENT_ERROR struct EvAttachment; struct EvAttachmentClass; GQuark ev_attachment_error_quark (void); GTime ev_attachment_get_creation_date (EvAttachment *attachment); const gchar * ev_attachment_get_description (EvAttachment *attachment); const gchar * ev_attachment_get_mime_type (EvAttachment *attachment); GTime ev_attachment_get_modification_date (EvAttachment *attachment); const gchar * ev_attachment_get_name (EvAttachment *attachment); EvAttachment * ev_attachment_new (const gchar *name,const gchar *description,GTime mtime,GTime ctime,gsize size,gpointer data); gboolean ev_attachment_open (EvAttachment *attachment,GdkScreen *screen,guint32 timestamp,GError **error); gboolean ev_attachment_save (EvAttachment *attachment,GFile *file,GError **error);
"ctime" gulong : Write / Construct Only "data" gpointer : Write / Construct Only "description" gchar* : Write / Construct Only "mtime" gulong : Write / Construct Only "name" gchar* : Write / Construct Only "size" guint : Write / Construct Only
GTime ev_attachment_get_creation_date (EvAttachment *attachment);
const gchar * ev_attachment_get_description (EvAttachment *attachment);
const gchar * ev_attachment_get_mime_type (EvAttachment *attachment);
GTime ev_attachment_get_modification_date (EvAttachment *attachment);
EvAttachment * ev_attachment_new (const gchar *name,const gchar *description,GTime mtime,GTime ctime,gsize size,gpointer data);
gboolean ev_attachment_open (EvAttachment *attachment,GdkScreen *screen,guint32 timestamp,GError **error);
gboolean ev_attachment_save (EvAttachment *attachment,GFile *file,GError **error);
"description" property"description" gchar* : Write / Construct Only
The attachment description.
Default value: NULL