|
VLC 4.0.0-dev
|
The update object. More...
#include <update.h>
Data Fields | |
| libvlc_int_t * | p_libvlc |
| vlc_mutex_t | lock |
| struct update_release_t | release |
| Release (version) | |
| public_key_t * | p_pkey |
| update_download_thread_t * | p_download |
| update_check_thread_t * | p_check |
The update object.
Stores (and caches) all information relative to updates
| vlc_mutex_t update_t::lock |
Referenced by update_CheckReal(), and update_New().
| update_check_thread_t* update_t::p_check |
Referenced by update_Check(), update_Delete(), and update_New().
| update_download_thread_t* update_t::p_download |
Referenced by update_Delete(), update_Download(), and update_New().
| libvlc_int_t* update_t::p_libvlc |
Referenced by GetUpdateFile(), update_Download(), and update_New().
| public_key_t* update_t::p_pkey |
Referenced by GetUpdateFile(), update_Delete(), update_DownloadReal(), and update_New().
| struct update_release_t update_t::release |
Release (version)
Referenced by EmptyRelease(), GetUpdateFile(), update_Delete(), update_DownloadReal(), update_GetRelease(), update_NeedUpgrade(), and update_New().