gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10872 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r10872 - gnunet
Date: Mon, 12 Apr 2010 08:54:21 +0200

Author: grothoff
Date: 2010-04-12 08:54:21 +0200 (Mon, 12 Apr 2010)
New Revision: 10872

Modified:
   gnunet/TODO
Log:
notes

Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2010-04-10 21:05:27 UTC (rev 10871)
+++ gnunet/TODO 2010-04-12 06:54:21 UTC (rev 10872)
@@ -88,7 +88,14 @@
   - API lacks cancellation methods (needed? or is disconnect enough?); 
     may also want to integrate request queuing here instead of 
gnunet-service-fs_drq.c 
 * GNUNET-GTK:
-  - how to integrate scheduler with GTK event loop!?
+  - use g_main_context_set_poll_func to integrate GTK with GNUnet Scheduler!? 
(YUCK!)
+  - OR: add scheduler API to enable integration with GTK main loop instead of 
doing our own select
+  - use g_main_context_pending, g_main_context_query / g_main_context_check / 
g_main_context_dispatch
+    and NEVER g_main_loop_run (can this be done? might be the clean way to do 
this! But how
+    to integrate this with "tak_main"?  Docu says:
+    "It's OK to use the GLib main loop directly instead of gtk_main(), though 
it involves 
+     slightly more typing. See GMainLoop in the GLib documentation."
+    => so maybe it "just works"?
 
 0.9.0pre2:
 * TRACEKIT: [MW]





reply via email to

[Prev in Thread] Current Thread [Next in Thread]