Documented gswe_timestamp_new()

This commit is contained in:
Gergely Polonkai 2013-09-11 03:33:14 +02:00
parent 615a633c25
commit 32d3a26ee6
1 changed files with 8 additions and 0 deletions

View File

@ -615,6 +615,14 @@ gswe_timestamp_error_quark(void)
return g_quark_from_static_string("swe-glib-gswe-timestamp-error");
}
/**
* gswe_timestamp_new:
*
* Creates a new GsweTimestamp object. The object is initialized with current
* date and time in the local timezone.
*
* Returns: a new GsweTimestamp object
*/
GsweTimestamp *
gswe_timestamp_new(void)
{