[evince] ev-job-find: mark two methods as skip



commit 7d9c9ded46eaaa4779455cadf9a53fdfa49163d2
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Jan 7 15:55:13 2013 +0100

    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 ++++++
 libview/ev-view.c |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/libview/ev-jobs.c b/libview/ev-jobs.c
index 0cc8d12..507411e 100644
--- a/libview/ev-jobs.c
+++ b/libview/ev-jobs.c
@@ -1690,6 +1690,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 #GList<!-- -->s containing #EvRectangle<!-- -->s
+ */
 GList **
 ev_job_find_get_results (EvJobFind *job)
 {
diff --git a/libview/ev-view.c b/libview/ev-view.c
index 4756f4a..f5e9e38 100644
--- a/libview/ev-view.c
+++ b/libview/ev-view.c
@@ -5929,6 +5929,12 @@ ev_view_find_started (EvView *view, EvJobFind *job)
 	g_signal_connect (job, "updated", G_CALLBACK (find_job_updated_cb), view);
 }
 
+/**
+ * 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)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]