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) {