:right-sidebar: True UnixOutputStream =================================================================== .. currentmodule:: gi.repository.Gio .. deprecated:: PyGObject-3.16.0 Gio.UnixOutputStream is deprecated; use GioUnix.OutputStream instead .. class:: UnixOutputStream(**properties: ~typing.Any) :no-contents-entry: :Constructors: :: OutputStream(**properties) new(fd:int, close_fd:bool) -> Gio.OutputStream Constructors ------------ .. rst-class:: interim-class .. class:: UnixOutputStream :no-index: .. classmethod:: new(fd: int, close_fd: bool) -> ~gi.repository.Gio.OutputStream :param fd: :param close_fd: Methods ------- .. rst-class:: interim-class .. class:: UnixOutputStream :no-index: .. method:: get_close_fd() -> bool .. method:: get_fd() -> int .. method:: set_close_fd(close_fd: bool) -> None :param close_fd: Properties ---------- .. rst-class:: interim-class .. class:: UnixOutputStream :no-index: .. attribute:: props.close_fd :type: bool .. attribute:: props.fd :type: int Fields ------ .. rst-class:: interim-class .. class:: UnixOutputStream :no-index: .. attribute:: parent_instance .. attribute:: priv