summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-12-14 15:58:03 +0000
committerChristoph Reiter <reiter.christoph@gmail.com>2018-12-14 15:58:03 +0000
commit4ca429f12e141a5fb58fc550e1e5c2594ee74615 (patch)
treea844a2436862ccc0b0e91100004905c13d6d2943
parenta24392070b338b84c39ab7d2fa94ecfc30ae3d5f (diff)
parentf418eab3a714213a348bf288e5d5280acd8cd600 (diff)
downloadgobject-introspection-4ca429f12e141a5fb58fc550e1e5c2594ee74615.tar.gz
Merge branch 'offset-bytes' into 'master'
docs: Field offsets are in the units of bytes See merge request GNOME/gobject-introspection!97
-rw-r--r--girepository/gifieldinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/gifieldinfo.c b/girepository/gifieldinfo.c
index b5264ec7..0a20bdb2 100644
--- a/girepository/gifieldinfo.c
+++ b/girepository/gifieldinfo.c
@@ -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