X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2FgtkTraceSet.h;h=962a25d371f26958b5cb29f747ffbc2534f2aace;hb=ee300ef74b6911e4aa259ba62a3af18c754520cd;hp=2cc493b72b25522bb09063f56a271419a0aff013;hpb=0ac02254c703ff7692e92cf2fd1deb6ec467600a;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/gtkTraceSet.h b/ltt/branches/poly/include/lttv/gtkTraceSet.h index 2cc493b7..962a25d3 100644 --- a/ltt/branches/poly/include/lttv/gtkTraceSet.h +++ b/ltt/branches/poly/include/lttv/gtkTraceSet.h @@ -24,7 +24,7 @@ * @param view_constructor constructor of the viewer. */ -void ToolbarItemReg(GdkPixmap * pixmap, char *tooltip, void *view_constructor); +void ToolbarItemReg(char ** pixmap, char *tooltip, lttv_constructor view_constructor); /** @@ -35,7 +35,7 @@ void ToolbarItemReg(GdkPixmap * pixmap, char *tooltip, void *view_constructor); * a reference to find out where the pixmap and tooltip are. */ -void ToolbarItemUnreg(void *view_constructor); +void ToolbarItemUnreg(lttv_constructor view_constructor); /** @@ -47,7 +47,7 @@ void ToolbarItemUnreg(void *view_constructor); * @param view_constructor constructor of the viewer. */ -void MenuItemReg(char *menu_path, char *menu_text, void *view_constructor); +void MenuItemReg(char *menu_path, char *menu_text, lttv_constructor view_constructor); /** @@ -58,7 +58,7 @@ void MenuItemReg(char *menu_path, char *menu_text, void *view_constructor); * a reference to find out where the menu_path and menu_text are. */ -void MenuItemUnreg(void *view_constructor); +void MenuItemUnreg(lttv_constructor view_constructor); /**