X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttvwindowtraces.c;h=caa84cee813fe146f03e45f6433118f794f46ddf;hb=d389bc8dc65698c827ee8df7311f4034dcdfad26;hp=c5bd1935e48382ef43e126e71d1a20690f20f776;hpb=147c6f7fc4f80e38b970052de8bcab28f4f45acc;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindowtraces.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindowtraces.c index c5bd1935..caa84cee 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindowtraces.c +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindowtraces.c @@ -1003,6 +1003,8 @@ static gint find_window_widget(MainWindow *a, GtkWidget *b) /* lttvwindowtraces_process_pending_requests + * + * Process the pending background computation requests * * This internal function gets called by g_idle, taking care of the pending * requests. @@ -1615,7 +1617,7 @@ void lttvwindowtraces_register_computation_hooks(LttvAttributeName module_name, /** - * It removes all the requests than can be currently processed by the + * It removes all the requests that can be currently processed by the * background computation algorithm for all the traces (list_in and list_out). * * Leaves the flag to in_progress or none.. depending if current or queue @@ -1709,7 +1711,7 @@ void lttvwindowtraces_unregister_requests(LttvAttributeName module_name) /** * Unregister the background computation hooks for a specific module. * - * It also removes all the requests than can be currently processed by the + * It also removes all the requests that can be currently processed by the * background computation algorithm for all the traces (list_in and list_out). * * @param module_name A GQuark : the name of the module which computes the