logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XkbGetNameChanges - Update the local copy of the keyboard description with the actual values of the

Arguments

-dpy  connection to the X server

       -xkb  keyboard description to which names are copied

       -changes
              names components to be obtained from the server

Description

XkbGetNameChanges examines the changes parameter, retrieves the necessary information  from  the  server,
       and places the results into the xkb keyboard description.

       XkbGetNamesChanges can generate BadAlloc, BadImplementation, and BadMatch errors.

Diagnostics

BadAlloc       Unable to allocate storage

       BadImplementation
                      Invalid reply from server

       BadMatch       A  compatible  version  of  Xkb was not available in the server or an argument has correct
                      type and range, but is otherwise invalid

Name

       XkbGetNameChanges  -  Update  the  local  copy  of the keyboard description with the actual values of the
       results of one or more calls to XkbNoteNameChanges

See Also

XkbNoteNameChanges(3)

X Version 11                                      libX11 1.7.5                              XkbGetNameChanges(3)

Synopsis

StatusXkbGetNameChanges(Display*dpy,XkbDescPtrxkb,XkbNameChangesPtrchanges);

See Also