summaryrefslogtreecommitdiff
path: root/man/XtResolvePathname.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtResolvePathname.man')
-rw-r--r--man/XtResolvePathname.man11
1 files changed, 7 insertions, 4 deletions
diff --git a/man/XtResolvePathname.man b/man/XtResolvePathname.man
index 402be77..cb96393 100644
--- a/man/XtResolvePathname.man
+++ b/man/XtResolvePathname.man
@@ -38,10 +38,13 @@
XtResolvePathname \- search for a file using standard substitution
.SH SYNTAX
.HP
-String XtResolvePathname(Display *\fIdisplay\fP, String \fItype\fP, String
-\fIfilename\fP, String \fIsuffix\fP, String \fIpath\fP, Substitution
-\fIsubstitutions\fP, Cardinal \fInum_substitutions\fP, XtFilePredicate
-\fIpredicate\fP);
+char * XtResolvePathname(Display *\fIdisplay\fP,
+const char *\fItype\fP,
+const char *\fIfilename\fP,
+const char *\fIsuffix\fP,
+const char *\fIpath\fP,
+Substitution \fIsubstitutions\fP, Cardinal \fInum_substitutions\fP,
+XtFilePredicate \fIpredicate\fP);
.SH ARGUMENTS
.IP \fIdisplay\fP 1.2i
Specifies the display to use to find the language for language substitutions.