Re: [libvirt-glib] Add wrapper for volume deletion API

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is exactly the same patch as the one you sent before isn't it? What
about the g_set_error VS gvir_error_new concerns? How do we handle this?

Christophe

On Sat, Dec 03, 2011 at 01:44:48AM +0200, Zeeshan Ali (Khattak) wrote:
> From: "Zeeshan Ali (Khattak)" <zeeshanak@xxxxxxxxx>
> 
> ---
>  libvirt-gobject/libvirt-gobject-storage-vol.c |   25 +++++++++++++++++++++++++
>  libvirt-gobject/libvirt-gobject-storage-vol.h |    4 ++++
>  libvirt-gobject/libvirt-gobject.sym           |    1 +
>  3 files changed, 30 insertions(+), 0 deletions(-)
> 
> diff --git a/libvirt-gobject/libvirt-gobject-storage-vol.c b/libvirt-gobject/libvirt-gobject-storage-vol.c
> index 15ae404..e7a7581 100644
> --- a/libvirt-gobject/libvirt-gobject-storage-vol.c
> +++ b/libvirt-gobject/libvirt-gobject-storage-vol.c
> @@ -252,3 +252,28 @@ GVirStorageVolInfo *gvir_storage_vol_get_info(GVirStorageVol *vol,
>  
>      return ret;
>  }
> +
> +/**
> + * gvir_storage_vol_delete:
> + * @vol: the storage volume to delete
> + * @flags: the flags
> + * @err: Return location for errors, or NULL
> + *
> + * Deletes the storage volume @vol.
> + *
> + * Returns: %TRUE on success, %FALSE otherwise
> + */
> +gboolean gvir_storage_vol_delete(GVirStorageVol *vol,
> +                                 guint flags,
> +                                 GError **err)
> +{
> +    if (virStorageVolDelete(vol->priv->handle, flags) < 0) {
> +        g_set_error (err,
> +                     GVIR_STORAGE_VOL_ERROR,
> +                     0,
> +                     "Unable to delete storage volume");
> +        return FALSE;
> +    }
> +
> +    return TRUE;
> +}
> diff --git a/libvirt-gobject/libvirt-gobject-storage-vol.h b/libvirt-gobject/libvirt-gobject-storage-vol.h
> index 717ef4a..db63865 100644
> --- a/libvirt-gobject/libvirt-gobject-storage-vol.h
> +++ b/libvirt-gobject/libvirt-gobject-storage-vol.h
> @@ -80,6 +80,10 @@ GType gvir_storage_vol_handle_get_type(void);
>  const gchar *gvir_storage_vol_get_name(GVirStorageVol *vol);
>  const gchar *gvir_storage_vol_get_path(GVirStorageVol *vol);
>  
> +gboolean gvir_storage_vol_delete(GVirStorageVol *vol,
> +                                 guint flags,
> +                                 GError **err);
> +
>  GVirConfigStorageVol *gvir_storage_vol_get_config(GVirStorageVol *vol,
>                                                    guint flags,
>                                                    GError **err);
> diff --git a/libvirt-gobject/libvirt-gobject.sym b/libvirt-gobject/libvirt-gobject.sym
> index c0d2e19..3727fb7 100644
> --- a/libvirt-gobject/libvirt-gobject.sym
> +++ b/libvirt-gobject/libvirt-gobject.sym
> @@ -117,6 +117,7 @@ LIBVIRT_GOBJECT_0.0.1 {
>  	gvir_storage_vol_get_path;
>  	gvir_storage_vol_get_config;
>  	gvir_storage_vol_get_info;
> +	gvir_storage_vol_delete;
>  
>  	gvir_connection_handle_get_type;
>  
> -- 
> 1.7.7.3
> 
> --
> libvir-list mailing list
> libvir-list@xxxxxxxxxx
> https://www.redhat.com/mailman/listinfo/libvir-list

Attachment: pgpG8OdJnf0W_.pgp
Description: PGP signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]