From 149159df368aaa50db9e3e02f725d147ff557dbd Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sat, 23 Mar 2019 06:46:42 -0400 Subject: updated manual pages' C prototypes to agree with the header-files. This takes into account the _CONST_X_STRING feature, distinguishing between String and char* and const char*, but also in several cases, such as XtSessionGetToken, the manual page was wrong. Signed-off-by: Thomas E. Dickey Conflicts: man/XtAppErrorMsg.man --- man/XtCallActionProc.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/XtCallActionProc.man') diff --git a/man/XtCallActionProc.man b/man/XtCallActionProc.man index 9d336f8..fa2a347 100644 --- a/man/XtCallActionProc.man +++ b/man/XtCallActionProc.man @@ -38,8 +38,8 @@ XtCallActionProc \- invoke an action procedure directly .SH SYNTAX .HP -void XtCallActionProc(Widget \fIwidget\fP, String \fIaction\fP, XEvent* -\fIevent\fP, String* \fIparams\fP, Cardinal \fInum_params\fP); +void XtCallActionProc(Widget \fIwidget\fP, const char *\fIaction\fP, +XEvent *\fIevent\fP, String *\fIparams\fP, Cardinal \fInum_params\fP); .SH ARGUMENTS .IP \fIwidget\fP 1i Specifies the widget in which the action is to be invoked. Must be -- cgit v1.2.3