mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-08 02:08:05 +02:00
Bug #9695: Fixed a few argument types in the XOpenIM manpage.
This commit is contained in:
parent
b4e2276f32
commit
e972b0bb25
1 changed files with 3 additions and 3 deletions
|
|
@ -159,12 +159,12 @@ Display *XDisplayOfIM\^(\^XIM \fIim\fP\^);
|
|||
char *XLocaleOfIM\^(\^XIM \fIim\fP\^);
|
||||
.HP
|
||||
Bool XRegisterIMInstantiateCallback\^(\^Display *\fIdisplay\fP\^, XrmDatabase
|
||||
\fIdb\fP\^, char *\fIres_name\fP\^, char *\fIres_class\fP\^, XIMProc
|
||||
\fIcallback\fP\^, XPointer *\fIclient_data\fP\^);
|
||||
\fIdb\fP\^, char *\fIres_name\fP\^, char *\fIres_class\fP\^, XIDProc
|
||||
\fIcallback\fP\^, XPointer \fIclient_data\fP\^);
|
||||
.HP
|
||||
Bool XUnregisterIMInstantiateCallback\^(\^Display *\fIdisplay\fP\^,
|
||||
XrmDatabase \fIdb\fP\^, char *\fIres_name\fP\^, char *\fIres_class\fP\^,
|
||||
XIMProc \fIcallback\fP\^, XPointer *\fIclient_data\fP\^);
|
||||
XIDProc \fIcallback\fP\^, XPointer \fIclient_data\fP\^);
|
||||
.LP
|
||||
.SH ARGUMENTS
|
||||
.IP \fIcallback\fP 1i
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue