From 994bf21d9db8f65b90d880e4380abf27dd25868d Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 22 Dec 2023 14:48:30 +0000 Subject: [PATCH] gdatetime: Fix title of documentation comment Signed-off-by: Philip Withnall --- glib/gdatetime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gdatetime.c b/glib/gdatetime.c index 4b1811fd6..136bdb015 100644 --- a/glib/gdatetime.c +++ b/glib/gdatetime.c @@ -1103,7 +1103,7 @@ g_date_time_new_from_unix_utc (gint64 t) } /** - * g_date_time_new_from_unix_utc: (constructor) + * g_date_time_new_from_unix_utc_usec: (constructor) * @usecs: the Unix time in microseconds * * Creates a [struct@GLib.DateTime] corresponding to the given Unix time @t in UTC.