Add functions to set a date from a time_t and from a GTimeVal.

2005-11-17  Matthias Clasen  <mclasen@redhat.com>

	* glib/glib.symbols:
	* glib/gdate.h:
	* glib/gdate.c (g_date_set_time_t):
	(g_date_set_time_val): Add functions to set a date from
	a time_t and from a GTimeVal.
	(g_date_set_time): Deprecate.  (#314067, Roger Leigh)
This commit is contained in:
Matthias Clasen
2005-11-17 17:51:59 +00:00
committed by Matthias Clasen
parent 1ee0917984
commit 9f90f2f23e
9 changed files with 110 additions and 20 deletions

View File

@@ -1,3 +1,9 @@
2005-11-17 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/date.sgml:
* glib/glib-sections.txt: Add g_date_set_time_t,
g_date_set_time_val.
2005-11-08 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/threads.sgml: Improve GOnce docs.