Free the private data attached to the MuttWindow. More...
Collaboration diagram for wdata_free():Functions | |
| void | browser_private_data_free (struct BrowserPrivateData **ptr) |
| Free Private Browser Data - Implements MuttWindow::wdata_free() -. | |
| void | cbar_data_free (struct MuttWindow *win, void **ptr) |
| Free the private Compose Bar data - Implements MuttWindow::wdata_free() -. | |
| static void | preview_wdata_free (struct MuttWindow *win, void **ptr) |
| Free the Preview Data - Implements MuttWindow::wdata_free() -. | |
| void | compose_shared_data_free (struct MuttWindow *win, void **ptr) |
| Free the compose shared data - Implements MuttWindow::wdata_free() -. | |
| void | env_wdata_free (struct MuttWindow *win, void **ptr) |
| Free the Envelope Data - Implements MuttWindow::wdata_free() -. | |
| void | msgwin_wdata_free (struct MuttWindow *win, void **ptr) |
| Free the private data - Implements MuttWindow::wdata_free() -. | |
| static void | sbar_wdata_free (struct MuttWindow *win, void **ptr) |
| Free the private data of the Simple Bar - Implements MuttWindow::wdata_free() -. | |
| void | helpbar_wdata_free (struct MuttWindow *win, void **ptr) |
| Free Helpbar Window data - Implements MuttWindow::wdata_free() -. | |
| static void | ibar_data_free (struct MuttWindow *win, void **ptr) |
| Free the private data - Implements MuttWindow::wdata_free() -. | |
| void | index_private_data_free (struct MuttWindow *win, void **ptr) |
| Free Private Index Data - Implements MuttWindow::wdata_free() -. | |
| void | index_shared_data_free (struct MuttWindow *win, void **ptr) |
| Free Shared Index Data - Implements MuttWindow::wdata_free() -. | |
| static void | menu_wdata_free (struct MuttWindow *win, void **ptr) |
| Free the Menu - Implements MuttWindow::wdata_free() -. | |
| static void | pbar_data_free (struct MuttWindow *win, void **ptr) |
| Free the private data - Implements MuttWindow::wdata_free() -. | |
| void | progress_wdata_free (struct MuttWindow *win, void **ptr) |
| Free Progress Bar Window data - Implements MuttWindow::wdata_free() -. | |
| void | sb_wdata_free (struct MuttWindow *win, void **ptr) |
| Free Sidebar Window data - Implements MuttWindow::wdata_free() -. | |
Free the private data attached to the MuttWindow.
| win | Window |
| ptr | Window data to free |
| void browser_private_data_free | ( | struct BrowserPrivateData ** | ptr | ) |
Free Private Browser Data - Implements MuttWindow::wdata_free() -.
Definition at line 37 of file private_data.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void cbar_data_free | ( | struct MuttWindow * | win, |
| void ** | ptr ) |
Free the private Compose Bar data - Implements MuttWindow::wdata_free() -.
Definition at line 36 of file cbar_data.c.
Here is the caller graph for this function:
|
static |
Free the Preview Data - Implements MuttWindow::wdata_free() -.
Definition at line 110 of file preview.c.
Here is the caller graph for this function:| void compose_shared_data_free | ( | struct MuttWindow * | win, |
| void ** | ptr ) |
Free the compose shared data - Implements MuttWindow::wdata_free() -.
Definition at line 36 of file shared_data.c.
Here is the caller graph for this function:| void env_wdata_free | ( | struct MuttWindow * | win, |
| void ** | ptr ) |
Free the Envelope Data - Implements MuttWindow::wdata_free() -.
Definition at line 39 of file wdata.c.
Here is the caller graph for this function:| void msgwin_wdata_free | ( | struct MuttWindow * | win, |
| void ** | ptr ) |
Free the private data - Implements MuttWindow::wdata_free() -.
Definition at line 37 of file msgwin_wdata.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Free the private data of the Simple Bar - Implements MuttWindow::wdata_free() -.
Definition at line 178 of file sbar.c.
Here is the caller graph for this function:| void helpbar_wdata_free | ( | struct MuttWindow * | win, |
| void ** | ptr ) |
Free Helpbar Window data - Implements MuttWindow::wdata_free() -.
Definition at line 47 of file wdata.c.
Here is the caller graph for this function:
|
static |
Free the private data - Implements MuttWindow::wdata_free() -.
Definition at line 300 of file ibar.c.
Here is the caller graph for this function:| void index_private_data_free | ( | struct MuttWindow * | win, |
| void ** | ptr ) |
Free Private Index Data - Implements MuttWindow::wdata_free() -.
Definition at line 36 of file private_data.c.
Here is the caller graph for this function:| void index_shared_data_free | ( | struct MuttWindow * | win, |
| void ** | ptr ) |
Free Shared Index Data - Implements MuttWindow::wdata_free() -.
Only notify is owned by IndexSharedData and should be freed.
Definition at line 278 of file shared_data.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Free the private data - Implements MuttWindow::wdata_free() -.
Definition at line 295 of file pbar.c.
Here is the caller graph for this function:| void progress_wdata_free | ( | struct MuttWindow * | win, |
| void ** | ptr ) |
Free Progress Bar Window data - Implements MuttWindow::wdata_free() -.
Definition at line 45 of file wdata.c.
Here is the caller graph for this function:| void sb_wdata_free | ( | struct MuttWindow * | win, |
| void ** | ptr ) |
Free Sidebar Window data - Implements MuttWindow::wdata_free() -.
Definition at line 56 of file wdata.c.
Here is the caller graph for this function: