1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-20 00:47:52 +02:00

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

@@ -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.