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

Non blocking update availability verification. More...

#include <update.h>

Collaboration diagram for update_check_thread_t:
[legend]

Data Fields

vlc_thread_t thread
 
update_tp_update
 
void(* pf_callback )(void *, bool)
 
void * p_data
 

Detailed Description

Non blocking update availability verification.

Field Documentation

◆ p_data

void* update_check_thread_t::p_data

Referenced by update_Check(), and update_CheckReal().

◆ p_update

update_t* update_check_thread_t::p_update

Referenced by update_Check(), and update_CheckReal().

◆ pf_callback

void(* update_check_thread_t::pf_callback) (void *, bool)

Referenced by update_Check(), and update_CheckReal().

◆ thread

vlc_thread_t update_check_thread_t::thread

Referenced by update_Check(), and update_Delete().


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