X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2FgtkTraceSet.h;h=ef73dc3bdf75961e26f371af47f1868820eeb251;hb=a2eab0c9ba77537fb2e801d63ff49af96c169e31;hp=5454758e5f9f11bfb8be92b793e423a1531d5d47;hpb=f7afe191fd58f0bf4bab9c9514c261535b99d32b;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/gtkTraceSet.h b/ltt/branches/poly/include/lttv/gtkTraceSet.h index 5454758e..ef73dc3b 100644 --- a/ltt/branches/poly/include/lttv/gtkTraceSet.h +++ b/ltt/branches/poly/include/lttv/gtkTraceSet.h @@ -15,7 +15,6 @@ #include #include #include -#include /** * Function to register a view constructor so that main window can generate @@ -106,7 +105,7 @@ void UpdateStatus(mainWindow *main_win, char *info); * @param time_interval a pointer where time interval will be stored. */ -void GetTimeWindow(mainWindow *main_win, TimeWindow *Time_Window); +void GetTimeWindow(mainWindow *main_win, TimeWindow *time_window); /** @@ -117,12 +116,12 @@ void GetTimeWindow(mainWindow *main_win, TimeWindow *Time_Window); * @param time_interval a pointer where time interval is stored. */ -void SetTimeWindow(mainWindow *main_win, TimeWindow *Time_Window); +void SetTimeWindow(mainWindow *main_win, TimeWindow *time_window); /** * Function to get the time span of the main window's traceset. */ -void GetTracesetTimeSpan(mainWindow *main_win, TimeInterval *Time_Interval); +void GetTracesetTimeSpan(mainWindow *main_win, TimeInterval *time_interval); /** * Function to get the current time/event of the current tab.