VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs | Functions
vlc_update.h File Reference

This file defines update API in vlc. More...

Include dependency graph for vlc_update.h:

Go to the source code of this file.

Macros

#define update_New(a)   update_New( VLC_OBJECT( a ) )

Typedefs

typedef struct update_release_t update_release_t

Functions

update_tupdate_New (vlc_object_t *)
void update_Delete (update_t *)
void update_Check (update_t *, void(*callback)(void *, bool), void *)
bool update_NeedUpgrade (update_t *)
void update_Download (update_t *, const char *)
update_release_tupdate_GetRelease (update_t *)

Detailed Description

This file defines update API in vlc.