X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Fxcb.h;fp=src%2Fxcb.h;h=c17a2ef790a1223314726412d76036c0e6bc44b8;hb=2fb14e5883f2ea2f01d248674cfcc26ccb704753;hp=148b00c8d8a7ec44510a1038a4523400d38a390d;hpb=4dcbfd77b78ca6b016ce815af26235501f6cd75a;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcb.h b/src/xcb.h index 148b00c..c17a2ef 100644 --- a/src/xcb.h +++ b/src/xcb.h @@ -483,7 +483,7 @@ xcb_connection_t *xcb_connect_to_fd(int fd, xcb_auth_info_t *auth_info); * @param c: The connection. * * Closes the file descriptor and frees all memory associated with the - * connection @c c. + * connection @c c. If @p c is @c NULL, nothing is done. */ void xcb_disconnect(xcb_connection_t *c);