Interface
EvinceDocumentDocumentAttachments
Prerequisite
In order to implement DocumentAttachments, your type must inherit fromGObject.
Interface structure
struct EvinceDocumentDocumentAttachmentsInterface {
  GTypeInterface base_iface;
  gboolean (* has_attachments) (
    EvDocumentAttachments* document_attachments
  );
  GList* (* get_attachments) (
    EvDocumentAttachments* document_attachments
  );
  
}
        No description available.
      
      
      Interface members
| base_iface |  | 
| No description available. | |
| has_attachments |  | 
| No description available. | |
| get_attachments |  | 
| No description available. |