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