mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
Doc updates
svn path=/trunk/; revision=5648
This commit is contained in:
@@ -182,6 +182,36 @@ The maximum value which can be held in a #gsize.
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MINSSIZE ##### -->
|
||||
<para>
|
||||
The minimum value which can be held in a #gssize.
|
||||
</para>
|
||||
|
||||
@Since: 2.14
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MAXSSIZE ##### -->
|
||||
<para>
|
||||
The maximum value which can be held in a #gssize.
|
||||
</para>
|
||||
|
||||
@Since: 2.14
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MINOFFSET ##### -->
|
||||
<para>
|
||||
The minimum value which can be held in a #goffset.
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MAXOFFSET ##### -->
|
||||
<para>
|
||||
The maximum value which can be held in a #goffset.
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MINFLOAT ##### -->
|
||||
<para>
|
||||
The minimum positive value which can be held in a #gfloat.
|
||||
|
@@ -235,3 +235,12 @@ A signed variant of gsize, corresponding to the ssize_t defined on most platform
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### TYPEDEF goffset ##### -->
|
||||
<para>
|
||||
A signed integer type that is used for file offsets, corresponding to the
|
||||
C99 type off64_t.
|
||||
</para>
|
||||
|
||||
@Since: 2.14
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user