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); |
atk_streamable_content_get_mime_type ()
G_CONST_RETURN gchar* atk_streamable_content_get_mime_type
(AtkStreamableContent *streamable,
gint i); |
atk_streamable_content_get_stream ()
GIOChannel* atk_streamable_content_get_stream
(AtkStreamableContent *streamable,
const gchar *mime_type); |