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

« back to all changes in this revision

Viewing changes to man/xkb/XkbGetKeySyms.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:
31
31
XkbGetKeySyms \- Obtain the symbols for a subset of the keys in a keyboard 
32
32
description
33
33
.SH SYNOPSIS
 
34
.HP
34
35
.B Status XkbGetKeySyms
35
 
(
36
 
.I dpy,
37
 
.I first,
38
 
.I num,
39
 
.I xkb
40
 
)
41
 
.br
42
 
      Display * \fIdpy\fP\^;
43
 
.br
44
 
      unsigned int \fIfirst\fP\^;
45
 
.br
46
 
      unsigned int \fInum\fP\^;
47
 
.br
48
 
      XkbDescPtr \fIxkb\fP\^;
 
36
.BI "(\^Display *" "dpy" "\^,"
 
37
.BI "unsigned int " "first" "\^,"
 
38
.BI "unsigned int " "num" "\^,"
 
39
.BI "XkbDescPtr " "xkb" "\^);"
49
40
.if n .ti +5n
50
41
.if t .ti +.5i
51
42
.SH ARGUMENTS