Name
AtkStreamableContent -- accessibility interface for objects that contain streamable content
Description
The AtkStreamableContent interface should be supported by any object
that contains streamable content.
Details
atk_streamable_content_get_n_mime_types ()
gint atk_streamable_content_get_n_mime_types
(AtkStreamableContent *streamable); |
Gets the number of mime types supported by this object.
atk_streamable_content_get_mime_type ()
G_CONST_RETURN gchar* atk_streamable_content_get_mime_type
(AtkStreamableContent *streamable,
gint i); |
Gets the character string of the specified mime type. The first mime
type is at position 0, the second at position 1, and so on.
atk_streamable_content_get_stream ()
GIOChannel* atk_streamable_content_get_stream
(AtkStreamableContent *streamable,
const gchar *mime_type); |
Gets the content in the specified mime type.