Gio.FileIOStream.prototype.get_etag
function get_etag(): String { // Gjs wrapper for g_file_io_stream_get_etag() }
Gets the entity tag for the file when it has been written. This must be called after the stream has been written and closed, as the etag can change while writing.
Since 2.22
- Returns
the entity tag for the stream.