mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Updated @example for webui_set_file_handler_window
This commit is contained in:
parent
3e66411779
commit
f8172bdbfa
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user