Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-properties.h')
-rw-r--r--shell/ev-properties.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/ev-properties.h b/shell/ev-properties.h
index 1accd2f..03cd4e3 100644
--- a/shell/ev-properties.h
+++ b/shell/ev-properties.h
@@ -22,13 +22,14 @@
#define __EV_PROPERTIES_H__
#include "ev-document.h"
-#include "ev-window.h"
#include <gtk/gtkdialog.h>
+#include <gtk/gtktreemodel.h>
G_BEGIN_DECLS
-GtkDialog *ev_properties_new (EvDocumentInfo *info);
+GtkDialog *ev_properties_new (EvDocumentInfo *info,
+ GtkTreeModel *fonts);
G_END_DECLS