diff options
author | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2011-07-29 00:38:02 +0300 |
---|---|---|
committer | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2011-08-04 20:46:57 +0300 |
commit | a030d590545b5e8c43b027b6a9576cb4613a065d (patch) | |
tree | d0af2d731a904ac101b83855ba994f9b715da7f5 /docs | |
parent | fd72284953fa8fc010dc03a61c9d118a65205aa3 (diff) |
Add MediaList class
Add special list class to hold Media instances.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Libosinfo-sections.txt | 21 | ||||
-rw-r--r-- | docs/reference/Libosinfo.types | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/docs/reference/Libosinfo-sections.txt b/docs/reference/Libosinfo-sections.txt index 8c1100b..f8c7afd 100644 --- a/docs/reference/Libosinfo-sections.txt +++ b/docs/reference/Libosinfo-sections.txt @@ -416,6 +416,27 @@ OSINFO_MEDIA_GET_CLASS </SECTION> <SECTION> +<FILE>osinfo_medialist</FILE> +<TITLE>OsinfoMediaList</TITLE> +OsinfoMediaList +OsinfMediaListoClass +OsinfMediaListoPrivate +osinfo_medialist_new +osinfo_medialist_new_copy +osinfo_medialist_new_filtered +osinfo_medialist_new_intersection +osinfo_medialist_new_union +<SUBSECTION Standard> +OSINFO_MEDIALIST +OSINFO_IS_MEDIALIST +OSINFO_TYPE_MEDIALIST +osinfo_medialist_get_type +OSINFO_MEDIALIST_CLASS +OSINFO_IS_MEDIALIST_CLASS +OSINFO_MEDIALIST_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 dc60a54..37f3075 100644 --- a/docs/reference/Libosinfo.types +++ b/docs/reference/Libosinfo.types @@ -18,3 +18,4 @@ osinfo_devicelink_get_type osinfo_devicelinklist_get_type osinfo_devicelinkfilter_get_type osinfo_media_get_type +osinfo_medialist_get_type |