xcb_change_gc_checked

@brief change graphics context components

@param c The connection @param gc The graphics context to change. @param value_mask A bitmask of #xcb_gc_t values. @param value_mask \n @param value_list Values for each of the components specified in the bitmask \a value_mask. The order has to correspond to the order of possible \a value_mask bits. See the example. @return A cookie

Changes the components specified by \a value_mask for the specified graphics context.

This form can be used only if the request will not cause a reply to be generated. Any returned error will be saved for handling by xcb_request_check().

extern (C)
xcb_change_gc_checked

Meta