Documented gswe_timestamp_new()
This commit is contained in:
parent
615a633c25
commit
32d3a26ee6
@ -615,6 +615,14 @@ gswe_timestamp_error_quark(void)
|
|||||||
return g_quark_from_static_string("swe-glib-gswe-timestamp-error");
|
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 *
|
GsweTimestamp *
|
||||||
gswe_timestamp_new(void)
|
gswe_timestamp_new(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user