Are there any naming conventions for XCB?
Lucas <[email protected]> Sun, 14 Feb 2021 19:37:26 -0300
| Newsgroups | gmane.comp.freedesktop.xcb |
|---|---|
| Message-ID | <CPZP284MB0488B48B9AC1E194035F532A8A899@CPZP284MB0488.BRAP284.PROD.OUTLOOK.COM> |
I want to introduce one function (another one might be needed) to return
a xcb_str_t pointer from an iterator because I could not find a function
to do just that, but I have noticed a pattern in the names of the
function, hence the question. Here is the function:
xcb_str_t *xcb_str_iterator_name(xcb_str_iterator_t *iterator)
{
return iterator->data;
}
_______________________________________________
Xcb mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/xcb