Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-document-factory.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-02-15 13:52:34 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-02-15 13:52:34 (GMT)
commit91e86581610a0924f8668b1d1bcecb9a87e5f3be (patch)
treec54a2a3b17c8cb2c39238f82925edc47d41bbb21 /libdocument/ev-document-factory.c
parentde80aca8f17266041664ab6dfdadf3ae0f14f1e1 (diff)
Docs update
svn path=/trunk/; revision=3449
Diffstat (limited to 'libdocument/ev-document-factory.c')
-rw-r--r--libdocument/ev-document-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdocument/ev-document-factory.c b/libdocument/ev-document-factory.c
index 19a0603..190f8b1 100644
--- a/libdocument/ev-document-factory.c
+++ b/libdocument/ev-document-factory.c
@@ -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,