Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2005-01-03 13:43:31 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-01-03 13:43:31 (GMT)
commitf53f3523ebc7a082eb8a1c046cee836b67696912 (patch)
tree3f1de9127a28d9ae4ce2caa87d923add04e3a3e0 /backend/ev-document.h
parentb393a0f9386efcd5742d335be1ecc178caf00853 (diff)
Initial support for document title. Not working yet.
2005-01-03 Marco Pesenti Gritti <marco@gnome.org> * backend/ev-document.c: (ev_document_get_type), (ev_document_class_init), (ev_document_load), (ev_document_get_title): * backend/ev-document.h: * pdf/xpdf/pdf-document.cc: * ps/ps-document.c: (ps_document_set_property), (ps_document_get_property), (ps_document_class_init), (document_load): * ps/ps-document.h: * ps/ps.h: * shell/ev-window.c: (update_window_title), (ev_window_open), (ev_window_init): Initial support for document title. Not working yet.
Diffstat (limited to 'backend/ev-document.h')
-rw-r--r--backend/ev-document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/ev-document.h b/backend/ev-document.h
index 0059fd4..84b9e97 100644
--- a/backend/ev-document.h
+++ b/backend/ev-document.h
@@ -75,6 +75,7 @@ GType ev_document_get_type (void);
gboolean ev_document_load (EvDocument *document,
const char *uri,
GError **error);
+char *ev_document_get_title (EvDocument *document);
int ev_document_get_n_pages (EvDocument *document);
void ev_document_set_page (EvDocument *document,
int page);