X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv.c;h=01189e552bb4ed4fef67be2b9ca85e5917a73253;hb=a2aab3a3417958dbbb2dff69c15d1206ec7d28b1;hp=ece85cd36ab5ff2238afefcfcf96da6179251300;hpb=90ef7e4a2c6a41ec36bd2530b187cc1ef2cf0025;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c index ece85cd3..01189e55 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c @@ -211,7 +211,8 @@ guicontrolflow_destructor(ControlFlowData *control_flow_data) } -GtkWidget *guicontrolflow_get_widget(ControlFlowData *control_flow_data) +__inline GtkWidget *guicontrolflow_get_widget( + ControlFlowData *control_flow_data) { return control_flow_data->top_widget ; }