[Xcb-commit] xcb

Josh Triplett josh at kemper.freedesktop.org
Thu Apr 27 13:47:24 PDT 2006


 xcb/src/xcb.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
diff-tree fcba4bc0e68a230f820dc93c158a7a4488b8f0ae (from 01f88cd20982ed210808a8594b158d760c84577c)
Author: Josh Triplett <josh at freedesktop.org>
Date:   Thu Apr 27 13:47:21 2006 -0700

    Fix a comment for the renaming of XCBConnSetupSuccessRep to XCBSetup, and fix another comment which had a copy-paste error.

diff --git a/xcb/src/xcb.h b/xcb/src/xcb.h
index 718233f..096cff5 100644
--- a/xcb/src/xcb.h
+++ b/xcb/src/xcb.h
@@ -290,7 +290,7 @@ typedef struct XCBExtension XCBExtension
  * @brief Caches reply information from QueryExtension requests.
  * @param c: The connection.
  * @param ext: The extension data.
- * @return A pointer to a XCBConnSetupSuccessRep pointer.
+ * @return A pointer to the XCBQueryExtensionRep for the extension.
  *
  * This function is the primary interface to the "extension cache",
  * which caches reply information from QueryExtension
@@ -323,7 +323,7 @@ void XCBPrefetchExtensionData(XCBConnect
 /**
  * @brief Access the data returned by the server.
  * @param c: The connection.
- * @return A pointer to a XCBConnSetupSuccessRep pointer.
+ * @return A pointer to an XCBSetup structure.
  *
  * Accessor for the data returned by the server when the XCBConnection
  * was initialized. This data includes


More information about the xcb-commit mailing list