]> git.sesse.net Git - vlc/commitdiff
module_need: clarify b_strict
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 19 Dec 2009 18:26:58 +0000 (20:26 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 19 Dec 2009 23:08:29 +0000 (01:08 +0200)
src/modules/modules.c

index fe18c9337a9e890b31e230cb6e1d75ede65cde3b..5705de6b5befd735d409fa770ae6ec8352c47662 100644 (file)
@@ -400,7 +400,8 @@ static int modulecmp (const void *a, const void *b)
  * \param p_this the vlc object
  * \param psz_capability list of capabilities needed
  * \param psz_name name of the module asked
- * \param b_strict TRUE yto use the strict mode
+ * \param b_strict if true, do not fallback to plugin with a different name
+ *                 but the same capability
  * \return the module or NULL in case of a failure
  */
 module_t * __module_need( vlc_object_t *p_this, const char *psz_capability,