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>
This commit is contained in:
Marc-André Lureau 2016-05-25 17:33:03 +02:00 committed by Victor Toso
parent fed7098c21
commit e99d4909ee

View File

@ -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;