Merge branch 'datetime-docs' into 'main'

gdatetime: Fix title of documentation comment

See merge request GNOME/glib!3789
This commit is contained in:
Philip Withnall 2024-01-03 13:47:22 +00:00
commit 4663307374

View File

@ -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.