atkstreamablecontent.sgml

来自「The ATK library provides a set of interf」· SGML 代码 · 共 81 行

SGML
81
字号
<!-- ##### SECTION Title ##### -->AtkStreamableContent<!-- ##### SECTION Short_Description ##### -->The ATK interface which provides access to streamable content.<!-- ##### SECTION Long_Description ##### --><para>An interface whereby an object allows its backing content to be streamed toclients.  Typical implementors would be images or icons, HTML content, ormultimedia display/rendering widgets.</para><para>Negotiation of content type is allowed. Clients may examine the backing dataand transform, convert, or parse the content in order to present it in an alternate form to end-users.</para><para>The AtkStreamableContent interface is particularly useful for saving,printing, or post-processing entire documents, or for persisting alternateviews of a document. If document content itself is being serialized,stored, or converted, then use of the AtkStreamableContent interface can helpaddress performance issues. Unlike most ATK interfaces,this interface is not strongly tied to the current user-agent view of thea particular document, but may in some cases give access to the underlying model data.</para><!-- ##### SECTION See_Also ##### --><para></para><!-- ##### SECTION Stability_Level ##### --><!-- ##### STRUCT AtkStreamableContent ##### --><para>The AtkStreamableContent structure does not contain any fields.</para><!-- ##### FUNCTION atk_streamable_content_get_n_mime_types ##### --><para></para>@streamable: @Returns: <!-- ##### FUNCTION atk_streamable_content_get_mime_type ##### --><para></para>@streamable: @i: @Returns: <!-- ##### FUNCTION atk_streamable_content_get_stream ##### --><para></para>@streamable: @mime_type: @Returns: <!-- ##### FUNCTION atk_streamable_content_get_uri ##### --><para></para>@streamable: @mime_type: @Returns: 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?