Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-document.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-02-15 13:53:55 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-02-15 13:53:55 (GMT)
commit7d8aa7727a74f84c6fc473dbe87a923fd2c25959 (patch)
treeef3a748d1b991addfd83c16ce19037f35ccccad5 /libdocument/ev-document.c
parent3c349e5e651af3e2bedde90306125732730f5325 (diff)
Add more docs
svn path=/trunk/; revision=3464
Diffstat (limited to 'libdocument/ev-document.c')
-rw-r--r--libdocument/ev-document.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/libdocument/ev-document.c b/libdocument/ev-document.c
index b230b70..f33b75b 100644
--- a/libdocument/ev-document.c
+++ b/libdocument/ev-document.c
@@ -141,6 +141,16 @@ ev_document_load (EvDocument *document,
return retval;
}
+/**
+ * ev_document_save:
+ * @document:
+ * @uri: the target URI
+ * @error: a #GError location to store an error, or %NULL
+ *
+ * Saves @document to @uri.
+ *
+ * Returns: %TRUE on success, or %FALSE on error with @error filled in
+ */
gboolean
ev_document_save (EvDocument *document,
const char *uri,