Defines | |
| #define | update_New(a) update_New( VLC_OBJECT( a ) ) |
Typedefs | |
| typedef struct update_release_t | update_release_t |
Functions | |
| VLC_API update_t * | update_New (vlc_object_t *) |
| VLC_API void | update_Delete (update_t *) |
| VLC_API void | update_Check (update_t *, void(*callback)(void *, bool), void *) |
| VLC_API bool | update_NeedUpgrade (update_t *) |
| VLC_API void | update_Download (update_t *, const char *) |
| VLC_API update_release_t * | update_GetRelease (update_t *) |
| #define update_New | ( | a | ) | update_New( VLC_OBJECT( a ) ) |
| typedef struct update_release_t update_release_t |
| VLC_API void update_Check | ( | update_t * | , | |
| void(*)(void *, bool) | callback, | |||
| void * | ||||
| ) |
| VLC_API void update_Delete | ( | update_t * | ) |
| VLC_API void update_Download | ( | update_t * | , | |
| const char * | ||||
| ) |
| VLC_API update_release_t* update_GetRelease | ( | update_t * | ) |
| VLC_API bool update_NeedUpgrade | ( | update_t * | ) |
| VLC_API update_t* update_New | ( | vlc_object_t * | ) |
1.7.1