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