Function

Birbdate_time_equal

Declaration [src]

gboolean
birb_date_time_equal (
  GDateTime* dt1,
  GDateTime* dt2
)

Description [src]

Checks two GDateTime objects for equality.

Parameters

dt1

Type: GDateTime

The pointer to the first GDateTime to compare.

The argument can be NULL.
The data is owned by the caller of the function.
dt2

Type: GDateTime

The pointer to the second GDateTime to compare.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if dt1 and dt2 are equal.