PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwt_BackendIfaceRegisterCallbacks()

void lwt_BackendIfaceRegisterCallbacks ( LWT_BE_IFACE iface,
const LWT_BE_CALLBACKS cb 
)

Register backend callbacks into the opaque iface handler.

Parameters
ifacethe backend interface handler (see lwt_CreateBackendIface)
cba pointer to the callbacks structure; ownership left to caller.

Definition at line 115 of file lwgeom_topo.c.

117{
118 iface->cb = cb;
119}
const LWT_BE_CALLBACKS * cb

References LWT_BE_IFACE_T::cb.