Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-02-15 13:52:14 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-02-15 13:52:14 (GMT)
commit072f3fb81ec13ce138e35e8ae14221f4dd4ec21b (patch)
treed038942ae95c4b9c4b678c078e3c5587e24a8fd2 /ChangeLog
parent1098190ff666909329901121e8825071974085f0 (diff)
Document that this returns either NULL and fills in error, or non-NULL.
* libdocument/ev-document-factory.c: (get_document_from_uri): Document that this returns either NULL and fills in error, or non-NULL. Use a local GError so we can reliably check it. svn path=/trunk/; revision=3445
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83af467..55d9184 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-02-14 Christian Persch <chpe@gnome.org>
+ * libdocument/ev-document-factory.c: (get_document_from_uri): Document
+ that this returns either NULL and fills in error, or non-NULL. Use a
+ local GError so we can reliably check it.
+
+2009-02-14 Christian Persch <chpe@gnome.org>
+
* libdocument/ev-document-factory.c: (get_document_from_uri): Use the
content type to get the description, not the MIME type.