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

Arguments passed to a dialogs provider This describes the arguments passed to the dialogs provider. More...

#include <vlc_interface.h>

Collaboration diagram for intf_dialog_args_t:
[legend]

Data Fields

intf_thread_tp_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_tp_dialog
 

Detailed Description

Arguments passed to a dialogs provider This describes the arguments passed to the dialogs provider.

They are mainly used with INTF_DIALOG_FILE_GENERIC.

Field Documentation

◆ b_multiple

bool intf_dialog_args_t::b_multiple

◆ b_save

bool intf_dialog_args_t::b_save

◆ i_results

int intf_dialog_args_t::i_results

◆ p_arg

void* intf_dialog_args_t::p_arg

◆ p_dialog

struct interaction_dialog_t* intf_dialog_args_t::p_dialog

◆ p_intf

intf_thread_t* intf_dialog_args_t::p_intf

◆ pf_callback

void(* intf_dialog_args_t::pf_callback) (intf_dialog_args_t *)

◆ psz_extensions

char* intf_dialog_args_t::psz_extensions

◆ psz_results

char** intf_dialog_args_t::psz_results

◆ psz_title

char* intf_dialog_args_t::psz_title

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