[Spice-devel] [PATCH spice-gtk 2/2] main: remove unneeded gtk-doc comments

Marc-André Lureau marcandre.lureau at gmail.com
Wed May 25 15:33:03 UTC 2016


They are no longer in the doc, and not really useful anyway

Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
---
 src/channel-main.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/src/channel-main.c b/src/channel-main.c
index c9bc668..92e01ce 100644
--- a/src/channel-main.c
+++ b/src/channel-main.c
@@ -72,11 +72,6 @@ typedef struct spice_migrate spice_migrate;
  * Since: 0.31
  */
 
-/**
- * SpiceFileTransferTask:
- *
- * The #SpiceFileTransferTask struct is opaque and should not be accessed directly.
- */
 struct _SpiceFileTransferTask
 {
     GObject parent;
@@ -100,12 +95,6 @@ struct _SpiceFileTransferTask
     GError                         *error;
 };
 
-/**
- * SpiceFileTransferTaskClass:
- * @parent_class: Parent class.
- *
- * Class structure for #SpiceFileTransferTask.
- */
 struct _SpiceFileTransferTaskClass
 {
     GObjectClass parent_class;
-- 
2.7.4



More information about the Spice-devel mailing list