Method

GtkCellLayoutget_cells

since: 2.12

Declaration [src]

GList*
gtk_cell_layout_get_cells (
  GtkCellLayout* cell_layout
)

Description [src]

Returns the cell renderers which have been added to cell_layout.

Available since: 2.12

Return value

Type: A list of GtkCellRenderer*

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.
The caller of the method takes ownership of the returned data container, but not the data inside it.