VLC 4.0.0-dev
|
Arguments passed to a dialogs provider This describes the arguments passed to the dialogs provider. More...
#include <vlc_interface.h>
Data Fields | |
intf_thread_t * | p_intf |
char * | psz_title |
char ** | psz_results |
int | i_results |
void(* | pf_callback )(intf_dialog_args_t *) |
void * | p_arg |
char * | psz_extensions |
bool | b_save |
bool | b_multiple |
struct interaction_dialog_t * | p_dialog |
Arguments passed to a dialogs provider This describes the arguments passed to the dialogs provider.
They are mainly used with INTF_DIALOG_FILE_GENERIC.
bool intf_dialog_args_t::b_multiple |
bool intf_dialog_args_t::b_save |
int intf_dialog_args_t::i_results |
void* intf_dialog_args_t::p_arg |
struct interaction_dialog_t* intf_dialog_args_t::p_dialog |
intf_thread_t* intf_dialog_args_t::p_intf |
void(* intf_dialog_args_t::pf_callback) (intf_dialog_args_t *) |
char* intf_dialog_args_t::psz_extensions |
char** intf_dialog_args_t::psz_results |
char* intf_dialog_args_t::psz_title |