Skip to content
Snippets Groups Projects

lib: play/add_intf/exit_handler cleanup

Merged Thomas Guillem requested to merge tguillem/vlc:lib-playlist-removal into master
3 files
+ 0
24
Compare changes
  • Side-by-side
  • Inline
Files
3
  • a58c260b
    lib: remove libvlc_add_intf · a58c260b
    Thomas Guillem authored
    libvlc_InternalAddIntf should be used instead (from bin and test). This
    function was confusing as the playlist used by the interface was not
    controllable by the LibVLC API.
+ 0
10
@@ -202,16 +202,6 @@ LIBVLC_API libvlc_instance_t *libvlc_retain( libvlc_instance_t *p_instance );
*/
LIBVLC_API int libvlc_abi_version(void);
/**
* Try to start a user interface for the libvlc instance.
*
* \param p_instance the instance
* \param name interface name, or NULL for default
* \return 0 on success, -1 on error.
*/
LIBVLC_API
int libvlc_add_intf( libvlc_instance_t *p_instance, const char *name );
/**
* Registers a callback for the LibVLC exit event. This is mostly useful if
* the VLC playlist and/or at least one interface are started with
Loading