From 32d3a26ee6120afe09dff4632909e56da6754db8 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 11 Sep 2013 03:33:14 +0200 Subject: [PATCH] Documented gswe_timestamp_new() --- src/gswe-timestamp.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/gswe-timestamp.c b/src/gswe-timestamp.c index c5828ce..c623549 100644 --- a/src/gswe-timestamp.c +++ b/src/gswe-timestamp.c @@ -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) {