diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-03-27 21:08:20 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 18:39:26 -0400 |
commit | 01ddc661a67d4b578f34c612a900fc5ef760d8de (patch) | |
tree | ef94da278d2e0f8186dac399a24dd9de8377a2c9 | |
parent | e357bd3b79216923820c0a024f95026fdd4a1cf3 (diff) |
updated return-type for XtFindFile, also due to _CONST_X_STRING
The previous commit also adds the standard "...", for variable-length parameter
lists, which was omitted from the specification.
-rw-r--r-- | specs/CH11.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/CH11.xml b/specs/CH11.xml index 05bd775..0fdf976 100644 --- a/specs/CH11.xml +++ b/specs/CH11.xml @@ -4421,7 +4421,7 @@ To search for a file using substitutions in a path list, use <funcsynopsis id='XtFindFile'> <funcprototype> -<funcdef>String <function>XtFindFile</function></funcdef> +<funcdef>char * <function>XtFindFile</function></funcdef> <paramdef>const char * <parameter>path</parameter></paramdef> <paramdef>Substitution <parameter>substitutions</parameter></paramdef> <paramdef>Cardinal <parameter>num_substitutions</parameter></paramdef> |