AtkStreamableContent

Name

AtkStreamableContent -- accessibility interface for objects that contain streamable content

Synopsis



gint        atk_streamable_content_get_n_mime_types
                                            (AtkStreamableContent *streamable);
G_CONST_RETURN gchar* atk_streamable_content_get_mime_type
                                            (AtkStreamableContent *streamable,
                                             gint i);
GIOChannel* atk_streamable_content_get_stream
                                            (AtkStreamableContent *streamable,
                                             const gchar *mime_type);

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);