diff options
author | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2011-07-29 00:08:43 +0300 |
---|---|---|
committer | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2011-08-04 20:46:53 +0300 |
commit | fd72284953fa8fc010dc03a61c9d118a65205aa3 (patch) | |
tree | 344b3f1d7e487dadc4c3cbcbb9117022205970cb /docs | |
parent | d44020f344fb20e61446c046cf986ca1175319dc (diff) |
Add Media class
Add a new class to represent installation media, typically an CD/DVD ISO
or an online filesystem hierarchy.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Libosinfo-sections.txt | 22 | ||||
-rw-r--r-- | docs/reference/Libosinfo.types | 1 |
2 files changed, 23 insertions, 0 deletions
diff --git a/docs/reference/Libosinfo-sections.txt b/docs/reference/Libosinfo-sections.txt index e7e9b8b..8c1100b 100644 --- a/docs/reference/Libosinfo-sections.txt +++ b/docs/reference/Libosinfo-sections.txt @@ -394,6 +394,28 @@ OSINFO_DEVICE_GET_CLASS </SECTION> <SECTION> +<FILE>osinfo_media</FILE> +<TITLE>OsinfoMedia</TITLE> +OsinfoMedia +OsinfMediaoClass +OsinfMediaoPrivate +osinfo_media_new +osinfo_media_get_architecture +osinfo_media_get_url +osinfo_media_get_volume_id +osinfo_media_get_system_id +osinfo_media_get_publisher_id +<SUBSECTION Standard> +OSINFO_MEDIA +OSINFO_IS_MEDIA +OSINFO_TYPE_MEDIA +osinfo_media_get_type +OSINFO_MEDIA_CLASS +OSINFO_IS_MEDIA_CLASS +OSINFO_MEDIA_GET_CLASS +</SECTION> + +<SECTION> <FILE>osinfo_devicelink</FILE> <TITLE>OsinfoDeviceLink</TITLE> OsinfoDeviceLink diff --git a/docs/reference/Libosinfo.types b/docs/reference/Libosinfo.types index 8add117..dc60a54 100644 --- a/docs/reference/Libosinfo.types +++ b/docs/reference/Libosinfo.types @@ -17,3 +17,4 @@ osinfo_oslist_get_type osinfo_devicelink_get_type osinfo_devicelinklist_get_type osinfo_devicelinkfilter_get_type +osinfo_media_get_type |