[Spice-devel] [PATCH 03/18] Add small comment for detach_stream

Frediano Ziglio fziglio at redhat.com
Mon Sep 26 08:12:36 UTC 2016


Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 server/stream.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/server/stream.c b/server/stream.c
index 9d878c8..95ff015 100644
--- a/server/stream.c
+++ b/server/stream.c
@@ -320,6 +320,9 @@ static void attach_stream(DisplayChannel *display, Drawable *drawable, Stream *s
     }
 }
 
+/**
+ * Detach drawable from the stream.
+ */
 void detach_stream(DisplayChannel *display, Stream *stream)
 {
     spice_assert(stream->current && stream->current->stream);
-- 
2.7.4



More information about the Spice-devel mailing list