]> code.delx.au - gnu-emacs/blobdiff - lwlib/lwlib-utils.h
Add a note how to use `tramp-own-remote-path'
[gnu-emacs] / lwlib / lwlib-utils.h
index 020d2a982dc4a6d243e4cbabfdf39c57819a43f7..ec3daab94ef735925b14e9267bdc1eecd5c293ab 100644 (file)
@@ -1,20 +1,18 @@
 #ifndef _LWLIB_UTILS_H_
 #define _LWLIB_UTILS_H_
 
-void XtNoClearRefreshWidget (/* Widget */);
+void XtNoClearRefreshWidget (Widget);
 
-typedef void (*XtApplyToWidgetsProc) (/* Widget, XtPointer */);
-typedef void* (*XtApplyUntilToWidgetsProc) (/* Widget, XtPointer */);
+typedef void (*XtApplyToWidgetsProc) (Widget, XtPointer);
+typedef void* (*XtApplyUntilToWidgetsProc) (Widget, XtPointer);
 
-void XtApplyToWidgets (/* Widget, XtApplyToWidgetsProc, XtPointer */);
-void *XtApplyUntilToWidgets (/* Widget, XtApplyUntilToWidgetsProc, XtPointer */);
+void XtApplyToWidgets (Widget, XtApplyToWidgetsProc, XtPointer);
+void *XtApplyUntilToWidgets (Widget, XtApplyUntilToWidgetsProc, XtPointer);
 
-Widget *XtCompositeChildren (/* Widget, unsigned int * */);
+Widget *XtCompositeChildren (Widget, unsigned int *);
 
 /* returns True is the widget is being destroyed, False otherwise */
 Boolean
-XtWidgetBeingDestroyedP (/* Widget widget */);
-
-void XtSafelyDestroyWidget (/* Widget */);
+XtWidgetBeingDestroyedP (Widget widget);
 
 #endif /* _LWLIB_UTILS_H_ */