X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_update.h;h=1bb91f90fadfe2037b178bc208d494614c4b4851;hb=c90c5e397973276638dd41c610414eb563f03829;hp=4bc7fd308d5c9d766714a6b67b1402220bb7c8ae;hpb=312324cd44cf10c2b090e91eefe8242a62cbeb1b;p=vlc diff --git a/include/vlc_update.h b/include/vlc_update.h index 4bc7fd308d..1bb91f90fa 100644 --- a/include/vlc_update.h +++ b/include/vlc_update.h @@ -22,8 +22,13 @@ * 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,6 +63,7 @@ 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 * ) ); /** * @}