mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +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:
|
* 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.
|
* Hashes @datetime into a #guint, suitable for use within #GHashTable.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user