gdatetime: Fix g_date_time_hash annotation

The parameter C type needs to be overriden to GDateTime.
This commit is contained in:
Jean Felder 2020-11-23 14:54:49 +01:00 committed by Philip Withnall
parent 7ec3c26e67
commit b513b358a8

View File

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