Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/rlottie
/ onExitCb
Function
onExitCb
example/lottieviewtest.cpp:114–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
};
113
114
static void
115
onExitCb(void *data, void */*extra*/)
116
{
117
LottieViewTest *view = (LottieViewTest *)data;
118
delete view;
119
}
120
121
122
static Eina_Bool
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected