Method
Gtk.ListItem.get_child
Declaration [src]
GtkWidget*
gtk_list_item_get_child (
  GtkListItem* self
)
Description [src]
Gets the child previously set via gtk_list_item_set_child() or
NULL if none was set.
| Gets property | Gtk.ListItem:child | 
Return value
| Returns: GtkWidget | |
| The child | |
| Ownership is not transferred to the caller | |
| Can be NULL | |