]> git.sesse.net Git - vlc/blobdiff - include/vlc_update.h
Added INPUT_EVENT_ITEM_EPG event.
[vlc] / include / vlc_update.h
index c7795c98622e4631f1c9379e9b882689fb0ebd26..7365d65d3a6c911738e9a207715ee72b6c463034 100644 (file)
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
-#ifndef _VLC_UPDATE_H
-#define _VLC_UPDATE_H
+#ifndef VLC_UPDATE_H
+#define VLC_UPDATE_H
+
+/**
+ * \file
+ * This file defines update API in vlc
+ */
 
 /**
  * \defgroup update Update
@@ -46,7 +51,6 @@ struct update_release_t
     char* psz_desc;     ///< Release description
 };
 
-
 #endif /* UPDATE_CHECK */
 
 typedef struct update_release_t update_release_t;
@@ -59,7 +63,6 @@ VLC_EXPORT( void, update_Check, ( update_t *, void (*callback)( void*, bool ), v
 VLC_EXPORT( bool, update_NeedUpgrade, ( update_t * ) );
 VLC_EXPORT( void, update_Download, ( update_t *, const char* ) );
 VLC_EXPORT( update_release_t*, update_GetRelease, ( update_t * ) );
-VLC_EXPORT( void, update_WaitDownload, ( update_t * ) );
 
 /**
  * @}