xcb_generate_id

@brief Allocates an XID for a new object. @param c: The connection. @return A newly allocated XID.

Allocates an XID for a new object. Typically used just prior to various object creation functions, such as xcb_create_window.

extern (C)
uint
xcb_generate_id

Meta