mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Doc updates
svn path=/trunk/; revision=5648
This commit is contained in:
parent
018edf5e0f
commit
1ceabbb305
@ -1,3 +1,9 @@
|
||||
2007-07-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/limits.sgml:
|
||||
* glib/tmpl/types.sgml:
|
||||
* glib/glib-sections.txt: Add new functions
|
||||
|
||||
2007-07-19 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* glib/glib-sections.txt:
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user