From 8b18109c8d6601027f71252f16f7b4306fb3c2bd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 15 May 2012 17:12:37 -0400 Subject: [PATCH 07/16] McdDispatchOperation: remove untrue comment I dimly remember that _mcd_dispatch_operation_new once had (transfer container) or possibly even (transfer full) semantics for the list of channels, but I also dimly remember removing it. The implementation certainly has (transfer none) semantics, and its one caller behaves as such too. --- src/mcd-dispatch-operation.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mcd-dispatch-operation.c b/src/mcd-dispatch-operation.c index 6a4a287..f8d9ddd 100644 --- a/src/mcd-dispatch-operation.c +++ b/src/mcd-dispatch-operation.c @@ -1432,8 +1432,7 @@ _mcd_dispatch_operation_init (McdDispatchOperation *operation) * @channels: a #GList of #McdChannel elements to dispatch. * @possible_handlers: the bus names of possible handlers for these channels. * - * Creates a #McdDispatchOperation. The #GList @channels will be no longer - * valid after this function has been called. + * Creates a #McdDispatchOperation. */ McdDispatchOperation * _mcd_dispatch_operation_new (McdClientRegistry *client_registry, -- 1.7.10.4