Free the private data attached to the MuttWindow. More...
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() -. | |
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.
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.
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.
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.
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.
|
static |
Free the private data of the Simple Bar - Implements MuttWindow::wdata_free() -.
Definition at line 178 of file sbar.c.
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.
|
static |
Free the private data - Implements MuttWindow::wdata_free() -.
Definition at line 299 of file ibar.c.
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.
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.
|
static |
|
static |
Free the private data - Implements MuttWindow::wdata_free() -.
Definition at line 296 of file pbar.c.
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.
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.