From abe1d3a3a58d3182325f2a160edf7d415faed672 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 7 Jan 2013 15:55:13 +0100 Subject: 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 --- libview/ev-jobs.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libview/ev-jobs.c') diff --git a/libview/ev-jobs.c b/libview/ev-jobs.c index e5c9af10..a2ba309a 100644 --- a/libview/ev-jobs.c +++ b/libview/ev-jobs.c @@ -1514,6 +1514,12 @@ ev_job_find_has_results (EvJobFind *job) return job->has_results; } +/** + * ev_job_find_get_results: (skip) + * @job: an #EvJobFind + * + * Returns: a #GList of #GLists containing #EvRectangles + */ GList ** ev_job_find_get_results (EvJobFind *job) { -- cgit v1.2.1