summaryrefslogtreecommitdiff
path: root/man/XtSetLanguageProc.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-03-23 06:46:42 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-16 18:21:16 -0400
commit149159df368aaa50db9e3e02f725d147ff557dbd (patch)
treebdaff74b26095d6b094d8bed348145bc37f67790 /man/XtSetLanguageProc.man
parente5a1e228e7ab7332d46db9278fa7af85ae889e70 (diff)
downloadxorg-lib-libXt-149159df368aaa50db9e3e02f725d147ff557dbd.tar.gz
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/XtSetLanguageProc.man')
-rw-r--r--man/XtSetLanguageProc.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/XtSetLanguageProc.man b/man/XtSetLanguageProc.man
index 1995a40..174abc3 100644
--- a/man/XtSetLanguageProc.man
+++ b/man/XtSetLanguageProc.man
@@ -39,7 +39,7 @@
XtSetLanguageProc \- set the language procedure
.SH SYNTAX
.HP
-Widget XtSetLanguageProc(XtAppContext \fIapp_context\fP, XtLanguageProc
+XtLanguageProc XtSetLanguageProc(XtAppContext \fIapp_context\fP, XtLanguageProc
\fIproc\fP, XtPointer \fIclient_data\fP);
.SH ARGUMENTS
.IP \fIapp_context\fP 1i