diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-03-23 06:46:42 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 18:21:16 -0400 |
commit | 149159df368aaa50db9e3e02f725d147ff557dbd (patch) | |
tree | bdaff74b26095d6b094d8bed348145bc37f67790 /man/XtCallActionProc.man | |
parent | e5a1e228e7ab7332d46db9278fa7af85ae889e70 (diff) |
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 <dickey@invisible-island.net>
Conflicts:
man/XtAppErrorMsg.man
Diffstat (limited to 'man/XtCallActionProc.man')
-rw-r--r-- | man/XtCallActionProc.man | 4 |
1 files changed, 2 insertions, 2 deletions
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 |