From 589a505d4371f392eebace569bc47ebf48bef27d Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 24 May 2004 21:00:35 +0000 Subject: [PATCH] minor errors fixed git-svn-id: http://ltt.polymtl.ca/svn@538 04897980-b3bd-0310-b5e0-8ef037075253 --- .../doc/developer/lttvwindow_events_delivery.txt | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt index c71e7a20..6d5ee52c 100644 --- a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt +++ b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt @@ -140,20 +140,9 @@ Architecture Added to the lttvwindow API : -- lttvwindow_events_request +void lttvwindow_events_request ( MainWindow *main_win, - LttTime start_time, - LttvTracesetContextPosition start_position, - LttTime end_time, - guint num_events, - LttvTracesetContextPosition end_position, - LttvHooksById before_traceset, - LttvHooksById before_trace, - LttvHooksById before_tracefile, - LttvHooksById middle, - LttvHooksById after_tracefile, - LttvHooksById after_trace, - LttvHooksById after_traceset) + EventsRequest events_request); Internal functions : -- 2.34.1