X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fev-document.c;h=2f50dcc832d05bdbdc14254f00d47f8c12b2ea93;hb=d56721e376e72279f86d8dff2c791fc3d3affe92;hp=4aea1d11c0fbeaf5afc6261c1b20088f484fc8ad;hpb=d97441740d457e1463083d561afdb719ca99e66b;p=evince.git diff --git a/backend/ev-document.c b/backend/ev-document.c index 4aea1d11..2f50dcc8 100644 --- a/backend/ev-document.c +++ b/backend/ev-document.c @@ -159,3 +159,15 @@ ev_document_end_find (EvDocument *document) EvDocumentIface *iface = EV_DOCUMENT_GET_IFACE (document); iface->end_find (document); } + +void +ev_document_found (EvDocument *document, + const EvFindResult *results, + int n_results, + double percent_complete) +{ + g_signal_emit_by_name (document, + "found", + results, n_results, percent_complete); +} +