Improving documentation for g_file_info_get_size, fixing #2333

This commit is contained in:
Uwe Scholz 2021-02-24 23:13:27 +01:00
parent f9069b04ee
commit 73182528fa

View File

@ -1733,9 +1733,10 @@ g_file_info_get_content_type (GFileInfo *info)
* g_file_info_get_size: * g_file_info_get_size:
* @info: a #GFileInfo. * @info: a #GFileInfo.
* *
* Gets the file's size. * Gets the file's size (in bytes). The size is internally converted
* from #guint64 to #goffset before returning the result.
* *
* Returns: a #goffset containing the file's size. * Returns: a #goffset containing the file's size (in bytes).
**/ **/
goffset goffset
g_file_info_get_size (GFileInfo *info) g_file_info_get_size (GFileInfo *info)