Method
GtkCellLayoutget_cells
Declaration [src]
GList*
gtk_cell_layout_get_cells (
GtkCellLayout* cell_layout
)
Return value
Returns: | 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 function takes ownership of the data container, but not the data inside it. |