From: Christian Persch Date: Sun, 15 Feb 2009 13:52:24 +0000 (+0000) Subject: More docs X-Git-Tag: EVINCE_2_25_91~33 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=760bfb26364378df003b2db2ec31976d8e714b9c;p=evince.git More docs svn path=/trunk/; revision=3447 --- diff --git a/libdocument/ev-document.c b/libdocument/ev-document.c index aa7d1d2e..63dae75d 100644 --- a/libdocument/ev-document.c +++ b/libdocument/ev-document.c @@ -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,