docs: Clarify the definition of goffset
commit38592939d793cdd1dfa6374fab6f95d478bc759f
authorPhilip Withnall <withnall@endlessm.com>
Wed, 24 Jan 2018 15:51:24 +0000 (24 15:51 +0000)
committerPhilip Withnall <withnall@endlessm.com>
Fri, 2 Feb 2018 08:29:22 +0000 (2 09:29 +0100)
treed49f794acc8b2c71450718772a72701ee1ab26e2
parentfc857073a01d2fcc0e5f0ec3ad0fe9baecc6fb69
docs: Clarify the definition of goffset

off64_t doesn’t exist in any standard (definitely not C99), and so
goffset is actually closer to off_t in 64-bit mode.

However, goffset is always defined as gint64, so make that clear.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
https://bugzilla.gnome.org/show_bug.cgi?id=792856
glib/docs.c