[vlc-devel] Re: CVS Commit (gbazin)

Gildas Bazin gbazin at netcourrier.com
Mon May 5 00:45:28 CEST 2003


On Monday 05 May 2003 00:42, cvs at videolan.org wrote:
> Log Message:
> 
> * src/misc/variables.c, ALL: improvements to the object variables api.
>    - added another argument to var_Change().
>    - added a VLC_VAR_SETTEXT and VLC_VAR_GETTEXT method to var_Change()
>      that are used to set/get a friendly name to an object variable.
>    - added VLC_VAR_CHOICESCOUNT to var_Change() to be able to retrieve
>      the number of availabel choices without having to get their value 
>      as well.
>    - VLC_VAR_ADDCHOICE uses the extra var_Change() argument to assign
>      a friendly name to the choice value.
>    - VLC_VAR_GETCHOICES retrieves the choices values and their friendly
>      names.
> 
> * modules/gui/wxwindows/*: first step in implementing menu auto-generation 
in the wxWindows interface.
> 
> 

Forgot to say that the "audio-device" and "audio-channels" object variables 
are now implemented using integer values with an associated friendly name.

Currently the Mac OSX and win32 interfaces are broken due to this change.

--
Gildas
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list