mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Improved the description of g_file_info_get_content_type function
This commit is contained in:
parent
73182528fa
commit
429ccbd6d3
@ -1733,7 +1733,8 @@ g_file_info_get_content_type (GFileInfo *info)
|
||||
* g_file_info_get_size:
|
||||
* @info: a #GFileInfo.
|
||||
*
|
||||
* Gets the file's size (in bytes). The size is internally converted
|
||||
* Gets the file's size (in bytes). The size is retrieved through the value of
|
||||
* the %G_FILE_ATTRIBUTE_STANDARD_SIZE attribute and is converted
|
||||
* from #guint64 to #goffset before returning the result.
|
||||
*
|
||||
* Returns: a #goffset containing the file's size (in bytes).
|
||||
|
Loading…
Reference in New Issue
Block a user