Attachment

Constructors

this
this(EvAttachment* evAttachment, bool ownedRef)

Sets our main struct and passes it to the parent class.

this
this(string name, string description, GTime mtime, GTime ctime, size_t size, void* data)

Members

Functions

getAttachmentStruct
EvAttachment* getAttachmentStruct(bool transferOwnership)

Get the main Gtk struct

getCreationDate
GTime getCreationDate()
getDescription
string getDescription()
getMimeType
string getMimeType()
getModificationDate
GTime getModificationDate()
getName
string getName()
getStruct
void* getStruct()

the main Gtk struct as a void*

open
bool open(Screen screen, uint timestamp)
save
bool save(FileIF file)

Static functions

errorQuark
GQuark errorQuark()
getType
GType getType()

Variables

evAttachment
EvAttachment* evAttachment;

the main Gtk struct

Meta