Fix deprecation notice

GSimpleAsyncResult has not been deprecated all that long.
This commit is contained in:
Matthias Clasen 2015-06-09 19:17:58 -04:00
parent b701c3c608
commit fb1e5ff04b

View File

@ -36,7 +36,7 @@
* @include: gio/gio.h
* @see_also: #GAsyncResult, #GTask
*
* As of GLib 2.36, #GSimpleAsyncResult is deprecated in favor of
* As of GLib 2.46, #GSimpleAsyncResult is deprecated in favor of
* #GTask, which provides a simpler API.
*
* #GSimpleAsyncResult implements #GAsyncResult.