Name
e_popup_class_remove_factory —
Synopsis
void e_popup_class_remove_factory ( | klass, | |
| | f); | |
| EPopupClass * | klass; |
| EPopupFactory * | f; |
Arguments
- klass
The EPopup derived class.
- f
The factory handle returned by e_popup_class_add_factory.
Description
Remove a popup menu factory. If it has not been added, or it has
already been removed, then the result is undefined (i.e. it will
crash).
Generally factories are static for the life of the application, and
so do not need to be removed.