X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fquick-guide.md;h=eb1a757e8164002ba44eb0be9c01ba231cf05a94;hb=fe9cd66fcacb1ffa364a1bcaccdc0ec906575652;hp=6e04ba51412b6b2e0ccd0d051097120519636e76;hpb=094c8dc59bd3a7b6e4ebd80c07ab8fdbc8eaf749;p=platform%2Fupstream%2Flibxkbcommon.git diff --git a/doc/quick-guide.md b/doc/quick-guide.md index 6e04ba5..eb1a757 100644 --- a/doc/quick-guide.md +++ b/doc/quick-guide.md @@ -16,9 +16,11 @@ the library. We will employ a few use-cases to lead the examples: The snippets are not complete, and some support code is omitted. You can find complete and more complex examples in the source directory: -1. test/interactive-evdev.c contains an interactive evdev client. +1. tools/interactive-evdev.c contains an interactive evdev client. -2. test/interactive-x11.c contains an interactive X11 client. +2. tools/interactive-x11.c contains an interactive X11 client. + +3. tools/interactive-wayland.c contains an interactive Wayland client. Also, the library contains many more functions for examining and using the library context, the keymap and the keyboard state. See the