X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatkstreamablecontent.h;h=91d09c1b671b3a2a7cf520259183905cf703bfbd;hb=e91d02fcd860bd758e8ec9b85b19a16cdffba2bc;hp=54d832b9b8c4ec3978f3f2fe2ebf8b9bd0307d2c;hpb=b063649bc595926233f83ab73d4ac506dc178198;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkstreamablecontent.h b/atk/atkstreamablecontent.h index 54d832b..91d09c1 100755 --- a/atk/atkstreamablecontent.h +++ b/atk/atkstreamablecontent.h @@ -88,15 +88,20 @@ struct _AtkStreamableContentIface AtkFunction pad2; AtkFunction pad3; }; +ATK_AVAILABLE_IN_ALL GType atk_streamable_content_get_type (void); +ATK_AVAILABLE_IN_ALL gint atk_streamable_content_get_n_mime_types (AtkStreamableContent *streamable); - + +ATK_AVAILABLE_IN_ALL const gchar* atk_streamable_content_get_mime_type (AtkStreamableContent *streamable, gint i); +ATK_AVAILABLE_IN_ALL GIOChannel* atk_streamable_content_get_stream (AtkStreamableContent *streamable, const gchar *mime_type); +ATK_AVAILABLE_IN_ALL const gchar* atk_streamable_content_get_uri (AtkStreamableContent *streamable, const gchar *mime_type);