|
rlib
Convenience library for useful things
|
Callback context for a function that returns rboolean.
More...
#include <rlib/data/rcbctx.h>
Data Fields | |
| RFuncReturn | cb |
| rpointer | data |
| RDestroyNotify | datanotify |
| rpointer | user |
| RDestroyNotify | usernotify |
Callback context for a function that returns rboolean.
Used by RCBRList where the call result drives whether the iteration continues.
| RFuncReturn RFuncReturnCallbackCtx::cb |
Function to call.
| rpointer RFuncReturnCallbackCtx::data |
First argument (function-side data).
| RDestroyNotify RFuncReturnCallbackCtx::datanotify |
Destroy notifier for data.
| rpointer RFuncReturnCallbackCtx::user |
Second argument (caller-side cookie).
| RDestroyNotify RFuncReturnCallbackCtx::usernotify |
Destroy notifier for user.