Searched refs:xcb_generic_property_handler_t (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xcb-util/dist/property/
H A Dxcb_property.h47 typedef int (*xcb_generic_property_handler_t)(void *data, xcb_connection_t *c, uint8_t state, xcb_window_t window, xcb_atom_t atom, xcb_get_property_reply_t *property); typedef in typeref:typename:int (*)(void * data,xcb_connection_t * c,uint8_t state,xcb_window_t window,xcb_atom_t atom,xcb_get_property_reply_t * property)
51 xcb_generic_property_handler_t handler;
126 xcb_generic_property_handler_t handler,
142 uint8_t xcb_property_set_default_handler(xcb_property_handlers_t *prophs, uint32_t long_len, xcb_generic_property_handler_t handler, void *data);
H A Dproperty.c122 set_prop_handler(xcb_property_handler_t *cur, uint32_t long_len, xcb_generic_property_handler_t handler, void *data)
130 xcb_property_set_handler(xcb_property_handlers_t *prophs, xcb_atom_t name, uint32_t long_len, xcb_generic_property_handler_t handler, void *data)
143 xcb_property_set_default_handler(xcb_property_handlers_t *prophs, uint32_t long_len, xcb_generic_property_handler_t handler, void *data)
/xsrc/external/mit/xcb-util/dist/icccm/
H A Dxcb_icccm.h175 xcb_generic_property_handler_t handler, void *data);
235 xcb_generic_property_handler_t handler,
297 xcb_generic_property_handler_t handler,
H A Dicccm.c123 xcb_generic_property_handler_t handler, void *data)
172 xcb_generic_property_handler_t handler, void *data)
222 xcb_generic_property_handler_t handler, void *data)

Completed in 9 milliseconds