diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-03-28 19:55:53 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 18:40:31 -0400 |
commit | 2e9edb068ef2a20fc33f484ffaf69174a0a0945a (patch) | |
tree | ca18a5b2e1dffc31ca1016cdfafdb27ce4759cfa /specs/CH09.xml | |
parent | 6d19d615ce6b23f2b14340682851b5eba64e32ca (diff) |
change ambiguous String's to char* or const-char*, as well as adding the
missing parameters to one prototype
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs/CH09.xml')
-rw-r--r-- | specs/CH09.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/CH09.xml b/specs/CH09.xml index 6d40b55..913e734 100644 --- a/specs/CH09.xml +++ b/specs/CH09.xml @@ -2116,8 +2116,8 @@ that convert from string values. <funcprototype> <funcdef>void <function>XtDisplayStringConversionWarning</function></funcdef> <paramdef>Display *<parameter>display</parameter></paramdef> - <paramdef>String <parameter>from_value</parameter></paramdef> - <paramdef>String <parameter>to_type</parameter></paramdef> + <paramdef>const char * <parameter>from_value</parameter></paramdef> + <paramdef>const char * <parameter>to_type</parameter></paramdef> </funcprototype> </funcsynopsis> |