Class method

GtkCellAreaClassinstall_cell_property

since: 3.0

Declaration [src]

void
gtk_cell_area_class_install_cell_property (
  GtkCellAreaClass* aclass,
  guint property_id,
  GParamSpec* pspec
)

Description [src]

Installs a cell property on a cell area class.

Available since: 3.0

Parameters

property_id

Type: guint

The id for the property.

pspec

Type: GParamSpec

The GParamSpec for the property.

The data is owned by the caller of the method.