X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fvlc_playlist.h;h=ca422608889bdea7adfa1dbe03a1f580e9b92e0c;hb=724284bc613404436b561e73fe4daea1e494879e;hp=de907db73aaa1826876d26462c0029f86c01e1dc;hpb=7f9d5e6d1fcf0a1461a30de1d5db3d925e66a03a;p=vlc diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h index de907db73a..ca42260888 100644 --- a/include/vlc_playlist.h +++ b/include/vlc_playlist.h @@ -1,24 +1,24 @@ /***************************************************************************** * vlc_playlist.h : Playlist functions ***************************************************************************** - * Copyright (C) 1999-2004 the VideoLAN team + * Copyright (C) 1999-2004 VLC authors and VideoLAN * $Id$ * * Authors: Samuel Hocevar * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ #ifndef VLC_PLAYLIST_H_ @@ -109,9 +109,8 @@ TYPEDEF_ARRAY(playlist_item_t*, playlist_item_array_t) * - "playlist-item-deleted": It will contain the playlist_item_t->i_id of a * deleted playlist_item_t. * - * - "leaf-to-parent": Set when an item gets subitems and is transformed to a - * node. It will contain a pointer to the input_item_t bound to the transformed - * playlist item. + * - "leaf-to-parent": It will contain the playlist_item_t->i_id of an item that is transformed + * into a node. * * The playlist contains rate-variable which is propagated to current input if available * also rate-slower/rate-faster is in use @@ -325,7 +324,7 @@ VLC_API int playlist_ServicesDiscoveryAdd(playlist_t *, const char *); /** Remove a services discovery module by name */ VLC_API int playlist_ServicesDiscoveryRemove(playlist_t *, const char *); /** Check whether a given SD is loaded */ -VLC_API bool playlist_IsServicesDiscoveryLoaded( playlist_t *,const char *); +VLC_API bool playlist_IsServicesDiscoveryLoaded( playlist_t *,const char *) VLC_DEPRECATED; /** Query a services discovery */ VLC_API int playlist_ServicesDiscoveryControl( playlist_t *, const char *, int, ... );