1 2 3 4 5 6 7 8 9
ECell * e_cell_string_new (void) { ECell *ecell; ecell = gtk_type_new (ecell); return ecell; }