[Xcb] XCBGetAtomNameName

Ian Osgood iano at quirkster.com
Mon Jul 24 07:56:32 PDT 2006


On Jul 24, 2006, at 3:15 AM, Vincent Torri wrote:

>
> hey,
>
> does XCBGetAtomNameName return a NULL terminated string ?
>
> Vincent

No, it doesn't. You need to use XCBGetAtomNameLength to get its length.

In general, XCB does not return NULL terminated strings in its protocol.

Ian


More information about the Xcb mailing list