Browse Source

Fix comment for VLC_CONFIG_LIST_CB

pull/3/head
Rémi Denis-Courmont 14 years ago
parent
commit
fa51c9939b
  1. 3
      include/vlc_plugin.h

3
include/vlc_plugin.h

@ -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 */
};

Loading…
Cancel
Save