New API: inspect-list-applications.

This converts the current Perl code in virt-inspector for
listing applications, into C, making it a part of the core API.

This is also capable of fetching the list of Windows applications
from the registry.
This commit is contained in:
Richard W.M. Jones
2010-11-15 12:26:36 +00:00
parent 8a3a4c25d3
commit 163be3d72a
6 changed files with 573 additions and 1 deletions

View File

@@ -31,4 +31,5 @@ java_built_sources = \
com/redhat/et/libguestfs/XAttr.java \
com/redhat/et/libguestfs/INotifyEvent.java \
com/redhat/et/libguestfs/Partition.java \
com/redhat/et/libguestfs/Application.java \
com/redhat/et/libguestfs/GuestFS.java