Gio.DataOutputStream.prototype.put_int64
function put_int64(data: Number(gint64), cancellable: Gio.Cancellable): Boolean {
// Gjs wrapper for g_data_output_stream_put_int64()
}
Puts a signed 64-bit integer into the stream.
- data
a #gint64.
- cancellable
optional Gio.Cancellable object, null to ignore.
- Returns
true if data was successfully added to the stream.