Free the private data attached to the Menu. More...
Functions | |
void | attach_private_data_free (struct Menu *menu, void **ptr) |
Free the Attach Data - Implements Menu::mdata_free() -. | |
static void | autocrypt_menu_free (struct Menu *menu, void **ptr) |
Free the Autocrypt account Menu - Implements Menu::mdata_free() -. | |
void | attach_data_free (struct Menu *menu, void **ptr) |
Free the Compose Attach Data - Implements Menu::mdata_free() -. | |
static void | gpgme_key_table_free (struct Menu *menu, void **ptr) |
Free the key table - Implements Menu::mdata_free() -. | |
static void | pgp_key_table_free (struct Menu *menu, void **ptr) |
Free the key table - Implements Menu::mdata_free() -. | |
static void | smime_key_table_free (struct Menu *menu, void **ptr) |
Free the key table - Implements Menu::mdata_free() -. | |
static void | free_pattern_menu (struct Menu *menu, void **ptr) |
Free the Pattern Completion menu - Implements Menu::mdata_free() -. | |
Free the private data attached to the Menu.
void attach_private_data_free | ( | struct Menu * | menu, |
void ** | ptr | ||
) |
Free the Attach Data - Implements Menu::mdata_free() -.
menu | Menu |
ptr | Attach Data to free |
Definition at line 38 of file private_data.c.
|
static |
Free the Autocrypt account Menu - Implements Menu::mdata_free() -.
Definition at line 216 of file dlg_autocrypt.c.
void attach_data_free | ( | struct Menu * | menu, |
void ** | ptr | ||
) |
Free the Compose Attach Data - Implements Menu::mdata_free() -.
Definition at line 37 of file attach_data.c.
|
static |
Free the key table - Implements Menu::mdata_free() -.
Definition at line 558 of file dlg_gpgme.c.
|
static |
Free the key table - Implements Menu::mdata_free() -.
Definition at line 552 of file dlg_pgp.c.
|
static |
Free the key table - Implements Menu::mdata_free() -.
Definition at line 187 of file dlg_smime.c.
|
static |
Free the Pattern Completion menu - Implements Menu::mdata_free() -.
Definition at line 155 of file dlg_pattern.c.