:right-sidebar: True InputVector =================================================================== .. currentmodule:: gi.repository.Gio .. versionadded:: 2.22 .. class:: InputVector(*args, **kwargs) :no-contents-entry: Structure used for scatter/gather data input. You generally pass in an array of :obj:`~gi.repository.Gio.InputVector` and the operation will store the read data starting in the first buffer, switching to the next as needed. Fields ------ .. rst-class:: interim-class .. class:: InputVector :no-index: .. attribute:: buffer Pointer to a buffer where data will be written. .. attribute:: size The available size in ``buffer``\.