From d884ea9c98163796436a3dbd4bbb5c19279b3b95 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Thu, 2 Aug 2012 11:47:57 +0100 Subject: tubes-manager: add a comment about who owns new channels Signed-off-by: Jonny Lamb --- src/tubes-manager.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/tubes-manager.c b/src/tubes-manager.c index 597e12f4..a94d1623 100644 --- a/src/tubes-manager.c +++ b/src/tubes-manager.c @@ -749,6 +749,8 @@ create_new_tube (SalutTubesManager *self, return tube; } +/* Returns: (transfer none): new tube channel. the channel manager + * holds the ref to this channel, so don't unref it! */ static SalutTubeIface * new_channel_from_request (SalutTubesManager *self, GHashTable *request) -- cgit v1.2.1