summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-03-28 16:59:46 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2013-04-11 14:29:03 +0200
commite76edbab6615a3d0b9be4166b21926fcd739c23d (patch)
tree8c255ef61f37147ca66f7f5bb53c822bfaae4652
parent5fa5a050983c2838ceb1f9eb2693f3d910afa90c (diff)
Fix some wrong gtk-doc transfer annotations
-rw-r--r--libvirt-designer/libvirt-designer-domain.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libvirt-designer/libvirt-designer-domain.c b/libvirt-designer/libvirt-designer-domain.c
index 4805102..0d47d3c 100644
--- a/libvirt-designer/libvirt-designer-domain.c
+++ b/libvirt-designer/libvirt-designer-domain.c
@@ -946,7 +946,7 @@ error:
*
* Add a new disk to the domain.
*
- * Returns: (transfer none): the pointer to new disk.
+ * Returns: (transfer full): the pointer to new disk.
* If something fails NULL is returned and @error is set.
*/
GVirConfigDomainDisk *gvir_designer_domain_add_disk_file(GVirDesignerDomain *design,
@@ -976,7 +976,7 @@ GVirConfigDomainDisk *gvir_designer_domain_add_disk_file(GVirDesignerDomain *des
*
* Add given device as a new disk to the domain designer instance.
*
- * Returns: (transfer none): the pointer to the new disk.
+ * Returns: (transfer full): the pointer to the new disk.
* If something fails NULL is returned and @error is set.
*/
GVirConfigDomainDisk *gvir_designer_domain_add_disk_device(GVirDesignerDomain *design,
@@ -1059,7 +1059,7 @@ cleanup:
* Add new network interface card into @design. The interface is
* of 'network' type with @network used as the source network.
*
- * Returns: (transfer none): the pointer to the new interface.
+ * Returns: (transfer full): the pointer to the new interface.
*/
GVirConfigDomainInterface *
gvir_designer_domain_add_interface_network(GVirDesignerDomain *design,