00001 00002 00003 00004 00005 00006 00007 00008 // call once with the location of all your lovely .so files :) 00009 // the cell it returns shall contain a tree of .so libraries found 00010 00011 vcell *liqcell_classfactory_masterinit(char *widgetpath); 00012 00013 00014 00015 // create a cell by using a specific factory 00016 vcell *liqcell_classfactory_create(vcell *classfactory,char *classname); 00017 00018 00019 00020 // create a cell by using a specific factory 00021 //vcell *liqcell_classfactory_call_create(vcell *self); 00022