[libvirt] [PATCH v3 1/8] screenshot: Defining the public API

2011-05-10 Thread Michal Privoznik
Add public API for taking screenshots of current domain console. * include/libvirt/libvirt.h.in: add virDomainScreenshot * src/libvirt_public.syms: Export new symbol --- include/libvirt/libvirt.h.in |7 +++ src/libvirt_public.syms |5 + 2 files changed, 12 insertions(+), 0

Re: [libvirt] [PATCH v3 1/8] screenshot: Defining the public API

2011-05-10 Thread Matthias Bolte
2011/5/10 Michal Privoznik mpriv...@redhat.com: Add public API for taking screenshots of current domain console. * include/libvirt/libvirt.h.in: add virDomainScreenshot * src/libvirt_public.syms: Export new symbol ---  include/libvirt/libvirt.h.in |    7 +++  src/libvirt_public.syms