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

libdocument/ev-document-factory.c

index 19a06039b3c13c67384d614409668585d72cd66c..190f8b14b84ba0800110d97329724741937ac2f5 100644 (file)
@@ -109,7 +109,7 @@ get_compression_from_mime_type (const gchar *mime_type)
  * 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 @@ get_compression_from_mime_type (const gchar *mime_type)
  * @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,