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