Interface

EvinceDocumentDocumentMedia

Description

interface EvinceDocument.DocumentMedia : GObject.Object

No description available.

Prerequisite

In order to implement DocumentMedia, your type must inherit fromGObject.

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
  );
  
}

No description available.

Interface members
base_iface
GTypeInterface
 

No description available.

get_media_mapping
EvMappingList* (* get_media_mapping) (
    EvDocumentMedia* document_media,
    EvPage* page
  )
 

No description available.

Virtual methods