diff options
Diffstat (limited to 'libview/ev-view.c')
-rw-r--r-- | libview/ev-view.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libview/ev-view.c b/libview/ev-view.c index 2340d0a9..63b2a930 100644 --- a/libview/ev-view.c +++ b/libview/ev-view.c @@ -5988,6 +5988,12 @@ jump_to_find_page (EvView *view, EvViewFindDirection direction, gint shift) } } +/** + * ev_view_find_changed: (skip) + * @view: an #EvView + * @results: the results as returned by ev_job_find_get_results() + * @page: page index + */ void ev_view_find_changed (EvView *view, GList **results, gint page) { |