mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2026-02-04 04:58:16 +00:00
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:
parent
fed7098c21
commit
e99d4909ee
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user