Virtual Method

GioFileIOStreamget_etag

since: 2.22

Declaration

char*
get_etag (
  GFileIOStream* stream
)

Description

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.

Available since: 2.22

Return value

Type: char*

The entity tag for the stream.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.