wayland/src
Marek Chalupa 434fd45e4b client: update documentation about threading
Remove out-dated documentation and add few more words
about this topic.

v2. replace a paragraph by better explanation from Pekka Paalanen
    fix other notes from reviewing

v3. fix typo

v4. fix flags for poll in an example

    add wl_display_cancel_read() to another example
    (so that user sees that it should be used)

    move proper use of wl_display_prepare_read
    before the explanation why it is wrong to use
    wl_display_displach

Signed-off-by: Marek Chalupa <mchqwerty@gmail.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
2014-12-09 18:05:04 +02:00
..
.gitignore gitignore: adpat to scanner and protocol path changes 2014-11-19 16:35:49 +02:00
connection.c connection: abort if a listener function is NULL 2014-11-12 14:00:38 +02:00
event-loop.c event-loop.c: Use correct OS abstraction function for dupfd() 2014-11-05 14:17:25 +02:00
scanner.c scanner.c: Use WL_PRINTF instead of __attribute__((format(printf))) 2014-11-28 12:37:20 +02:00
scanner.mk Rename source subdir from wayland to src 2011-08-12 16:25:14 -04:00
wayland-client-uninstalled.pc.in build: add uninstalled pkg-config files 2012-05-29 10:09:59 -04:00
wayland-client.c client: update documentation about threading 2014-12-09 18:05:04 +02:00
wayland-client.h client: update obsolete comments 2014-12-09 18:03:35 +02:00
wayland-client.pc.in Export the Wayland protocol XML file 2013-09-21 21:48:56 -07:00
wayland-egl.h wayland: Be consistent about #include-guard names 2013-10-21 14:39:06 -07:00
wayland-os.c os: wrap accept4(SOCK_CLOEXEC) 2012-04-25 09:37:42 +03:00
wayland-os.h os: wrap accept4(SOCK_CLOEXEC) 2012-04-25 09:37:42 +03:00
wayland-private.h connection: Leave fd open in wl_connection_destroy 2014-11-04 11:26:22 +02:00
wayland-scanner-uninstalled.pc.in build: Add wayland-scanner.pc. 2013-07-03 16:38:12 -04:00
wayland-scanner.pc.in build: Add wayland-scanner.pc. 2013-07-03 16:38:12 -04:00
wayland-server-uninstalled.pc.in build: add uninstalled pkg-config files 2012-05-29 10:09:59 -04:00
wayland-server.c server: increase listen queue to 128 2014-11-24 16:32:35 +02:00
wayland-server.h doc: Added \code tags around sample code in doxygen comments 2014-11-25 16:27:57 +02:00
wayland-server.pc.in Export the Wayland protocol XML file 2013-09-21 21:48:56 -07:00
wayland-shm.c cosmetic: convert some function returns from int to bool 2014-11-04 13:01:58 +02:00
wayland-util.c Make default log handler print to stderr 2014-02-07 15:57:07 -08:00
wayland-util.h doc: Removed extra indentation from wl_list code sample 2014-11-26 13:34:26 +02:00
wayland-version.h.in Add a public header for the version number 2012-04-12 17:54:44 -04:00