]> git.sesse.net Git - vlc/blobdiff - include/vlc/vlc.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / include / vlc / vlc.h
index 8527559d14317f20c0d97f58b61b5e1ddd57a59d..73b4922a757242cf954b153516768000a9e5db9f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlc.h: global header for libvlc
  *****************************************************************************
- * Copyright (C) 1998-2004 the VideoLAN team
+ * Copyright (C) 1998-2008 the VideoLAN team
  * $Id$
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
 #ifndef VLC_VLC_H
 #define VLC_VLC_H 1
 
+/**
+ * \file
+ * This file defines libvlc new external API
+ */
+
 # ifdef __cplusplus
 extern "C" {
 # endif
 
 #include <vlc/libvlc_structures.h>
-#include <vlc/libvlc_events.h>
 #include <vlc/libvlc.h>
+#include <vlc/libvlc_media.h>
+#include <vlc/libvlc_media_player.h>
 #include <vlc/libvlc_media_list.h>
+#include <vlc/libvlc_media_list_player.h>
+#include <vlc/libvlc_media_library.h>
+#include <vlc/libvlc_media_discoverer.h>
+#include <vlc/libvlc_events.h>
 #include <vlc/libvlc_vlm.h>
 #include <vlc/deprecated.h>