ELinks 0.18.0
|
Enumerations | |
enum | edit_dialog_type { EDIT_DLG_SEARCH , EDIT_DLG_ADD } |
Functions | |
void | do_edit_dialog (struct terminal *, int, char *, const char *, const char *, struct session *, struct dialog_data *, done_handler_T *when_done, void when_cancel(struct dialog *), void *, enum edit_dialog_type) |
enum edit_dialog_type |
void do_edit_dialog | ( | struct terminal * | term, |
int | intl, | ||
char * | title, | ||
const char * | src_name, | ||
const char * | src_url, | ||
struct session * | ses, | ||
struct dialog_data * | parent, | ||
done_handler_T * | when_done, | ||
void | when_cancelstruct dialog *, | ||
void * | done_data, | ||
enum | edit_dialog_type ) |