mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 12:37:46 +02:00
gdatetime: Fix g_date_time_hash annotation
The parameter C type needs to be overriden to GDateTime.
This commit is contained in:
committed by
Philip Withnall
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.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user