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() -. | |
void | autocrypt_data_free (struct Menu *menu, void **ptr) |
Free Autocrypt Data - Implements Menu::mdata_free() -. | |
void | attach_data_free (struct Menu *menu, void **ptr) |
Free the Compose Attach Data - Implements Menu::mdata_free() -. | |
void | pattern_data_free (struct Menu *menu, void **ptr) |
Free Pattern Data - 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.
void autocrypt_data_free | ( | struct Menu * | menu, |
void ** | ptr | ||
) |
Free Autocrypt Data - Implements Menu::mdata_free() -.
Definition at line 70 of file autocrypt_data.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.
void pattern_data_free | ( | struct Menu * | menu, |
void ** | ptr | ||
) |
Free Pattern Data - Implements Menu::mdata_free() -.
Definition at line 49 of file pattern_data.c.