]> git.sesse.net Git - vlc/blobdiff - include/vlc_variables.h
Distribute include/vlc_plugin.h and src/config/intf.c
[vlc] / include / vlc_variables.h
index fedaaad20b4a1575bb70b8d5fc51ccc6cf568154..2755f7e350767275fc68ee30849eaf390ea1af69 100644 (file)
 #define VLC_VAR_SETTEXT             0x0014
 #define VLC_VAR_GETTEXT             0x0015
 
+#define VLC_VAR_GETMIN              0x0016
+#define VLC_VAR_GETMAX              0x0017
+#define VLC_VAR_GETSTEP             0x0018
+
 #define VLC_VAR_ADDCHOICE           0x0020
 #define VLC_VAR_DELCHOICE           0x0021
 #define VLC_VAR_CLEARCHOICES        0x0022
@@ -126,6 +130,8 @@ VLC_EXPORT( void, __var_OptionParse, ( vlc_object_t *, const char * ) );
 #define var_Command(a,b,c,d,e) __var_Command( VLC_OBJECT( a ), b, c, d, e )
 VLC_EXPORT( int, __var_Command, ( vlc_object_t *, const char *, const char *, const char *, char ** ) );
 
+VLC_EXPORT( vlc_mutex_t *, var_AcquireMutex, ( const char * ) );
+
 /**
  * __var_Create() with automatic casting.
  */