summaryrefslogtreecommitdiff
path: root/man/XtNameToWidget.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtNameToWidget.man')
-rw-r--r--man/XtNameToWidget.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/XtNameToWidget.man b/man/XtNameToWidget.man
index 75ce8cd..04611bc 100644
--- a/man/XtNameToWidget.man
+++ b/man/XtNameToWidget.man
@@ -39,7 +39,7 @@
XtNameToWidget, XtWindowToWidget \- translating strings to widgets or widgets to windows
.SH SYNTAX
.HP
-Widget XtNameToWidget(Widget \fIreference\fP, String \fInames\fP);
+Widget XtNameToWidget(Widget \fIreference\fP, const char *\fInames\fP);
.HP
Widget XtWindowToWidget(Display *\fIdisplay\fP, Window \fIwindow\fP);
.SH ARGUMENTS