[libgda] Doc. corrections



commit b9ca3201a834c6729e8295c3489623478e3e726b
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sun May 18 23:20:25 2014 +0200

    Doc. corrections

 libgda/thread-wrapper/gda-worker.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgda/thread-wrapper/gda-worker.c b/libgda/thread-wrapper/gda-worker.c
index ecd0b25..a05a620 100644
--- a/libgda/thread-wrapper/gda-worker.c
+++ b/libgda/thread-wrapper/gda-worker.c
@@ -731,7 +731,6 @@ dc_callback (ITSignaler *its, DeclaredCallback *dc)
  * is simply replaced.
  *
  * Since this function adds a new source of events to the specified #GMainContext (or the default one if 
@context is %NULL),
- * FIXME.
  *
  * Notes:
  * <itemizedlist>
@@ -852,7 +851,8 @@ do_itsignaler_cb (ITSignaler *its, GMainLoop *loop)
  * Request that the worker thread call @func with the @data argument, much like gda_worker_submit_job(),
  * but waits (starting a #GMainLoop) for a maximum of @timeout_ms miliseconds for @func to be executed.
  *
- * If this function is called from within @worker's worker thread, then this function simply calls @func 
with @data.
+ * If this function is called from within @worker's worker thread, then this function simply calls @func 
with @data and does not
+ * use @context.
  *
  * The following cases are possible if this function is not called from within @worker's worker thread:
  * <itemizedlist>


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