From: Damien Fouilleul Date: Thu, 21 Feb 2008 14:38:46 +0000 (+0000) Subject: libvlc: document that libvlc_new() MUST have a program path in argv[0] X-Git-Tag: 0.9.0-test0~2579 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=c5f4e7f8fe242dad0ca58c3706b228c63a617da4;p=vlc libvlc: document that libvlc_new() MUST have a program path in argv[0] --- diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h index 9d6774ec5a..c34a37a94c 100644 --- a/include/vlc/libvlc.h +++ b/include/vlc/libvlc.h @@ -104,7 +104,7 @@ libvlc_exception_get_message( const libvlc_exception_t *p_exception ); /** * Create an initialized libvlc instance. * \param argc the number of arguments - * \param argv command-line-type arguments + * \param argv command-line-type arguments (argv[0] must be the path of calling program) * \param exception an initialized exception pointer */ VLC_PUBLIC_API libvlc_instance_t *