X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttvwindow.h;h=9711f561b68805d81c1658119a959daa8d4ddb97;hb=e800cf849a08893a7325441a9614f018a00b129a;hp=b4dea0e7e914e94b20c6b81702da9b8bfad30131;hpb=34b12b7dae6bd07257749e62ff5166e75cebf8b0;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h index b4dea0e7..9711f561 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h @@ -559,22 +559,22 @@ void lttvwindow_unregister_dividor(Tab *tab, * Function to set the time interval of the current tab.a * * @param tab the tab the viewer belongs to. - * @param time_interval pointer to the time interval value. + * @param time_interval new time window. */ void lttvwindow_report_time_window(Tab *tab, - const TimeWindow *time_window); + TimeWindow time_window); /** * Function to set the current time/event of the current tab. * It will be called by a viewer's signal handle associated with * the button-release-event signal * @param tab the tab the viewer belongs to. - * @param time a pointer where time is stored. + * @param new current time. */ void lttvwindow_report_current_time(Tab *tab, - const LttTime *time); + LttTime time); /**