Method

GtkColumnViewRowget_item

since: 4.12

Declaration [src]

GObject*
gtk_column_view_row_get_item (
  GtkColumnViewRow* self
)

Description [src]

Gets the model item that associated with self.

If self is unbound, this function returns NULL.

Available since: 4.12

Gets propertyGtk.ColumnViewRow:item

Return value

Type: GObject

The item displayed.

The returned data is owned by the instance.
The return value can be NULL.