Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-document-types.h
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-10 14:49:25 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-10 14:49:25 (GMT)
commit270571fe9d9ab085696c5b2af5a484dfc272b7a0 (patch)
treeeaf692d3cc9270c54228a9e473c948ee217b9c02 /shell/ev-document-types.h
parentf79d6e977948ded983460e2756fe6fc628719305 (diff)
Transfer remote documents to tmp directory to display them later
Diffstat (limited to 'shell/ev-document-types.h')
-rw-r--r--shell/ev-document-types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ev-document-types.h b/shell/ev-document-types.h
index e3e8fa0..86eb100 100644
--- a/shell/ev-document-types.h
+++ b/shell/ev-document-types.h
@@ -26,7 +26,8 @@
G_BEGIN_DECLS
GType ev_document_type_lookup (const char *uri,
- char **mime_type);
+ gchar **mime_type,
+ GError **error);
G_END_DECLS