Browse Source

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

pull/2/head
Damien Fouilleul 19 years ago
parent
commit
c5f4e7f8fe
  1. 2
      include/vlc/libvlc.h

2
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 *

Loading…
Cancel
Save