Method
GtkCellAreacell_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 |
|
The data is owned by the caller of the function. | |
property_name |
const char* |
The name of the property to get. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
value |
GValue |
A location to return the value. |
|
The data is owned by the caller of the function. |