![]() |
![]() |
![]() |
Evince Programmer's Reference Manual | ![]() |
---|---|---|---|---|
EvAttachmentPrivate; #define EV_ATTACHMENT_ERROR EvAttachment; GQuark ev_attachment_error_quark (void); EvAttachment* ev_attachment_new (const gchar *name, const gchar *description, GTime mtime, GTime ctime, gsize size, gpointer data); const gchar* ev_attachment_get_name (EvAttachment *attachment); 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" gulong : Write / Construct Only "data" gpointer : Write / Construct Only "description" gchararray : Write / Construct Only "mtime" gulong : Write / Construct Only "name" gchararray : Write / Construct Only "size" guint : Write / Construct Only
EvAttachment* ev_attachment_new (const gchar *name, const gchar *description, GTime mtime, GTime ctime, gsize size, gpointer data);
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |
const gchar* ev_attachment_get_name (EvAttachment *attachment);
|
|
Returns : |
const gchar* ev_attachment_get_description (EvAttachment *attachment);
|
|
Returns : |
GTime ev_attachment_get_modification_date (EvAttachment *attachment);
|
|
Returns : |
GTime ev_attachment_get_creation_date (EvAttachment *attachment);
|
|
Returns : |
const gchar* ev_attachment_get_mime_type (EvAttachment *attachment);
|
|
Returns : |
gboolean ev_attachment_save (EvAttachment *attachment, GFile *file, GError **error);
|
|
|
|
|
|
Returns : |
gboolean ev_attachment_open (EvAttachment *attachment, GdkScreen *screen, guint32 timestamp, GError **error);
|
|
|
|
|
|
|
|
Returns : |
"description"
property"description" gchararray : Write / Construct Only
The attachment description.
Default value: NULL
"name"
property"name" gchararray : Write / Construct Only
The attachment name.
Default value: NULL