evince r3449 - trunk/libdocument



Author: chpe
Date: Sun Feb 15 13:52:34 2009
New Revision: 3449
URL: http://svn.gnome.org/viewvc/evince?rev=3449&view=rev

Log:
Docs update

Modified:
   trunk/libdocument/ev-document-factory.c

Modified: trunk/libdocument/ev-document-factory.c
==============================================================================
--- trunk/libdocument/ev-document-factory.c	(original)
+++ trunk/libdocument/ev-document-factory.c	Sun Feb 15 13:52:34 2009
@@ -109,7 +109,7 @@
  * get_document_from_uri:
  * @uri: the document URI
  * @fast: whether to use fast MIME type detection
- * @compression: return location to store the document's compression type
+ * @compression: a location to store the document's compression type
  * @error: a #GError location to store an error, or %NULL
  *
  * Creates a #EvDocument instance for the document at @uri, using either
@@ -117,7 +117,7 @@
  * @compression is filled in with the document's compression type.
  * On error, %NULL is returned and @error filled in.
  * 
- * Returns: a new #EvDocument instance, or %NULL on error
+ * Returns: a new #EvDocument instance, or %NULL on error with @error filled in
  */
 static EvDocument *
 get_document_from_uri (const char        *uri,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]