diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-04-27 13:47:21 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-04-27 13:47:21 -0700 |
commit | 135cda6e9dafeef36efc8c4be49ae99b417034f2 (patch) | |
tree | 2f5ddbf6b7b5c19f8047dbadcf57db8dffe01d82 /src/xcb.h | |
parent | 17c3448f58c1aaf1d89b706dfa00e697061115c7 (diff) |
Fix a comment for the renaming of XCBConnSetupSuccessRep to XCBSetup, and fix another comment which had a copy-paste error.
Diffstat (limited to 'src/xcb.h')
-rw-r--r-- | src/xcb.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -290,7 +290,7 @@ typedef struct XCBExtension XCBExtension; /**< Opaque structure used as key for * @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(XCBConnection *c, XCBExtension *ext); /** * @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 |