Doc updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 20 Jul 2007 19:11:17 +0000 (19:11 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 20 Jul 2007 19:11:17 +0000 (19:11 +0000)
svn path=/trunk/; revision=5648

docs/reference/ChangeLog
docs/reference/glib/tmpl/limits.sgml
docs/reference/glib/tmpl/types.sgml

index 0ece3ebaa7c1ecc5ae5236d18e36658decb07597..bbc8f89c415106edb58cc93c109ebf47400b431a 100644 (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:
index 038b5b4046d42d1e0f6296772bb1a6c5a5571f7a..2c841085fa999a5507ffcc5a39082bb59da6fd40 100644 (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.
index c6c06eec3539b31d90319ece3614c4ff27ab6302..8d4a5d4104ee9363e5c31442ea4dbf5c94611f26 100644 (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
+
+