Doc updates

svn path=/trunk/; revision=5648
This commit is contained in:
Matthias Clasen 2007-07-20 19:11:17 +00:00
parent 018edf5e0f
commit 1ceabbb305
3 changed files with 45 additions and 0 deletions

View File

@ -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:

View File

@ -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.

View File

@ -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