X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=inline;f=include%2Fvlc_objects.h;h=7e87b9e49d603d1040fe429251cb7ac690aaac7f;hb=4f86b958a07865f443eef419a6e609f75568492a;hp=6c040393c2531156436d26bc83f501e87517626a;hpb=eb44afac8a6a0ca1c1540ed1c4981063814e4a12;p=vlc diff --git a/include/vlc_objects.h b/include/vlc_objects.h index 6c040393c2..7e87b9e49d 100644 --- a/include/vlc_objects.h +++ b/include/vlc_objects.h @@ -1,7 +1,7 @@ /***************************************************************************** - * vlc_objects.h: vlc_object_t definition. + * vlc_objects.h: vlc_object_t definition and manipulation methods ***************************************************************************** - * Copyright (C) 2002 VideoLAN + * Copyright (C) 2002 the VideoLAN team * $Id$ * * Authors: Samuel Hocevar @@ -18,7 +18,7 @@ * * 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., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ /** @@ -57,6 +57,10 @@ #define VLC_OBJECT_VOD (-23) #define VLC_OBJECT_SPU (-24) #define VLC_OBJECT_TLS (-25) +#define VLC_OBJECT_SD (-26) +#define VLC_OBJECT_XML (-27) +#define VLC_OBJECT_OSDMENU (-28) +#define VLC_OBJECT_STATS (-29) #define VLC_OBJECT_GENERIC (-666)