Interface

PapersDocumentDocumentImages

Description

interface PapersDocument.DocumentImages : GObject.Object

No description available.

Prerequisite

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

Instance methods

pps_document_images_get_image
No description available.

pps_document_images_get_image_mapping
No description available.

Interface structure

struct PapersDocumentDocumentImagesInterface {
  GTypeInterface base_iface;
  PpsMappingList* (* get_image_mapping) (
    PpsDocumentImages* document_images,
    PpsPage* page
  );
  GdkPixbuf* (* get_image) (
    PpsDocumentImages* document_images,
    PpsImage* image
  );
  
}

No description available.

Interface members
base_iface
GTypeInterface
 

No description available.

get_image_mapping
PpsMappingList* (* get_image_mapping) (
    PpsDocumentImages* document_images,
    PpsPage* page
  )
 

No description available.

get_image
GdkPixbuf* (* get_image) (
    PpsDocumentImages* document_images,
    PpsImage* image
  )
 

No description available.

Virtual methods