Interface
EvinceDocumentDocumentMedia
Prerequisite
In order to implement DocumentMedia, your type must inherit from
GObject
.
Instance methods
ev_document_media_get_media_mapping
No description available.
Interface structure
struct EvinceDocumentDocumentMediaInterface {
GTypeInterface base_iface;
EvMappingList* (* get_media_mapping) (
EvDocumentMedia* document_media,
EvPage* page
);
}
Interface members
base_iface |
|
No description available. | |
get_media_mapping |
|
No description available. |
Virtual methods
EvinceDocument.DocumentMedia.get_media_mapping
No description available.