summaryrefslogtreecommitdiff
path: root/man/XtCreatePopupShell.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/XtCreatePopupShell.man
parente5a1e228e7ab7332d46db9278fa7af85ae889e70 (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/XtCreatePopupShell.man')
-rw-r--r--man/XtCreatePopupShell.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtCreatePopupShell.man b/man/XtCreatePopupShell.man
index 395fdee..00846a7 100644
--- a/man/XtCreatePopupShell.man
+++ b/man/XtCreatePopupShell.man
@@ -39,10 +39,10 @@
XtCreatePopupShell, XtVaCreatePopupShell \- create a popup shell
.SH SYNTAX
.HP
-Widget XtCreatePopupShell(String \fIname\fP, WidgetClass \fIwidget_class\fP,
+Widget XtCreatePopupShell(const char *\fIname\fP, WidgetClass \fIwidget_class\fP,
Widget \fIparent\fP, ArgList \fIargs\fP, Cardinal \fInum_args\fP);
.HP
-Widget XtVaCreatePopupShell(String \fIname\fP, WidgetClass \fIwidget_class\fP,
+Widget XtVaCreatePopupShell(const char *\fIname\fP, WidgetClass \fIwidget_class\fP,
Widget \fIparent\fP, ...\^);
.SH ARGUMENTS
.IP \fIargs\fP 1i