On Fri, Jun 28, 2013 at 03:49:21PM +0100, Daniel P. Berrange wrote:
diff --git a/libvirt-gconfig/libvirt-gconfig.sym
b/libvirt-gconfig/libvirt-gconfig.sym
index ccddd88..f8c7cdd 100644
--- a/libvirt-gconfig/libvirt-gconfig.sym
+++ b/libvirt-gconfig/libvirt-gconfig.sym
@@ -66,7 +66,7 @@ LIBVIRT_GCONFIG_0.0.8 {
gvir_config_domain_chardev_source_pty_get_type;
gvir_config_domain_chardev_source_pty_new;
gvir_config_domain_chardev_source_pty_new_from_xml;
- gvir_config_domain_source_pty_set_path;
+ gvir_config_domain_chardev_source_pty_set_path;
This is breaking ABI, not sure whether we should be more explicit about the
ABI breakage, or if we can silently fix it as we make no ABI stability
guarantees for now. Looks good otherwise.
Christophe