Method
GioFileInfoget_etag
Declaration [src]
const char*
g_file_info_get_etag (
GFileInfo* info
)
Description [src]
Gets the entity tag for a given
GFileInfo
. See G_FILE_ATTRIBUTE_ETAG_VALUE
.
It is an error to call this if the GFileInfo
does not contain
G_FILE_ATTRIBUTE_ETAG_VALUE
.