Go to the source code of this file.
Definitions for routines for file sets.
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
◆ fileset_dlg_add_file()
void fileset_dlg_add_file |
( |
fileset_entry * |
entry, |
|
|
void * |
window |
|
) |
| |
Add an entry to our dialog / window. Called by fileset_update_dlg. Must be implemented in the UI.
- Parameters
-
entry | The new fileset entry. |
window | Window / dialog reference provided by the UI code. |
◆ fileset_dlg_begin_add_file()
void fileset_dlg_begin_add_file |
( |
void * |
window | ) |
|
Notify our dialog / window that we're about to add files. Called by fileset_update_dlg. Must be implemented in the UI.
- Parameters
-
window | Window / dialog reference provided by the UI code. |
◆ fileset_dlg_end_add_file()
void fileset_dlg_end_add_file |
( |
void * |
window | ) |
|
Notify our dialog / window that we're done adding files. Called by fileset_update_dlg. Must be implemented in the UI.
- Parameters
-
window | Window / dialog reference provided by the UI code. |