def clear_pending ()
def close (cancellable
=None)
def close_async (callback
, io_priority
=glib.PRIORITY_DEFAULT, cancellable
=None, user_data
=None)
def close_finish (result
)
def flush (cancellable
=None)
def flush_async (callback
, io_priority
=glib.PRIORITY_DEFAULT, cancellable
=None, user_data
=None)
def flush_finish (result
)
def has_pending ()
def is_closed ()
def set_pending ()
def splice (cancellable
=None, flags
=gio.OUTPUT_STREAM_SPLICE_NONE)
def splice_async (source
, callback
, flags
=gio.OUTPUT_STREAM_SPLICE_NONE, io_priority
=glib.PRIORITY_DEFAULT, cancellable
=None, user_data
=None)
def splice_finish (result
)
def write (buffer
, cancellable
=None)
def write_async (buffer
, callback
, io_priority
=glib.PRIORITY_DEFAULT, cancellable
=None, user_data
=None)
def write_finish (result
)