mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
gdatetime: Fix g_date_time_equal annotation
The parameters C type need to be overriden to GDateTime.
This commit is contained in:
committed by
Philip Withnall
parent
b513b358a8
commit
cd6b35f7d2
@@ -2092,8 +2092,8 @@ g_date_time_hash (gconstpointer datetime)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_date_time_equal:
|
* g_date_time_equal:
|
||||||
* @dt1: (not nullable): a #GDateTime
|
* @dt1: (type GDateTime) (not nullable): a #GDateTime
|
||||||
* @dt2: (not nullable): a #GDateTime
|
* @dt2: (type GDateTime) (not nullable): a #GDateTime
|
||||||
*
|
*
|
||||||
* Checks to see if @dt1 and @dt2 are equal.
|
* Checks to see if @dt1 and @dt2 are equal.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user