Method
GtkCellAreacell_set_valist
Declaration [src]
void
gtk_cell_area_cell_set_valist (
  GtkCellArea* area,
  GtkCellRenderer* renderer,
  const char* first_property_name,
  va_list var_args
)
Parameters
| renderer | GtkCellRenderer | 
| A  | |
| The data is owned by the caller of the function. | |
| first_property_name | const char* | 
| The name of the first cell property to set. | |
| The data is owned by the caller of the function. | |
| The string is a NUL terminated UTF-8 string. | |
| var_args | va_list | 
| A  |