Updated @example for webui_set_file_handler_window

This commit is contained in:
Antonio 2024-10-01 18:30:10 +02:00
parent 3e66411779
commit f8172bdbfa

View File

@ -430,7 +430,7 @@ WEBUI_EXPORT bool webui_set_default_root_folder(const char* path);
* @param handler The handler function: `void myHandler(const char* filename,
* int* length)`
*
* @example webui_set_file_handler(myWindow, myHandlerFunction);
* @example webui_set_file_handler_window(myWindow, myHandlerFunction);
*/
WEBUI_EXPORT void webui_set_file_handler(size_t window, const void* (*handler)(const char* filename, int* length));