docs: Field offsets are in the units of bytes

This commit is contained in:
Tomasz Miąsko 2018-12-14 00:00:00 +00:00
parent 5e8e1a761e
commit 292afa1d58

View File

@ -109,7 +109,7 @@ g_field_info_get_size (GIFieldInfo *info)
* g_field_info_get_offset:
* @info: a #GIFieldInfo
*
* Obtain the offset in bits of the field member, this is relative
* Obtain the offset in bytes of the field member, this is relative
* to the beginning of the struct or union.
*
* Returns: the field offset