mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 04:43:06 +02:00
gdate: Minor documentation formatting improvements for GTime
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
5983cc8742
commit
e357619d24
@ -152,12 +152,12 @@
|
|||||||
/**
|
/**
|
||||||
* GTime:
|
* GTime:
|
||||||
*
|
*
|
||||||
* Simply a replacement for time_t. It has been deprecated
|
* Simply a replacement for `time_t`. It has been deprecated
|
||||||
* since it is not equivalent to time_t on 64-bit platforms
|
* since it is not equivalent to `time_t` on 64-bit platforms
|
||||||
* with a 64-bit time_t. Unrelated to #GTimer.
|
* with a 64-bit `time_t`. Unrelated to #GTimer.
|
||||||
*
|
*
|
||||||
* Note that #GTime is defined to always be a 32-bit integer,
|
* Note that #GTime is defined to always be a 32-bit integer,
|
||||||
* unlike time_t which may be 64-bit on some systems. Therefore,
|
* unlike `time_t` which may be 64-bit on some systems. Therefore,
|
||||||
* #GTime will overflow in the year 2038, and you cannot use the
|
* #GTime will overflow in the year 2038, and you cannot use the
|
||||||
* address of a #GTime variable as argument to the UNIX time()
|
* address of a #GTime variable as argument to the UNIX time()
|
||||||
* function.
|
* function.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user