mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 21:28:04 +02:00
man: Fix return value specification of XkbKeyActionEntry
The XkbKeyActionEntry macro expands to a pointer. Signed-off-by: Dirk Wallenstein <halsmit@t-online.de> Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
e9884d4a05
commit
7a93ae2bb5
1 changed files with 4 additions and 4 deletions
|
|
@ -21,13 +21,13 @@
|
|||
.\"
|
||||
.TH XkbKeyActionEntry __libmansuffix__ __xorgversion__ "XKB FUNCTIONS"
|
||||
.SH NAME
|
||||
XkbKeyActionEntry \- Returns the key action corresponding to group grp and shift
|
||||
level lvl from the
|
||||
two-dimensional table of key actions associated with the key corresponding to
|
||||
XkbKeyActionEntry \- Returns a pointer to the key action corresponding to
|
||||
group grp and shift level lvl from the two-dimensional table of key actions
|
||||
associated with the key corresponding to
|
||||
keycode
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbAction XkbKeyActionEntry
|
||||
.B XkbAction * XkbKeyActionEntry
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^,"
|
||||
.BI "KeyCode " "keycode" "\^,"
|
||||
.BI "int " "shift" "\^,"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue