![]() |
Diffusion C API 6.12.0
|
Structure describing a request to remove a topic view. More...
#include <topic-views.h>
Data Fields | |
| const char * | view |
| The name of the view to be removed. | |
| on_topic_view_response_cb | on_topic_view_removed |
| Callback when the topic view is removed. | |
| ERROR_HANDLER_T | on_error |
| Callback to handle errors. Can be NULL. | |
| DISCARD_HANDLER_T | on_discard |
| Callback to handle discards. Can be NULL. | |
| void * | context |
| User-supplied context returned to callbacks. | |
Structure describing a request to remove a topic view.