Top | ![]() |
![]() |
![]() |
![]() |
EvAttachment * | ev_attachment_new () |
const gchar * | ev_attachment_get_name () |
const gchar * | ev_attachment_get_description () |
GTime | ev_attachment_get_modification_date () |
GTime | ev_attachment_get_creation_date () |
const gchar * | ev_attachment_get_mime_type () |
gboolean | ev_attachment_save () |
gboolean | ev_attachment_open () |
EvAttachment * ev_attachment_new (const gchar *name
,const gchar *description
,GTime mtime
,GTime ctime
,gsize size
,gpointer data
);
const gchar *
ev_attachment_get_description (EvAttachment *attachment
);
GTime
ev_attachment_get_modification_date (EvAttachment *attachment
);
GTime
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” gulong
The attachment creation date.
Owner: EvAttachment
Flags: Write / Construct Only
“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” gulong
The attachment modification date.
Owner: EvAttachment
Flags: Write / Construct Only
“name”
property “name” char *
The attachment name.
Owner: EvAttachment
Flags: Write / Construct Only
Default value: NULL