]> git.sesse.net Git - vlc/commitdiff
libvlc: document that libvlc_new() MUST have a program path in argv[0]
authorDamien Fouilleul <damienf@videolan.org>
Thu, 21 Feb 2008 14:38:46 +0000 (14:38 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Thu, 21 Feb 2008 14:38:46 +0000 (14:38 +0000)
include/vlc/libvlc.h

index 9d6774ec5ae29542d0c353c1af4c6a3f0d81ef85..c34a37a94cae3871a3839dc9b620fc17d2b5e5c7 100644 (file)
@@ -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 *