VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
update.c File Reference

This file contains functions related to VLC update management. More...

Include dependency graph for update.c:

Functions

update_tupdate_New (((vlc_object_t *)(vlc_object_t *p_this)))
void update_Delete (update_t *p_update)
void update_Check (update_t *p_update, void(*pf_callback)(void *, bool), void *p_data)
bool update_NeedUpgrade (update_t *p_update)
void update_Download (update_t *p_update, const char *psz_destdir)
update_release_tupdate_GetRelease (update_t *p_update)

Detailed Description

This file contains functions related to VLC update management.

Function Documentation

update_t* update_New ( ((vlc_object_t *)(vlc_object_t *p_this))  )