Method
Gtk.CellArea.cell_get
Declaration [src]
void
gtk_cell_area_cell_get (
  GtkCellArea* area,
  GtkCellRenderer* renderer,
  const char* first_prop_name,
  ...
)
Parameters
| renderer | GtkCellRenderer | 
| a  | |
| Ownership is not transferred to the callee | |
| first_prop_name | const char* | 
| the name of the first cell property to get | |
| Ownership is not transferred to the callee | |
| The string is a NUL terminated UTF-8 string | |
| ... |  | 
| return location for the first cell property, followed
    optionally by more name/return location pairs, followed by  |