mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
gdatetime: Fix g_date_time_equal annotation
The parameters C type need to be overriden to GDateTime.
This commit is contained in:
parent
b513b358a8
commit
cd6b35f7d2
@ -2092,8 +2092,8 @@ g_date_time_hash (gconstpointer datetime)
|
||||
|
||||
/**
|
||||
* g_date_time_equal:
|
||||
* @dt1: (not nullable): a #GDateTime
|
||||
* @dt2: (not nullable): a #GDateTime
|
||||
* @dt1: (type GDateTime) (not nullable): a #GDateTime
|
||||
* @dt2: (type GDateTime) (not nullable): a #GDateTime
|
||||
*
|
||||
* Checks to see if @dt1 and @dt2 are equal.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user