After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 491970 - The documentation for the interface "g_date_clamp" is incomplete
The documentation for the interface "g_date_clamp" is incomplete
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
2.14.x
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-10-31 05:43 UTC by Areg Beketovski
Modified: 2007-11-10 00:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Areg Beketovski 2007-10-31 05:43:11 UTC
Documentation 
Section: http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#g-date-clamp
If date falls after max_date, sets date equal to max_date.

Correct version:
If date falls after max_date, sets date equal to max_date. If date falls between min_date and max_date, the date is not changed.

Other information:
The detailed issue description can be found at:

http://linuxtesting.org/results/report?num=D0013
Comment 1 Matthias Clasen 2007-11-10 00:18:20 UTC
2007-11-09  Matthias Clasen <mclasen@redhat.com>

        * glib/tmpl/date.sgml: Improve g_date_clamp docs.  (#491970,
        Areg Beketovski)