[Spice-devel] [PATCH spice-gtk 3/5] doc: Describe spice_gl_scanout_free

Pavel Grunt pgrunt at redhat.com
Wed May 10 09:33:07 UTC 2017


---
 src/channel-display.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/channel-display.c b/src/channel-display.c
index 0595579..06c503c 100644
--- a/src/channel-display.c
+++ b/src/channel-display.c
@@ -130,6 +130,14 @@ spice_gl_scanout_copy(const SpiceGlScanout *scanout)
     return so;
 }
 
+/**
+ * spice_gl_scanout_free:
+ * @scanout: a #SpiceGlScanout
+ *
+ * Frees the @scanout.
+ *
+ * Since: 0.31
+ */
 void
 spice_gl_scanout_free(SpiceGlScanout *scanout)
 {
-- 
2.12.2



More information about the Spice-devel mailing list