X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Fdoc%2Fdeveloper%2Flttvwindow_events_delivery.txt;h=6d5ee52cbb3c086e2babb3e2968c74244557ecd2;hb=589a505d4371f392eebace569bc47ebf48bef27d;hp=c71e7a20c1b943ff5f7c149c912c89370760ff1f;hpb=fc9fa653684884d2eb5b658b074894f8730cf94c;p=lttv.git 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 :