GtkCellLayoutIface.getCells

struct GtkCellLayoutIface
extern (C)
GList* function(GtkCellLayout* cellLayout) getCells;

Return Value

a list of cell renderers. The list, but not the renderers has been newly allocated and should be freed with g_list_free() when no longer needed.

Meta