diff options
author | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2011-08-22 22:47:27 +0300 |
---|---|---|
committer | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2011-08-23 22:33:48 +0300 |
commit | 103fd84e09deede5fbaeca185fbd7b398231ecc1 (patch) | |
tree | c37aa1cf63768316048b4b9a2d13c43cf085ad4b /docs | |
parent | aaa98b07cc2d7666738839931428280aed0afad9 (diff) |
Add osinfo_media_new_from_location()
Add API to create a OsinfoMedia object, given an installation media
location. This includes moving of installation media errors to
osinfo_media module and rename from OsinfoInstallMediaError to
OsinfoMediaError.
Some application/libraries will want to be able to get basic information
about an installation media without having to load the whole metadata DB.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Libosinfo-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/Libosinfo-sections.txt b/docs/reference/Libosinfo-sections.txt index 80816e6..65a2d29 100644 --- a/docs/reference/Libosinfo-sections.txt +++ b/docs/reference/Libosinfo-sections.txt @@ -403,6 +403,7 @@ OsinfoMedia OsinfMediaoClass OsinfMediaoPrivate osinfo_media_new +osinfo_media_new_from_location osinfo_media_get_architecture osinfo_media_get_url osinfo_media_get_volume_id |