gvir_connection_restore_domain_from_file_finish was not properly exported
because of a typo in the symbol name.
This commit also removes a newer occurrence of this symbol in the file
(without the typo). This can be done without breaking ABI as we haven't
made a release since this duplicate symbol was added in the symbol file.
---
libvirt-gobject/libvirt-gobject.sym | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/libvirt-gobject/libvirt-gobject.sym b/libvirt-gobject/libvirt-gobject.sym
index 0225969..f2419ac 100644
--- a/libvirt-gobject/libvirt-gobject.sym
+++ b/libvirt-gobject/libvirt-gobject.sym
@@ -175,7 +175,7 @@ LIBVIRT_GOBJECT_0.0.9 {
gvir_connection_restore_domain_from_file;
gvir_connection_restore_domain_from_file_async;
- gvir_conecction_restore_domain_from_file_finish;
+ gvir_connection_restore_domain_from_file_finish;
gvir_domain_start_async;
gvir_domain_start_finish;
@@ -234,8 +234,4 @@ LIBVIRT_GOBJECT_0.1.5 {
gvir_connection_open_read_only_finish;
} LIBVIRT_GOBJECT_0.1.4;
-LIBVIRT_GOBJECT_0.1.8 {
- gvir_connection_restore_domain_from_file_finish;
-} LIBVIRT_GOBJECT_0.1.5;
-
# .... define new API here using predicted next version number ....
--
1.8.4.2