mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
gdatetime: Fix g_date_time_hash annotation
The parameter C type needs to be overriden to GDateTime.
This commit is contained in:
parent
7ec3c26e67
commit
b513b358a8
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user