Free the private data attached to the Menu. More...
Collaboration diagram for mdata_free():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.
Here is the caller graph for this function:| void autocrypt_data_free | ( | struct Menu * | menu, |
| void ** | ptr ) |
Free Autocrypt Data - Implements Menu::mdata_free() -.
Definition at line 72 of file autocrypt_data.c.
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
Here is the caller graph for this function: