diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-06-27 15:27:46 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-06-28 18:41:54 +0100 |
commit | 7f16c346bbeba2f2fe3c31ccb85158178a284d84 (patch) | |
tree | 6d69f6b20598b05e8aa6eabeba96c40ade38f9f7 /po | |
parent | 5f26270c343bf543a7bf20cf3e6f182f6282f8ea (diff) | |
download | libguestfs-7f16c346bbeba2f2fe3c31ccb85158178a284d84.tar.gz libguestfs-7f16c346bbeba2f2fe3c31ccb85158178a284d84.tar.xz libguestfs-7f16c346bbeba2f2fe3c31ccb85158178a284d84.zip |
New API: inspect-get-icon returns the guest icon.
This API returns the guest's favicon if found, else an icon
representing the guest operating system. Currently supported by this
patch: Fedora, RHEL and derivatives, Debian (but not Ubuntu),
Windows XP, Windows 7.
This also updates virt-inspector to include an <icon> element
containing the icon in base64 encoding.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index da47c913..c3f671a9 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -147,6 +147,7 @@ src/inspect_fs.c src/inspect_fs_cd.c src/inspect_fs_unix.c src/inspect_fs_windows.c +src/inspect_icon.c src/launch.c src/listfs.c src/match.c |