Fix documentation mistake

This commit is contained in:
dacav 2024-10-01 22:11:54 +02:00
parent d650587449
commit e4593a6246
No known key found for this signature in database
GPG Key ID: 15287589A6E16184

View File

@ -244,7 +244,7 @@ function. For example, to specify a callback function called `my_type_cb` that
has no callback data: has no callback data:
```c ```c
mxmlOptionsSetTypeValue(options, my_type_cb, /*cbdata*/NULL); mxmlOptionsSetTypeCallback(options, my_type_cb, /*cbdata*/NULL);
``` ```
The `my_type_cb` function accepts the callback data pointer (`NULL` in this The `my_type_cb` function accepts the callback data pointer (`NULL` in this