Commit fa51c993 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix comment for VLC_CONFIG_LIST_CB

parent 27237904
......@@ -102,7 +102,8 @@ enum vlc_module_properties
* (args=size_t, const <type> *, const char *const *) */
VLC_CONFIG_LIST_CB,
/* callback for suggested values (args=size_t (*)(<type> **, char ***)) */
/* callback for suggested values
* (args=size_t (*)(vlc_object_t *, <type> **, char ***)) */
/* Insert new VLC_CONFIG_* here */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment