VLC 4.0.0-dev
Loading...
Searching...
No Matches
update_t Struct Reference

The update object. More...

#include <update.h>

Collaboration diagram for update_t:
[legend]

Data Fields

libvlc_int_tp_libvlc
 
vlc_mutex_t lock
 
struct update_release_t release
 Release (version)
 
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_CheckReal(), 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

◆ release


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