glib r7453 - in trunk: . glib
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7453 - in trunk: . glib
- Date: Thu, 11 Sep 2008 04:21:17 +0000 (UTC)
Author: matthiasc
Date: Thu Sep 11 04:21:17 2008
New Revision: 7453
URL: http://svn.gnome.org/viewvc/glib?rev=7453&view=rev
Log:
Documentation improvements
Modified:
trunk/ChangeLog
trunk/glib/gdate.c
Modified: trunk/glib/gdate.c
==============================================================================
--- trunk/glib/gdate.c (original)
+++ trunk/glib/gdate.c Thu Sep 11 04:21:17 2008
@@ -861,7 +861,9 @@
* @date: a #GDate
* @timet: <type>time_t</type> value to set
*
- * Sets the value of a date from a <type>time_t</type> value.
+ * Sets the value of a date to the date corresponding to a time
+ * specified as a time_t. The time to date conversion is done using
+ * the user's current timezone.
*
* To set the value of a date to the current day, you could write:
* |[
@@ -919,7 +921,8 @@
* @date: a #GDate.
* @time_: #GTime value to set.
*
- * Sets the value of a date from a #GTime value.
+ * Sets the value of a date from a #GTime value.
+ * The time to date conversion is done using the user's current timezone.
*
* @Deprecated:2.10: Use g_date_set_time_t() instead.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]