gdate: Officially mark GTime as deprecated

The documentation has marked it as deprecated for a long time, but not
in a structured way. Use the gtk-doc ‘Deprecated’ tag to mark it as
deprecated.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Helps: #1438
This commit is contained in:
Philip Withnall 2019-05-07 15:16:54 +01:00
parent 76966e6b28
commit f666502dd2

View File

@ -170,6 +170,9 @@
* time (&ttime);
* gtime = (GTime)ttime;
* ]|
*
* Deprecated: 2.62: This is not [Y2038-safe](https://en.wikipedia.org/wiki/Year_2038_problem).
* Use #GDateTime or #time_t instead.
*/
/**