[libvirt] [libvirt-glib] Add missing symbols to .sym files

Daniel P. Berrange berrange at redhat.com
Wed Aug 28 13:32:06 UTC 2013


On Wed, Aug 28, 2013 at 02:31:22PM +0200, Christophe Fergeau wrote:
> These symbols are in public headers, but were not listed in the
> corresponding .sym file, causing them to be unavailable from
> the resulting shared library.
> I would have preferred not to export gvir_config_object_new_from_xml()
> at all, but since the similar gvir_config_object_new() is already exported,
> I've chosen to export it as well.
> ---
>  libvirt-gconfig/libvirt-gconfig.sym | 11 +++++++++++
>  libvirt-gobject/libvirt-gobject.sym |  4 ++++
>  2 files changed, 15 insertions(+)

Hmm, we really could do with a perl script that runs as part of
'make syntax-check' to validate that every function in a .h
file is in the .sym file (skipping -private.h)


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list