[vlc-commits] Fix comment for VLC_CONFIG_LIST_CB

Rémi Denis-Courmont git at videolan.org
Thu Sep 6 18:26:36 CEST 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Sep  6 18:20:33 2012 +0300| [fa51c9939bf475de32ed377f9ba26ea2da6565e5] | committer: Rémi Denis-Courmont

Fix comment for VLC_CONFIG_LIST_CB

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fa51c9939bf475de32ed377f9ba26ea2da6565e5
---

 include/vlc_plugin.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/vlc_plugin.h b/include/vlc_plugin.h
index a3f589d..3b59dc5 100644
--- a/include/vlc_plugin.h
+++ b/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 */
 };



More information about the vlc-commits mailing list