Method
Gtk.CellArea.cell_get_property
Declaration [src]
void
gtk_cell_area_cell_get_property (
GtkCellArea* area,
GtkCellRenderer* renderer,
const char* property_name,
GValue* value
)
Parameters
renderer |
GtkCellRenderer |
a |
|
Ownership is not transferred to the callee | |
property_name |
const char* |
the name of the property to get |
|
Ownership is not transferred to the callee | |
The string is a NUL terminated UTF-8 string | |
value |
GValue* |
a location to return the value |
|
Ownership is not transferred to the callee |