Searched refs:nreel (Results 1 – 1 of 1) sorted by relevance
880 void ncreel_destroy(ncreel* nreel){ in ncreel_destroy() argument881 if(nreel){ in ncreel_destroy()882 if(ncplane_set_widget(nreel->p, NULL, NULL) == 0){ in ncreel_destroy()884 while( (t = nreel->tablets) ){ in ncreel_destroy()885 ncreel_del(nreel, t); in ncreel_destroy()887 ncplane_destroy(nreel->p); in ncreel_destroy()889 free(nreel); in ncreel_destroy()897 int ncreel_tabletcount(const ncreel* nreel){ in ncreel_tabletcount() argument898 return nreel->tabletcount; in ncreel_tabletcount()