MCPcopy 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
114static void
115onExitCb(void *data, void */*extra*/)
116{
117 LottieViewTest *view = (LottieViewTest *)data;
118 delete view;
119}
120
121
122static Eina_Bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected