[Spice-devel] [spice-gtk v3 2/4] usb: Update outdated GSimpleAsyncResult comment
Christophe Fergeau
cfergeau at redhat.com
Thu Jun 30 13:40:01 UTC 2016
It's still true after the switch to GTask.
---
src/channel-usbredir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/channel-usbredir.c b/src/channel-usbredir.c
index b22cec5..df18be2 100644
--- a/src/channel-usbredir.c
+++ b/src/channel-usbredir.c
@@ -205,7 +205,7 @@ static void spice_usbredir_channel_dispose(GObject *obj)
* Now the last one may seem like an issue, since what will happen if
* spice_usbredir_channel_open_acl_cb will run after finalization?
*
- * This will never happens since the GSimpleAsyncResult created before we
+ * This will never happens since the GTask created before we
* get into the STATE_WAITING_FOR_ACL_HELPER takes a reference to its
* source object, which is our SpiceUsbredirChannel object, so
* the finalize won't hapen until spice_usbredir_channel_open_acl_cb runs,
--
2.7.4
More information about the Spice-devel
mailing list