Registry / other / xcb-util-errors

xcb-util-errors

JSON →
library1.0.1vcpkgunverified

XCB utility library that gives human readable names to error, event, & request codes.

vcpkg install xcb-util-errors
INSTALL
IMPORT
SIG · XCB-UTIL-ERRORS
X
xcb-util-errors
othercppv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xcb/xcb_errors.h
✓ #include <xcb/xcb_errors.h>

Create and free an XCB errors context

#include <xcb/xcb_errors.h> #include <cstdio> int main() { xcb_errors_context_t *err_ctx; xcb_errors_context_new(NULL, &err_ctx); printf("Error context created\n"); xcb_errors_context_free(err_ctx); return 0; }
Debug
Known issues
gotchaRequires XCB connection to be established before creating error context
fix
Pass a valid xcb_connection_t* to xcb_errors_context_new()
affects: *
Upgrade
Version history
1.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources

No resource links recorded.

xcb-util-errors — pip install xcb-util-errors · libregistry