summaryrefslogtreecommitdiff
path: root/docs/tmpl/atkstreamablecontent.sgml
blob: 16981ac82d8834529e0bc06a39a7a65f4f4124d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!-- ##### 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 to
clients.  Typical implementors would be images or icons, HTML content, or
multimedia display/rendering widgets.
</para>
<para>
Negotiation of content type is allowed. Clients may examine the backing data
and 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 alternate
views of a document. If document content itself is being serialized,
stored, or converted, then use of the AtkStreamableContent interface can help
address performance issues. Unlike most ATK interfaces,
this interface is not strongly tied to the current user-agent view of the
a 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: