From 760bfb26364378df003b2db2ec31976d8e714b9c Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 15 Feb 2009 13:52:24 +0000 Subject: More docs svn path=/trunk/; revision=3447 --- (limited to 'libdocument/ev-document.c') diff --git a/libdocument/ev-document.c b/libdocument/ev-document.c index aa7d1d2..63dae75 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, -- cgit v0.9.1