diff options
author | Uli Schlachter <psychon@znc.in> | 2013-09-08 22:16:39 +0200 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2013-09-08 22:23:18 +0200 |
commit | ac47e0ecdb46aa91b191a59364437a8f65947467 (patch) | |
tree | e5a85d2e3aae2b915adc0b2c436fe93696124d67 /src | |
parent | c52f2891b43ae77008f63700982f800371458f4d (diff) |
Fix documentation of xcb_poll_for_event()
In commit 8eba8690adac2, the API documentation for xcb_poll_for_event() was
fixed to remove an argument that was previously removed in commit 34168ab549.
However, that commit only removed the first line of the documentation, leaving
behind a spurious half-sentence. That commit happened seven years ago and now
finally someone noticed...
Thanks to Benjamin Herr for reporting this on IRC.
v2: Thanks again to Benjamin Herr for noticing that my commit message blamed the
wrong commit.
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'src')
-rw-r--r-- | src/xcb.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -278,7 +278,6 @@ xcb_generic_event_t *xcb_wait_for_event(xcb_connection_t *c); /** * @brief Returns the next event or error from the server. * @param c: The connection to the X server. - * error status of the operation. * @return The next event from the server. * * Returns the next event or error from the server, if one is |