Method

GtkCellAreaattribute_disconnect

since: 3.0

Declaration [src]

void
gtk_cell_area_attribute_disconnect (
  GtkCellArea* area,
  GtkCellRenderer* renderer,
  const gchar* attribute
)

Description [src]

Disconnects attribute for the renderer in area so that attribute will no longer be updated with values from the model.

Available since: 3.0

Parameters

renderer

Type: GtkCellRenderer

The GtkCellRenderer to disconnect an attribute for.

The data is owned by the caller of the method.
attribute

Type: const gchar*

The attribute name.

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