Gtk.Container.prototype.child_type

function child_type():GType {
    // Gjs wrapper for gtk_container_child_type()
}

Returns the type of the children supported by the container.

Note that this may return %G_TYPE_NONE to indicate that no more children can be added, e.g. for a Gtk.Paned which already has two children.

Returns

a GLib.Type.