diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-21 13:47:49 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-21 18:27:41 -0400 |
commit | c605f7d108365fdd4e46a032fcaaa812cef56f83 (patch) | |
tree | 71d9860c93fab9b0cc66a74e8e927b3a7fcbf783 /specs/CH01.xml | |
parent | 3637c0988df16732dbbd121760688ee82b9d3882 (diff) | |
download | xorg-lib-libXt-c605f7d108365fdd4e46a032fcaaa812cef56f83.tar.gz |
fill in a few missing typedef keywords, and a missing "*" in prototype, as well as minor clarification of "XtIs<class>"
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs/CH01.xml')
-rw-r--r-- | specs/CH01.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/CH01.xml b/specs/CH01.xml index e1558cd..5a12ae0 100644 --- a/specs/CH01.xml +++ b/specs/CH01.xml @@ -1980,7 +1980,7 @@ All these macros and functions have the same argument description. <funcsynopsis id='XtIs'> <funcprototype> - <funcdef>Boolean <function>XtIs</function></funcdef> + <funcdef>Boolean <function>XtIs<subscript>class</subscript></function></funcdef> <paramdef>Widget<parameter> w</parameter></paramdef> </funcprototype> </funcsynopsis> |