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-23 14:23:20 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-23 14:23:20 (GMT)
commitbe84d325e18241a7e33ffa07cfce58bb8b54794b (patch)
treeb5d9cacd5c4eb880e57b43270d0339e6ffd6e3d5 /shell/ev-document-types.h
parent388b352dd76c2f70fb69e767f5ce51c1caec7645 (diff)
Fix for bug 308402 - provide templates in Save dialog
Diffstat (limited to 'shell/ev-document-types.h')
-rw-r--r--shell/ev-document-types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/ev-document-types.h b/shell/ev-document-types.h
index 86eb100..b5d75dd 100644
--- a/shell/ev-document-types.h
+++ b/shell/ev-document-types.h
@@ -22,6 +22,7 @@
#define EV_DOCUMENT_TYPES_H
#include "ev-document.h"
+#include <gtk/gtk.h>
G_BEGIN_DECLS
@@ -29,6 +30,9 @@ GType ev_document_type_lookup (const char *uri,
gchar **mime_type,
GError **error);
+void ev_document_types_add_filters (GtkWidget *chooser);
+void ev_document_types_add_filters_for_type (GtkWidget *chooser, GType type);
+
G_END_DECLS
#endif