VLC  3.0.15
Data Fields
update_t Struct Reference

The update object. More...

Collaboration diagram for update_t:
Collaboration graph
[legend]

Data Fields

libvlc_int_tp_libvlc
 
vlc_mutex_t lock
 
struct update_release_t release
 Release (version) More...
 
public_key_tp_pkey
 
update_download_thread_tp_download
 
update_check_thread_tp_check
 

Detailed Description

The update object.

Stores (and caches) all information relative to updates

Field Documentation

◆ lock

vlc_mutex_t update_t::lock

Referenced by update_Delete(), and update_New().

◆ p_check

update_check_thread_t* update_t::p_check

◆ p_download

update_download_thread_t* update_t::p_download

◆ p_libvlc

libvlc_int_t* update_t::p_libvlc

◆ p_pkey

public_key_t* update_t::p_pkey

◆ release

struct update_release_t update_t::release

Release (version)

Referenced by EmptyRelease(), GetUpdateFile(), update_Delete(), and update_New().


The documentation for this struct was generated from the following file: