Method
GtkCellAreacell_get_property
since: 3.0
Declaration [src]
void
gtk_cell_area_cell_get_property (
GtkCellArea* area,
GtkCellRenderer* renderer,
const gchar* property_name,
GValue* value
)
Parameters
renderer
-
Type:
GtkCellRenderer
A
GtkCellRenderer
insidearea
.The data is owned by the caller of the method. property_name
-
Type:
const gchar*
The name of the property to get.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. value
-
Type:
GValue
A location to return the value.
The data is owned by the caller of the method.