Lines Matching refs:handler
51 xcb_generic_property_handler_t handler;
99 * @brief Wipe a property handler structure.
113 * @brief Set a property handler for an event.
118 * @param handler The handler callback function.
119 * @param data Optional data that will be passed as argument of the handler
126 xcb_generic_property_handler_t handler,
130 * @brief Set the default property handler.
131 * If a property does not have its own handler function, this one will be
137 * @param handler The handler callback function.
138 * @param data Optional data that will be passed as argument of the 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);
145 * @brief Notify that a property has changed and call handler function callback as needed.