summaryrefslogtreecommitdiff
path: root/gio/src/asyncresult.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/asyncresult.hg')
-rw-r--r--gio/src/asyncresult.hg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/src/asyncresult.hg b/gio/src/asyncresult.hg
index fc76396f..efc882e0 100644
--- a/gio/src/asyncresult.hg
+++ b/gio/src/asyncresult.hg
@@ -40,7 +40,7 @@ class AsyncResult;
* void on_async_ready(Glib::RefPtr<AsyncResult>& result);
* @endcode
*
- * @since{2,16}
+ * @newin{2,16}
*/
typedef sigc::slot<void, Glib::RefPtr<AsyncResult>& > SlotAsyncReady;
@@ -98,7 +98,7 @@ typedef sigc::slot<void, Glib::RefPtr<AsyncResult>& > SlotAsyncReady;
* Some ascynchronous operations are implemented using synchronous calls. These are run in a separate GThread, but otherwise they are sent
* to the Main Event Loop and processed in an idle function. So, if you truly need asynchronous operations, make sure to initialize GThread.
*
- * @since{2,16}
+ * @newin{2,16}
*/
class AsyncResult : public Glib::Interface
{