Commit c5f4e7f8 authored by Damien Fouilleul's avatar Damien Fouilleul

libvlc: document that libvlc_new() MUST have a program path in argv[0]

parent 2bd9ccb5
......@@ -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 *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment