summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2016-05-25 17:33:03 +0200
committerVictor Toso <victortoso@redhat.com>2016-05-28 08:27:47 +0200
commite99d4909ee99a5d2acaf477c7a87e757142afa7a (patch)
tree43dd79f1f05a2501c3a17551a3bd0c06cb2cfe21
parentfed7098c21f446d13df4750f60e168ab86537ba7 (diff)
main: remove unneeded gtk-doc comments
They are no longer in the doc, and not really useful anyway Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
-rw-r--r--src/channel-main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/channel-main.c b/src/channel-main.c
index 72bb146..2f29312 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;