Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document-find.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-document-find.h')
-rw-r--r--backend/ev-document-find.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/backend/ev-document-find.h b/backend/ev-document-find.h
index d17b9de..ebce196 100644
--- a/backend/ev-document-find.h
+++ b/backend/ev-document-find.h
@@ -59,7 +59,8 @@ struct _EvDocumentFindIface
/* Signals */
- void (* find_changed) (EvDocumentFind *document_find);
+ void (* find_changed) (EvDocumentFind *document_find,
+ int page);
};
GType ev_document_find_get_type (void);
@@ -75,7 +76,8 @@ gboolean ev_document_find_get_result (EvDocumentFind *document_find,
GdkRectangle *rectangle);
void ev_document_find_get_progress (EvDocumentFind *document_find,
double percent_complete);
-void ev_document_find_changed (EvDocumentFind *document_find);
+void ev_document_find_changed (EvDocumentFind *document_find,
+ int page);
/* How this interface works: