Top | ![]() |
![]() |
![]() |
![]() |
GQuark | ev_attachment_error_quark () |
EvAttachment * | ev_attachment_new () |
const gchar * | ev_attachment_get_name () |
const gchar * | ev_attachment_get_description () |
GDateTime * | ev_attachment_get_modification_date () |
GDateTime * | ev_attachment_get_creation_date () |
const gchar * | ev_attachment_get_mime_type () |
gboolean | ev_attachment_save () |
gboolean | ev_attachment_open () |
struct | EvAttachment |
struct | EvAttachmentClass |
EvAttachmentPrivate | |
#define | EV_ATTACHMENT_ERROR |
EvAttachment * ev_attachment_new (const gchar *name
,const gchar *description
,GDateTime *mtime
,GDateTime *ctime
,gsize size
,gpointer data
);
const gchar *
ev_attachment_get_description (EvAttachment *attachment
);
GDateTime *
ev_attachment_get_modification_date (EvAttachment *attachment
);
GDateTime *
ev_attachment_get_creation_date (EvAttachment *attachment
);
const gchar *
ev_attachment_get_mime_type (EvAttachment *attachment
);
gboolean ev_attachment_save (EvAttachment *attachment
,GFile *file
,GError **error
);
gboolean ev_attachment_open (EvAttachment *attachment
,GdkScreen *screen
,guint32 timestamp
,GError **error
);
“ctime”
property “ctime” GType *
The attachment creation date.
Owner: EvAttachment
Flags: Write / Construct Only
Allowed values: GDateTime
“data”
property “data” gpointer
The attachment data.
Owner: EvAttachment
Flags: Write / Construct Only
“description”
property “description” char *
The attachment description.
Owner: EvAttachment
Flags: Write / Construct Only
Default value: NULL
“mtime”
property “mtime” GType *
The attachment modification date.
Owner: EvAttachment
Flags: Write / Construct Only
Allowed values: GDateTime
“name”
property “name” char *
The attachment name.
Owner: EvAttachment
Flags: Write / Construct Only
Default value: NULL