Class method

GtkCellAreaClassfind_cell_property

since: 3.0

Declaration [src]

GParamSpec*
gtk_cell_area_class_find_cell_property (
  GtkCellAreaClass* aclass,
  const gchar* property_name
)

Description [src]

Finds a cell property of a cell area class by name.

Available since: 3.0

Parameters

property_name

Type: const gchar*

The name of the child property to find.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: GParamSpec

The GParamSpec of the child property or NULL if aclass has no child property with that name.

The returned data is owned by the class.