~ubuntu-branches/ubuntu/lucid/libx11/lucid

« back to all changes in this revision

Viewing changes to man/xkb/XkbGetKeyTypes.man

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-12-04 11:43:54 UTC
  • mfrom: (1.1.10 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091204114354-0lik4mbb1bv1a8nw
Tags: 2:1.3.2-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add 100_latin_locale_alias.diff (LP 379785)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
XkbGetKeyTypes \- Obtain the list of available key types in the server's 
33
33
keyboard mapping
34
34
.SH SYNOPSIS
 
35
.HP
35
36
.B Status XkbGetKeyTypes
36
 
(
37
 
.I dpy,
38
 
.I first,
39
 
.I num,
40
 
.I xkb
41
 
)
42
 
.br
43
 
      Display * \fIdpy\fP\^;
44
 
.br
45
 
      unsigned int \fIfirst\fP\^;
46
 
.br
47
 
      unsigned int \fInum\fP\^;
48
 
.br
49
 
      XkbDescPtr \fIxkb\fP\^;
 
37
.BI "(\^Display *" "dpy" "\^,"
 
38
.BI "unsigned int " "first" "\^,"
 
39
.BI "unsigned int " "num" "\^,"
 
40
.BI "XkbDescPtr " "xkb" "\^);"
50
41
.if n .ti +5n
51
42
.if t .ti +.5i
52
43
.SH ARGUMENTS