Method
GtkListItemget_item
Declaration [src]
GObject*
gtk_list_item_get_item (
  GtkListItem* self
)
Description [src]
Gets the model item that associated with self.
If self is unbound, this function returns NULL.
| Gets property | Gtk.ListItem:item | 
Return value
Type: GObject
The item displayed.
| The data is owned by the instance. | 
| The return value can be NULL. |