]> www.fi.muni.cz Git - evince.git/commitdiff
More docs
authorChristian Persch <chpe@src.gnome.org>
Sun, 15 Feb 2009 13:52:24 +0000 (13:52 +0000)
committerChristian Persch <chpe@src.gnome.org>
Sun, 15 Feb 2009 13:52:24 +0000 (13:52 +0000)
svn path=/trunk/; revision=3447

libdocument/ev-document.c

index aa7d1d2e70ff362ed38ebaff0de0d5d96d2009d0..63dae75d63171b47ea4b24e9daca76199a015d1b 100644 (file)
@@ -96,6 +96,17 @@ ev_document_fc_mutex_trylock (void)
        return g_mutex_trylock (ev_document_get_fc_mutex ());
 }
 
+/**
+ * ev_document_load:
+ * @document: a #EvDocument
+ * @uri: the document's URI
+ * @error: a #GError location to store an error, or %NULL
+ *
+ * Loads @document from @uri.
+ * On failure, @error is filled in.
+ *
+ * Returns: %TRUE on success, or %FALSE on failure.
+ */
 gboolean
 ev_document_load (EvDocument  *document,
                  const char  *uri,