summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Felder <jfelder@src.gnome.org>2020-11-23 14:54:49 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2020-11-24 09:45:58 +0000
commitb513b358a872fd8cf132b7a4581d483da6fbfd0b (patch)
treee473f10ba50ab0cb51ffd07376e8570712330479
parent7ec3c26e67eb6aae98db31db47d06f7514b519d9 (diff)
downloadglib-b513b358a872fd8cf132b7a4581d483da6fbfd0b.tar.gz
gdatetime: Fix g_date_time_hash annotation
The parameter C type needs to be overriden to GDateTime.
-rw-r--r--glib/gdatetime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gdatetime.c b/glib/gdatetime.c
index 49bdda5c3..11b1ebcfb 100644
--- a/glib/gdatetime.c
+++ b/glib/gdatetime.c
@@ -2074,7 +2074,7 @@ g_date_time_difference (GDateTime *end,
/**
* g_date_time_hash:
- * @datetime: (not nullable): a #GDateTime
+ * @datetime: (type GDateTime) (not nullable): a #GDateTime
*
* Hashes @datetime into a #guint, suitable for use within #GHashTable.
*