intf_dialog_args_t Struct Reference
[Interface]

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

Collaboration diagram for intf_dialog_args_t:

Collaboration graph
[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
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

intf_thread_t* intf_dialog_args_t::p_intf

char* intf_dialog_args_t::psz_title

char** intf_dialog_args_t::psz_results

int intf_dialog_args_t::i_results

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

void* intf_dialog_args_t::p_arg

char* intf_dialog_args_t::psz_extensions

bool intf_dialog_args_t::b_save

bool intf_dialog_args_t::b_multiple

interaction_dialog_t* intf_dialog_args_t::p_dialog


The documentation for this struct was generated from the following file:
Generated on Wed Aug 13 09:15:04 2008 for VLC by  doxygen 1.5.1