UnixInputStream#

Deprecated since version PyGObject-3.16.0: Gio.UnixInputStream is deprecated; use GioUnix.InputStream instead

class UnixInputStream(**properties: Any)#
Constructors:

InputStream(**properties)
new(fd:int, close_fd:bool) -> Gio.InputStream

Constructors#

class UnixInputStream
classmethod new(fd: int, close_fd: bool) InputStream#
Parameters:
  • fd

  • close_fd

Methods#

class UnixInputStream
get_close_fd() bool#
get_fd() int#
set_close_fd(close_fd: bool) None#
Parameters:

close_fd

Properties#

class UnixInputStream
props.close_fd: bool#
props.fd: int#

Fields#

class UnixInputStream
parent_instance#
priv#