summaryrefslogtreecommitdiff
path: root/libview/ev-view.c
diff options
context:
space:
mode:
authorCosimo Cecchi <[email protected]>2013-01-07 15:55:13 +0100
committerraveit65 <[email protected]>2017-08-24 12:10:56 +0200
commitabe1d3a3a58d3182325f2a160edf7d415faed672 (patch)
treee55e5b0c5e7590911db243fe331258e85f6b2525 /libview/ev-view.c
parentf5791f5ed2be3d0c9aff6bc7bb46c111180c2286 (diff)
downloadatril-abe1d3a3a58d3182325f2a160edf7d415faed672.tar.bz2
atril-abe1d3a3a58d3182325f2a160edf7d415faed672.tar.xz
ev-job-find: mark two methods as skip
Methods that use a double pointer to a GList cannot be annotated properly, so skip them until we have a better introspectable API. https://bugzilla.gnome.org/show_bug.cgi?id=691354
Diffstat (limited to 'libview/ev-view.c')
-rw-r--r--libview/ev-view.c6
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)
{