From 81f3eebf61f4e129bf1f327bc7da2713d0385ba8 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 4 Jun 2004 14:21:59 +0000 Subject: [PATCH] minor correction git-svn-id: http://ltt.polymtl.ca/svn@580 04897980-b3bd-0310-b5e0-8ef037075253 --- .../poly/doc/developer/lttvwindow_events_delivery.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt index b796e3c6..c7fe77d0 100644 --- a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt +++ b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt @@ -141,12 +141,12 @@ Added to the lttvwindow API : void lttvwindow_events_request -( MainWindow *main_win, - EventsRequest events_request); +( Tab *tab, + const EventsRequest *events_request); void lttvwindow_events_request_remove_all -( MainWindow *main_win, - gpointer viewer); +( Tab *tab, + gconstpointer viewer); Internal functions : @@ -188,7 +188,8 @@ computation (main window scope) or viewer specific background computation. A background computation request is asked via lttvwindow_events_request, with a priority field set with a low priority. -If a lttvwindow_events_request_remove_all is done on the viewer pointer, it will +In the case of a background computation with viewer pointer field set to NULL, +if a lttvwindow_events_request_remove_all is done on the viewer pointer, it will not affect the state computation as no viewer pointer will have been passed in the initial request. This is the expected result. For the background processings that call viewer's hooks, they will be removed. -- 2.34.1