[vlc-devel] commit: Usefull coment instead of "Gruik" (evenif I like the previous one.. .) ( Rémi Duraffort )
Rémi Duraffort
ivoire at via.ecp.fr
Thu Jul 31 21:48:37 CEST 2008
> > + /* Launch the callback associated with this variable */
> > char *psz_urls = var_CreateGetString( p_sd, "podcast-urls" );
> var_CreateGetString will not launch any callbacks, it will just do the
> inherit thing.
>
> I think it can safely be replaced by
> var_Create( p_sd, "podcast-urls", VLC_VAR_STRING | VLC_VAR_DOINHERIT );
> if you prefer (look at vlc_variables.h)
Thanks for the comment.
I had changed to var_Create.
--
ivoire | Rémi Duraffort
More information about the vlc-devel
mailing list