diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2012-02-22 14:12:18 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2012-02-23 16:56:03 +0000 |
commit | 0202b4dba72853b5ad97704429bce5e60a6cd252 (patch) | |
tree | 35d9a93b7b9962762bb9fdd81133bb6d64f4a5a5 /docs | |
parent | 59db235a164c312368a695dbe89485a5b82f27d2 (diff) |
Add support for install tree metadata
The <media> element and OsinfoMedia class can be used to identify
install media, ie ISO images.
The <tree> element and OsinfoTree class are the same concept but
used to identify installation trees.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Libosinfo.types | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/Libosinfo.types b/docs/reference/Libosinfo.types index 2342f68..2cf0934 100644 --- a/docs/reference/Libosinfo.types +++ b/docs/reference/Libosinfo.types @@ -21,3 +21,5 @@ osinfo_productfilter_get_type osinfo_productlist_get_type osinfo_resources_get_type osinfo_resourceslist_get_type +osinfo_tree_get_type +osinfo_treelist_get_type |