xcb_ewmh_get_utf8_strings_reply_t

@brief Hold a GetProperty reply containg a list of UTF-8 strings

extern (C)
struct xcb_ewmh_get_utf8_strings_reply_t {}

Members

Variables

_reply
xcb_get_property_reply_t* _reply;

The actual GetProperty reply

strings
char* strings;

The list of UTF-8 strings

strings_len
uint strings_len;

The number of UTF-8 strings

Meta