Actually, if it's not too late, can you squash the change mentioned below
in:
On Mon, Jan 02, 2012 at 05:51:29PM +0400, Christophe Fergeau wrote:
ACK
On Wed, Dec 28, 2011 at 09:38:19PM +0200, Zeeshan Ali (Khattak) wrote:
> diff --git a/libvirt-gconfig/libvirt-gconfig.sym
b/libvirt-gconfig/libvirt-gconfig.sym
> index 39f39d4..53f84d4 100644
> --- a/libvirt-gconfig/libvirt-gconfig.sym
> +++ b/libvirt-gconfig/libvirt-gconfig.sym
> @@ -96,6 +96,7 @@ LIBVIRT_GCONFIG_0.0.3 {
> gvir_config_domain_graphics_spice_set_autoport;
> gvir_config_domain_graphics_spice_set_port;
> gvir_config_domain_graphics_spice_set_tls_port;
> + gvir_config_domain_graphics_spice_set_password;
Can you slip it between set_autoport and set_port so that the _set_*
functions are alphabetically ordered?
Christophe