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, 2 insertions, 4 deletions
diff --git a/backend/ev-document-find.h b/backend/ev-document-find.h
index ebce196..3f55667 100644
--- a/backend/ev-document-find.h
+++ b/backend/ev-document-find.h
@@ -54,8 +54,7 @@ struct _EvDocumentFindIface
gboolean (* get_result) (EvDocumentFind *document_find,
int n_result,
GdkRectangle *rectangle);
- void (* get_progress) (EvDocumentFind *document_find,
- double percent_complete);
+ double (* get_progress) (EvDocumentFind *document_find);
/* Signals */
@@ -74,8 +73,7 @@ int ev_document_find_get_n_results (EvDocumentFind *document_find);
gboolean ev_document_find_get_result (EvDocumentFind *document_find,
int n_result,
GdkRectangle *rectangle);
-void ev_document_find_get_progress (EvDocumentFind *document_find,
- double percent_complete);
+double ev_document_find_get_progress (EvDocumentFind *document_find);
void ev_document_find_changed (EvDocumentFind *document_find,
int page);