]> git.sesse.net Git - vlc/blobdiff - include/vlc_variables.h
Variable inheritance hints
[vlc] / include / vlc_variables.h
index 082660f8735c76ae1984746d85164d9ab7458e6e..79c95e3ac0de99acb9ce6f9bf91892e5991530ec 100644 (file)
@@ -61,6 +61,8 @@
 #define VLC_VAR_ISCOMMAND 0x2000
 
 /** Creation flag */
+/* If the variable is not found on the current module
+   search all parents and finally module config until found */
 #define VLC_VAR_DOINHERIT 0x8000
 /**@}*/