mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
Improve g_date_clamp docs. (#491970, Areg Beketovski)
2007-11-09 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/date.sgml: Improve g_date_clamp docs. (#491970, Areg Beketovski) svn path=/trunk/; revision=5849
This commit is contained in:
committed by
Matthias Clasen
parent
284c7e559b
commit
0a967d39e7
@@ -1,3 +1,8 @@
|
||||
2007-11-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/date.sgml: Improve g_date_clamp docs. (#491970,
|
||||
Areg Beketovski)
|
||||
|
||||
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/memory.sgml
|
||||
|
@@ -509,6 +509,7 @@ dates must be valid.
|
||||
<para>
|
||||
If @date is prior to @min_date, sets @date equal to @min_date.
|
||||
If @date falls after @max_date, sets @date equal to @max_date.
|
||||
Otherwise, @date is unchanged.
|
||||
Either @min_date and @max_date may be %NULL. All non-%NULL dates
|
||||
must be valid.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user