Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-document.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-08-18 08:18:55 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-09-15 13:56:00 (GMT)
commit3d3328b2597e9b85afcb552ffc6abdeca1e3e3a7 (patch)
tree2680dd2af2fca3c9ddf2a70d791ca189bf3324ee /libdocument/ev-document.h
parent68172538bd783a8ad763e8e3416e4081fcc06580 (diff)
Remove attachments from EvDocument interface and use EvDocumentAttachments instead
Diffstat (limited to 'libdocument/ev-document.h')
-rw-r--r--libdocument/ev-document.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libdocument/ev-document.h b/libdocument/ev-document.h
index 5afdb03..e74c49a 100644
--- a/libdocument/ev-document.h
+++ b/libdocument/ev-document.h
@@ -86,8 +86,6 @@ struct _EvDocumentIface
double *height);
char * (* get_page_label) (EvDocument *document,
EvPage *page);
- gboolean (* has_attachments) (EvDocument *document);
- GList * (* get_attachments) (EvDocument *document);
cairo_surface_t * (* render) (EvDocument *document,
EvRenderContext *rc);
EvDocumentInfo * (* get_info) (EvDocument *document);
@@ -124,8 +122,6 @@ void ev_document_get_page_size (EvDocument *document,
double *height);
char *ev_document_get_page_label (EvDocument *document,
EvPage *page);
-gboolean ev_document_has_attachments (EvDocument *document);
-GList *ev_document_get_attachments (EvDocument *document);
cairo_surface_t *ev_document_render (EvDocument *document,
EvRenderContext *rc);