atk 1.1.9-x86-mingw32 → 1.2.0-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. data/Rakefile +12 -1
  2. data/lib/1.8/atk.so +0 -0
  3. data/lib/1.9/atk.so +0 -0
  4. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  5. data/vendor/local/include/atk-1.0/atk/atk.h +1 -0
  6. data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -8
  7. data/vendor/local/include/atk-1.0/atk/atkdocument.h +6 -6
  8. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +1 -0
  9. data/vendor/local/include/atk-1.0/atk/atkimage.h +4 -4
  10. data/vendor/local/include/atk-1.0/atk/atkmisc.h +24 -1
  11. data/vendor/local/include/atk-1.0/atk/atkobject.h +35 -7
  12. data/vendor/local/include/atk-1.0/atk/atkrelation.h +1 -1
  13. data/vendor/local/include/atk-1.0/atk/atkrelationset.h +3 -0
  14. data/vendor/local/include/atk-1.0/atk/atkstate.h +1 -1
  15. data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -6
  16. data/vendor/local/include/atk-1.0/atk/atktable.h +5 -8
  17. data/vendor/local/include/atk-1.0/atk/atktext.h +4 -2
  18. data/vendor/local/include/atk-1.0/atk/atkutil.h +75 -66
  19. data/vendor/local/include/atk-1.0/atk/atkwindow.h +54 -0
  20. data/vendor/local/lib/atk-1.0.def +2 -0
  21. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  22. data/vendor/local/lib/libatk-1.0.la +41 -0
  23. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  24. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +330 -0
  25. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +639 -0
  26. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +343 -0
  27. data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +328 -0
  28. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +128 -0
  29. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +400 -0
  30. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +215 -0
  31. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +238 -0
  32. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +109 -0
  33. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +94 -0
  34. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +1960 -0
  35. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +166 -0
  36. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +201 -0
  37. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +443 -0
  38. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +313 -0
  39. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +330 -0
  40. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +395 -0
  41. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +213 -0
  42. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1210 -0
  43. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1745 -0
  44. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +743 -0
  45. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +216 -0
  46. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +51 -0
  47. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +31 -0
  48. data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +31 -0
  49. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +35 -0
  50. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +45 -0
  51. data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +31 -0
  52. data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +31 -0
  53. data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +31 -0
  54. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +41 -0
  55. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +39 -0
  56. data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +30 -0
  57. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +35 -0
  58. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +35 -0
  59. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +41 -0
  60. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +651 -0
  61. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +107 -0
  62. data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +81 -0
  63. data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +130 -0
  64. data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +430 -0
  65. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +573 -0
  66. data/vendor/local/share/gtk-doc/html/atk/atk.html +121 -0
  67. data/vendor/local/share/gtk-doc/html/atk/home.png +0 -0
  68. data/vendor/local/share/gtk-doc/html/atk/index.html +136 -0
  69. data/vendor/local/share/gtk-doc/html/atk/index.sgml +688 -0
  70. data/vendor/local/share/gtk-doc/html/atk/left.png +0 -0
  71. data/vendor/local/share/gtk-doc/html/atk/right.png +0 -0
  72. data/vendor/local/share/gtk-doc/html/atk/style.css +266 -0
  73. data/vendor/local/share/gtk-doc/html/atk/up.png +0 -0
  74. data/vendor/local/share/license/atk/AUTHORS +5 -0
  75. data/vendor/local/share/license/atk/COPYING +482 -0
  76. data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
  77. data/vendor/local/share/locale/ast/LC_MESSAGES/atk10.mo +0 -0
  78. data/vendor/local/share/locale/be/LC_MESSAGES/atk10.mo +0 -0
  79. data/vendor/local/share/locale/bg/LC_MESSAGES/atk10.mo +0 -0
  80. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/atk10.mo +0 -0
  81. data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
  82. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
  83. data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
  84. data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
  85. data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
  86. data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
  87. data/vendor/local/share/locale/en_GB/LC_MESSAGES/atk10.mo +0 -0
  88. data/vendor/local/share/locale/eo/LC_MESSAGES/atk10.mo +0 -0
  89. data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
  90. data/vendor/local/share/locale/et/LC_MESSAGES/atk10.mo +0 -0
  91. data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
  92. data/vendor/local/share/locale/fa/LC_MESSAGES/atk10.mo +0 -0
  93. data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
  94. data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
  95. data/vendor/local/share/locale/gu/LC_MESSAGES/atk10.mo +0 -0
  96. data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
  97. data/vendor/local/share/locale/hi/LC_MESSAGES/atk10.mo +0 -0
  98. data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
  99. data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
  100. data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
  101. data/vendor/local/share/locale/ja/LC_MESSAGES/atk10.mo +0 -0
  102. data/vendor/local/share/locale/km/LC_MESSAGES/atk10.mo +0 -0
  103. data/vendor/local/share/locale/kn/LC_MESSAGES/atk10.mo +0 -0
  104. data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
  105. data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
  106. data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
  107. data/vendor/local/share/locale/ml/LC_MESSAGES/atk10.mo +0 -0
  108. data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
  109. data/vendor/local/share/locale/nn/LC_MESSAGES/atk10.mo +0 -0
  110. data/vendor/local/share/locale/or/LC_MESSAGES/atk10.mo +0 -0
  111. data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
  112. data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
  113. data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
  114. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
  115. data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
  116. data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
  117. data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
  118. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
  119. data/vendor/local/share/locale/sv/LC_MESSAGES/atk10.mo +0 -0
  120. data/vendor/local/share/locale/ta/LC_MESSAGES/atk10.mo +0 -0
  121. data/vendor/local/share/locale/te/LC_MESSAGES/atk10.mo +0 -0
  122. data/vendor/local/share/locale/tr/LC_MESSAGES/atk10.mo +0 -0
  123. data/vendor/local/share/locale/ug/LC_MESSAGES/atk10.mo +0 -0
  124. data/vendor/local/share/locale/uk/LC_MESSAGES/atk10.mo +0 -0
  125. data/vendor/local/share/locale/vi/LC_MESSAGES/atk10.mo +0 -0
  126. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
  127. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
  128. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
  129. data/vendor/local/share/locale/zu/LC_MESSAGES/atk10.mo +0 -0
  130. metadata +65 -14
  131. data/vendor/local/lib/atk-1.0.lib +0 -0
  132. data/vendor/local/manifest/atk-dev_1.32.0-2_win32.mft +0 -37
  133. data/vendor/local/manifest/atk_1.32.0-2_win32.mft +0 -95
  134. data/vendor/local/src/dieterv/packaging/atk_1.32.0-2_win32.log +0 -740
  135. data/vendor/local/src/dieterv/packaging/atk_1.32.0-2_win32.sh +0 -76
@@ -0,0 +1,395 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>AtkStateSet</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
+ <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
+ <link rel="up" href="atk.html" title="ATK Library">
9
+ <link rel="prev" href="atk-AtkState.html" title="AtkState">
10
+ <link rel="next" href="AtkStreamableContent.html" title="AtkStreamableContent">
11
+ <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
+ <tr valign="middle">
17
+ <td><a accesskey="p" href="atk-AtkState.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
+ <th width="100%" align="center">ATK - Accessibility Toolkit</th>
21
+ <td><a accesskey="n" href="AtkStreamableContent.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
+ </tr>
23
+ <tr><td colspan="5" class="shortcuts">
24
+ <a href="#AtkStateSet.synopsis" class="shortcut">Top</a>
25
+  | 
26
+ <a href="#AtkStateSet.description" class="shortcut">Description</a>
27
+  | 
28
+ <a href="#AtkStateSet.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
+ </td></tr>
30
+ </table>
31
+ <div class="refentry">
32
+ <a name="AtkStateSet"></a><div class="titlepage"></div>
33
+ <div class="refnamediv"><table width="100%"><tr>
34
+ <td valign="top">
35
+ <h2><span class="refentrytitle"><a name="AtkStateSet.top_of_page"></a>AtkStateSet</span></h2>
36
+ <p>AtkStateSet — An AtkStateSet determines a component's state set.</p>
37
+ </td>
38
+ <td valign="top" align="right"></td>
39
+ </tr></table></div>
40
+ <div class="refsynopsisdiv">
41
+ <a name="AtkStateSet.synopsis"></a><h2>Synopsis</h2>
42
+ <pre class="synopsis"> <a class="link" href="AtkStateSet.html#AtkStateSet-struct" title="AtkStateSet">AtkStateSet</a>;
43
+ <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> * <a class="link" href="AtkStateSet.html#atk-state-set-new" title="atk_state_set_new ()">atk_state_set_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
44
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkStateSet.html#atk-state-set-is-empty" title="atk_state_set_is_empty ()">atk_state_set_is_empty</a> (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>);
45
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkStateSet.html#atk-state-set-add-state" title="atk_state_set_add_state ()">atk_state_set_add_state</a> (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
46
+ <em class="parameter"><code><a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a> type</code></em>);
47
+ <span class="returnvalue">void</span> <a class="link" href="AtkStateSet.html#atk-state-set-add-states" title="atk_state_set_add_states ()">atk_state_set_add_states</a> (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
48
+ <em class="parameter"><code><a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a> *types</code></em>,
49
+ <em class="parameter"><code><span class="type">gint</span> n_types</code></em>);
50
+ <span class="returnvalue">void</span> <a class="link" href="AtkStateSet.html#atk-state-set-clear-states" title="atk_state_set_clear_states ()">atk_state_set_clear_states</a> (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>);
51
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkStateSet.html#atk-state-set-contains-state" title="atk_state_set_contains_state ()">atk_state_set_contains_state</a> (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
52
+ <em class="parameter"><code><a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a> type</code></em>);
53
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkStateSet.html#atk-state-set-contains-states" title="atk_state_set_contains_states ()">atk_state_set_contains_states</a> (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
54
+ <em class="parameter"><code><a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a> *types</code></em>,
55
+ <em class="parameter"><code><span class="type">gint</span> n_types</code></em>);
56
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkStateSet.html#atk-state-set-remove-state" title="atk_state_set_remove_state ()">atk_state_set_remove_state</a> (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
57
+ <em class="parameter"><code><a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a> type</code></em>);
58
+ <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> * <a class="link" href="AtkStateSet.html#atk-state-set-and-sets" title="atk_state_set_and_sets ()">atk_state_set_and_sets</a> (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
59
+ <em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *compare_set</code></em>);
60
+ <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> * <a class="link" href="AtkStateSet.html#atk-state-set-or-sets" title="atk_state_set_or_sets ()">atk_state_set_or_sets</a> (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
61
+ <em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *compare_set</code></em>);
62
+ <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> * <a class="link" href="AtkStateSet.html#atk-state-set-xor-sets" title="atk_state_set_xor_sets ()">atk_state_set_xor_sets</a> (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
63
+ <em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *compare_set</code></em>);
64
+ </pre>
65
+ </div>
66
+ <div class="refsect1">
67
+ <a name="AtkStateSet.object-hierarchy"></a><h2>Object Hierarchy</h2>
68
+ <pre class="synopsis">
69
+ GObject
70
+ +----AtkStateSet
71
+ </pre>
72
+ </div>
73
+ <div class="refsect1">
74
+ <a name="AtkStateSet.description"></a><h2>Description</h2>
75
+ <p>
76
+ An AtkStateSet determines a component's state set. It is composed of a set
77
+ of AtkStates.
78
+ </p>
79
+ </div>
80
+ <div class="refsect1">
81
+ <a name="AtkStateSet.details"></a><h2>Details</h2>
82
+ <div class="refsect2">
83
+ <a name="AtkStateSet-struct"></a><h3>AtkStateSet</h3>
84
+ <pre class="programlisting">typedef struct _AtkStateSet AtkStateSet;</pre>
85
+ <p>
86
+ </p>
87
+ </div>
88
+ <hr>
89
+ <div class="refsect2">
90
+ <a name="atk-state-set-new"></a><h3>atk_state_set_new ()</h3>
91
+ <pre class="programlisting"><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> * atk_state_set_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
92
+ <p>
93
+ Creates a new empty state set.
94
+ </p>
95
+ <div class="variablelist"><table border="0">
96
+ <col align="left" valign="top">
97
+ <tbody><tr>
98
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
99
+ <td>a new <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a>
100
+ </td>
101
+ </tr></tbody>
102
+ </table></div>
103
+ </div>
104
+ <hr>
105
+ <div class="refsect2">
106
+ <a name="atk-state-set-is-empty"></a><h3>atk_state_set_is_empty ()</h3>
107
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_state_set_is_empty (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>);</pre>
108
+ <p>
109
+ Checks whether the state set is empty, i.e. has no states set.
110
+ </p>
111
+ <div class="variablelist"><table border="0">
112
+ <col align="left" valign="top">
113
+ <tbody>
114
+ <tr>
115
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
116
+ <td>an <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a>
117
+ </td>
118
+ </tr>
119
+ <tr>
120
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
121
+ <td>
122
+ <code class="literal">TRUE</code> if <em class="parameter"><code>set</code></em> has no states set, otherwise <code class="literal">FALSE</code>
123
+ </td>
124
+ </tr>
125
+ </tbody>
126
+ </table></div>
127
+ </div>
128
+ <hr>
129
+ <div class="refsect2">
130
+ <a name="atk-state-set-add-state"></a><h3>atk_state_set_add_state ()</h3>
131
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_state_set_add_state (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
132
+ <em class="parameter"><code><a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a> type</code></em>);</pre>
133
+ <p>
134
+ Add a new state for the specified type to the current state set if
135
+ it is not already present.
136
+ </p>
137
+ <div class="variablelist"><table border="0">
138
+ <col align="left" valign="top">
139
+ <tbody>
140
+ <tr>
141
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
142
+ <td>an <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a>
143
+ </td>
144
+ </tr>
145
+ <tr>
146
+ <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
147
+ <td>an <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a>
148
+ </td>
149
+ </tr>
150
+ <tr>
151
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
152
+ <td>
153
+ <code class="literal">TRUE</code> if the state for <em class="parameter"><code>type</code></em> is not already in <em class="parameter"><code>set</code></em>.</td>
154
+ </tr>
155
+ </tbody>
156
+ </table></div>
157
+ </div>
158
+ <hr>
159
+ <div class="refsect2">
160
+ <a name="atk-state-set-add-states"></a><h3>atk_state_set_add_states ()</h3>
161
+ <pre class="programlisting"><span class="returnvalue">void</span> atk_state_set_add_states (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
162
+ <em class="parameter"><code><a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a> *types</code></em>,
163
+ <em class="parameter"><code><span class="type">gint</span> n_types</code></em>);</pre>
164
+ <p>
165
+ Add the states for the specified types to the current state set.
166
+ </p>
167
+ <div class="variablelist"><table border="0">
168
+ <col align="left" valign="top">
169
+ <tbody>
170
+ <tr>
171
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
172
+ <td>an <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a>
173
+ </td>
174
+ </tr>
175
+ <tr>
176
+ <td><p><span class="term"><em class="parameter"><code>types</code></em> :</span></p></td>
177
+ <td>an array of <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a>
178
+ </td>
179
+ </tr>
180
+ <tr>
181
+ <td><p><span class="term"><em class="parameter"><code>n_types</code></em> :</span></p></td>
182
+ <td>The number of elements in the array</td>
183
+ </tr>
184
+ </tbody>
185
+ </table></div>
186
+ </div>
187
+ <hr>
188
+ <div class="refsect2">
189
+ <a name="atk-state-set-clear-states"></a><h3>atk_state_set_clear_states ()</h3>
190
+ <pre class="programlisting"><span class="returnvalue">void</span> atk_state_set_clear_states (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>);</pre>
191
+ <p>
192
+ Removes all states from the state set.
193
+ </p>
194
+ <div class="variablelist"><table border="0">
195
+ <col align="left" valign="top">
196
+ <tbody><tr>
197
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
198
+ <td>an <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a>
199
+ </td>
200
+ </tr></tbody>
201
+ </table></div>
202
+ </div>
203
+ <hr>
204
+ <div class="refsect2">
205
+ <a name="atk-state-set-contains-state"></a><h3>atk_state_set_contains_state ()</h3>
206
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_state_set_contains_state (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
207
+ <em class="parameter"><code><a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a> type</code></em>);</pre>
208
+ <p>
209
+ Checks whether the state for the specified type is in the specified set.
210
+ </p>
211
+ <div class="variablelist"><table border="0">
212
+ <col align="left" valign="top">
213
+ <tbody>
214
+ <tr>
215
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
216
+ <td>an <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a>
217
+ </td>
218
+ </tr>
219
+ <tr>
220
+ <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
221
+ <td>an <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a>
222
+ </td>
223
+ </tr>
224
+ <tr>
225
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
226
+ <td>
227
+ <code class="literal">TRUE</code> if <em class="parameter"><code>type</code></em> is the state type is in <em class="parameter"><code>set</code></em>.</td>
228
+ </tr>
229
+ </tbody>
230
+ </table></div>
231
+ </div>
232
+ <hr>
233
+ <div class="refsect2">
234
+ <a name="atk-state-set-contains-states"></a><h3>atk_state_set_contains_states ()</h3>
235
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_state_set_contains_states (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
236
+ <em class="parameter"><code><a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a> *types</code></em>,
237
+ <em class="parameter"><code><span class="type">gint</span> n_types</code></em>);</pre>
238
+ <p>
239
+ Checks whether the states for all the specified types are in the
240
+ specified set.
241
+ </p>
242
+ <div class="variablelist"><table border="0">
243
+ <col align="left" valign="top">
244
+ <tbody>
245
+ <tr>
246
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
247
+ <td>an <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a>
248
+ </td>
249
+ </tr>
250
+ <tr>
251
+ <td><p><span class="term"><em class="parameter"><code>types</code></em> :</span></p></td>
252
+ <td>an array of <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a>
253
+ </td>
254
+ </tr>
255
+ <tr>
256
+ <td><p><span class="term"><em class="parameter"><code>n_types</code></em> :</span></p></td>
257
+ <td>The number of elements in the array</td>
258
+ </tr>
259
+ <tr>
260
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
261
+ <td>
262
+ <code class="literal">TRUE</code> if all the states for <em class="parameter"><code>type</code></em> are in <em class="parameter"><code>set</code></em>.</td>
263
+ </tr>
264
+ </tbody>
265
+ </table></div>
266
+ </div>
267
+ <hr>
268
+ <div class="refsect2">
269
+ <a name="atk-state-set-remove-state"></a><h3>atk_state_set_remove_state ()</h3>
270
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_state_set_remove_state (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
271
+ <em class="parameter"><code><a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkStateType"><span class="type">AtkStateType</span></a> type</code></em>);</pre>
272
+ <p>
273
+ Removes the state for the specified type from the state set.
274
+ </p>
275
+ <div class="variablelist"><table border="0">
276
+ <col align="left" valign="top">
277
+ <tbody>
278
+ <tr>
279
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
280
+ <td>an <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a>
281
+ </td>
282
+ </tr>
283
+ <tr>
284
+ <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
285
+ <td>an <span class="type">AtkType</span>
286
+ </td>
287
+ </tr>
288
+ <tr>
289
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
290
+ <td>
291
+ <code class="literal">TRUE</code> if <em class="parameter"><code>type</code></em> was the state type is in <em class="parameter"><code>set</code></em>.</td>
292
+ </tr>
293
+ </tbody>
294
+ </table></div>
295
+ </div>
296
+ <hr>
297
+ <div class="refsect2">
298
+ <a name="atk-state-set-and-sets"></a><h3>atk_state_set_and_sets ()</h3>
299
+ <pre class="programlisting"><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> * atk_state_set_and_sets (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
300
+ <em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *compare_set</code></em>);</pre>
301
+ <p>
302
+ Constructs the intersection of the two sets, returning <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the
303
+ intersection is empty.
304
+ </p>
305
+ <div class="variablelist"><table border="0">
306
+ <col align="left" valign="top">
307
+ <tbody>
308
+ <tr>
309
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
310
+ <td>an <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a>
311
+ </td>
312
+ </tr>
313
+ <tr>
314
+ <td><p><span class="term"><em class="parameter"><code>compare_set</code></em> :</span></p></td>
315
+ <td>another <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a>
316
+ </td>
317
+ </tr>
318
+ <tr>
319
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
320
+ <td>a new <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> which is the intersection of
321
+ the two sets. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
322
+ </td>
323
+ </tr>
324
+ </tbody>
325
+ </table></div>
326
+ </div>
327
+ <hr>
328
+ <div class="refsect2">
329
+ <a name="atk-state-set-or-sets"></a><h3>atk_state_set_or_sets ()</h3>
330
+ <pre class="programlisting"><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> * atk_state_set_or_sets (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
331
+ <em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *compare_set</code></em>);</pre>
332
+ <p>
333
+ Constructs the union of the two sets.
334
+ </p>
335
+ <div class="variablelist"><table border="0">
336
+ <col align="left" valign="top">
337
+ <tbody>
338
+ <tr>
339
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
340
+ <td>an <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a>
341
+ </td>
342
+ </tr>
343
+ <tr>
344
+ <td><p><span class="term"><em class="parameter"><code>compare_set</code></em> :</span></p></td>
345
+ <td>another <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a>
346
+ </td>
347
+ </tr>
348
+ <tr>
349
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
350
+ <td>a new <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> which is the union of the two
351
+ sets, returning <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> is empty. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
352
+ </td>
353
+ </tr>
354
+ </tbody>
355
+ </table></div>
356
+ </div>
357
+ <hr>
358
+ <div class="refsect2">
359
+ <a name="atk-state-set-xor-sets"></a><h3>atk_state_set_xor_sets ()</h3>
360
+ <pre class="programlisting"><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> * atk_state_set_xor_sets (<em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *set</code></em>,
361
+ <em class="parameter"><code><a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> *compare_set</code></em>);</pre>
362
+ <p>
363
+ Constructs the exclusive-or of the two sets, returning <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> is empty.
364
+ The set returned by this operation contains the states in exactly
365
+ one of the two sets.
366
+ </p>
367
+ <div class="variablelist"><table border="0">
368
+ <col align="left" valign="top">
369
+ <tbody>
370
+ <tr>
371
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
372
+ <td>an <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a>
373
+ </td>
374
+ </tr>
375
+ <tr>
376
+ <td><p><span class="term"><em class="parameter"><code>compare_set</code></em> :</span></p></td>
377
+ <td>another <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a>
378
+ </td>
379
+ </tr>
380
+ <tr>
381
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
382
+ <td>a new <a class="link" href="AtkStateSet.html" title="AtkStateSet"><span class="type">AtkStateSet</span></a> which contains the states
383
+ which are in exactly one of the two sets. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
384
+ </td>
385
+ </tr>
386
+ </tbody>
387
+ </table></div>
388
+ </div>
389
+ </div>
390
+ </div>
391
+ <div class="footer">
392
+ <hr>
393
+ Generated by GTK-Doc V1.18.1</div>
394
+ </body>
395
+ </html>
@@ -0,0 +1,213 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>AtkStreamableContent</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
+ <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
+ <link rel="up" href="atk.html" title="ATK Library">
9
+ <link rel="prev" href="AtkStateSet.html" title="AtkStateSet">
10
+ <link rel="next" href="AtkTable.html" title="AtkTable">
11
+ <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
+ <tr valign="middle">
17
+ <td><a accesskey="p" href="AtkStateSet.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
+ <th width="100%" align="center">ATK - Accessibility Toolkit</th>
21
+ <td><a accesskey="n" href="AtkTable.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
+ </tr>
23
+ <tr><td colspan="5" class="shortcuts">
24
+ <a href="#AtkStreamableContent.synopsis" class="shortcut">Top</a>
25
+  | 
26
+ <a href="#AtkStreamableContent.description" class="shortcut">Description</a>
27
+  | 
28
+ <a href="#AtkStreamableContent.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
+ </td></tr>
30
+ </table>
31
+ <div class="refentry">
32
+ <a name="AtkStreamableContent"></a><div class="titlepage"></div>
33
+ <div class="refnamediv"><table width="100%"><tr>
34
+ <td valign="top">
35
+ <h2><span class="refentrytitle"><a name="AtkStreamableContent.top_of_page"></a>AtkStreamableContent</span></h2>
36
+ <p>AtkStreamableContent — The ATK interface which provides access to streamable content.</p>
37
+ </td>
38
+ <td valign="top" align="right"></td>
39
+ </tr></table></div>
40
+ <div class="refsynopsisdiv">
41
+ <a name="AtkStreamableContent.synopsis"></a><h2>Synopsis</h2>
42
+ <pre class="synopsis"> <a class="link" href="AtkStreamableContent.html#AtkStreamableContent-struct" title="AtkStreamableContent">AtkStreamableContent</a>;
43
+ <span class="returnvalue">gint</span> <a class="link" href="AtkStreamableContent.html#atk-streamable-content-get-n-mime-types" title="atk_streamable_content_get_n_mime_types ()">atk_streamable_content_get_n_mime_types</a>
44
+ (<em class="parameter"><code><a class="link" href="AtkStreamableContent.html" title="AtkStreamableContent"><span class="type">AtkStreamableContent</span></a> *streamable</code></em>);
45
+ const <span class="returnvalue">gchar</span> * <a class="link" href="AtkStreamableContent.html#atk-streamable-content-get-mime-type" title="atk_streamable_content_get_mime_type ()">atk_streamable_content_get_mime_type</a>
46
+ (<em class="parameter"><code><a class="link" href="AtkStreamableContent.html" title="AtkStreamableContent"><span class="type">AtkStreamableContent</span></a> *streamable</code></em>,
47
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);
48
+ <span class="returnvalue">GIOChannel</span> * <a class="link" href="AtkStreamableContent.html#atk-streamable-content-get-stream" title="atk_streamable_content_get_stream ()">atk_streamable_content_get_stream</a> (<em class="parameter"><code><a class="link" href="AtkStreamableContent.html" title="AtkStreamableContent"><span class="type">AtkStreamableContent</span></a> *streamable</code></em>,
49
+ <em class="parameter"><code>const <span class="type">gchar</span> *mime_type</code></em>);
50
+ const <span class="returnvalue">gchar</span> * <a class="link" href="AtkStreamableContent.html#atk-streamable-content-get-uri" title="atk_streamable_content_get_uri ()">atk_streamable_content_get_uri</a> (<em class="parameter"><code><a class="link" href="AtkStreamableContent.html" title="AtkStreamableContent"><span class="type">AtkStreamableContent</span></a> *streamable</code></em>,
51
+ <em class="parameter"><code>const <span class="type">gchar</span> *mime_type</code></em>);
52
+ </pre>
53
+ </div>
54
+ <div class="refsect1">
55
+ <a name="AtkStreamableContent.object-hierarchy"></a><h2>Object Hierarchy</h2>
56
+ <pre class="synopsis">
57
+ GInterface
58
+ +----AtkStreamableContent
59
+ </pre>
60
+ </div>
61
+ <div class="refsect1">
62
+ <a name="AtkStreamableContent.description"></a><h2>Description</h2>
63
+ <p>
64
+ An interface whereby an object allows its backing content to be streamed to
65
+ clients. Typical implementors would be images or icons, HTML content, or
66
+ multimedia display/rendering widgets.
67
+ </p>
68
+ <p>
69
+ Negotiation of content type is allowed. Clients may examine the backing data
70
+ and transform, convert, or parse the content in order to present it in an alternate form to end-users.
71
+ </p>
72
+ <p>
73
+ The AtkStreamableContent interface is particularly useful for saving,
74
+ printing, or post-processing entire documents, or for persisting alternate
75
+ views of a document. If document content itself is being serialized,
76
+ stored, or converted, then use of the AtkStreamableContent interface can help
77
+ address performance issues. Unlike most ATK interfaces,
78
+ this interface is not strongly tied to the current user-agent view of the
79
+ a particular document, but may in some cases give access to the underlying model data.
80
+ </p>
81
+ </div>
82
+ <div class="refsect1">
83
+ <a name="AtkStreamableContent.details"></a><h2>Details</h2>
84
+ <div class="refsect2">
85
+ <a name="AtkStreamableContent-struct"></a><h3>AtkStreamableContent</h3>
86
+ <pre class="programlisting">typedef struct _AtkStreamableContent AtkStreamableContent;</pre>
87
+ <p>
88
+ The AtkStreamableContent structure does not contain any fields.
89
+ </p>
90
+ </div>
91
+ <hr>
92
+ <div class="refsect2">
93
+ <a name="atk-streamable-content-get-n-mime-types"></a><h3>atk_streamable_content_get_n_mime_types ()</h3>
94
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_streamable_content_get_n_mime_types
95
+ (<em class="parameter"><code><a class="link" href="AtkStreamableContent.html" title="AtkStreamableContent"><span class="type">AtkStreamableContent</span></a> *streamable</code></em>);</pre>
96
+ <p>
97
+ Gets the number of mime types supported by this object.
98
+ </p>
99
+ <div class="variablelist"><table border="0">
100
+ <col align="left" valign="top">
101
+ <tbody>
102
+ <tr>
103
+ <td><p><span class="term"><em class="parameter"><code>streamable</code></em> :</span></p></td>
104
+ <td>a GObject instance that implements AtkStreamableContentIface</td>
105
+ </tr>
106
+ <tr>
107
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
108
+ <td>a gint which is the number of mime types supported by the object.</td>
109
+ </tr>
110
+ </tbody>
111
+ </table></div>
112
+ </div>
113
+ <hr>
114
+ <div class="refsect2">
115
+ <a name="atk-streamable-content-get-mime-type"></a><h3>atk_streamable_content_get_mime_type ()</h3>
116
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> * atk_streamable_content_get_mime_type
117
+ (<em class="parameter"><code><a class="link" href="AtkStreamableContent.html" title="AtkStreamableContent"><span class="type">AtkStreamableContent</span></a> *streamable</code></em>,
118
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
119
+ <p>
120
+ Gets the character string of the specified mime type. The first mime
121
+ type is at position 0, the second at position 1, and so on.
122
+ </p>
123
+ <div class="variablelist"><table border="0">
124
+ <col align="left" valign="top">
125
+ <tbody>
126
+ <tr>
127
+ <td><p><span class="term"><em class="parameter"><code>streamable</code></em> :</span></p></td>
128
+ <td>a GObject instance that implements AtkStreamableContent</td>
129
+ </tr>
130
+ <tr>
131
+ <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
132
+ <td>a gint representing the position of the mime type starting from 0</td>
133
+ </tr>
134
+ <tr>
135
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
136
+ <td>: a gchar* representing the specified mime type; the caller
137
+ should not free the character string.</td>
138
+ </tr>
139
+ </tbody>
140
+ </table></div>
141
+ </div>
142
+ <hr>
143
+ <div class="refsect2">
144
+ <a name="atk-streamable-content-get-stream"></a><h3>atk_streamable_content_get_stream ()</h3>
145
+ <pre class="programlisting"><span class="returnvalue">GIOChannel</span> * atk_streamable_content_get_stream (<em class="parameter"><code><a class="link" href="AtkStreamableContent.html" title="AtkStreamableContent"><span class="type">AtkStreamableContent</span></a> *streamable</code></em>,
146
+ <em class="parameter"><code>const <span class="type">gchar</span> *mime_type</code></em>);</pre>
147
+ <p>
148
+ Gets the content in the specified mime type.
149
+ </p>
150
+ <div class="variablelist"><table border="0">
151
+ <col align="left" valign="top">
152
+ <tbody>
153
+ <tr>
154
+ <td><p><span class="term"><em class="parameter"><code>streamable</code></em> :</span></p></td>
155
+ <td>a GObject instance that implements AtkStreamableContentIface</td>
156
+ </tr>
157
+ <tr>
158
+ <td><p><span class="term"><em class="parameter"><code>mime_type</code></em> :</span></p></td>
159
+ <td>a gchar* representing the mime type</td>
160
+ </tr>
161
+ <tr>
162
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
163
+ <td>A <span class="type">GIOChannel</span> which contains the content in the
164
+ specified mime type. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
165
+ </td>
166
+ </tr>
167
+ </tbody>
168
+ </table></div>
169
+ </div>
170
+ <hr>
171
+ <div class="refsect2">
172
+ <a name="atk-streamable-content-get-uri"></a><h3>atk_streamable_content_get_uri ()</h3>
173
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> * atk_streamable_content_get_uri (<em class="parameter"><code><a class="link" href="AtkStreamableContent.html" title="AtkStreamableContent"><span class="type">AtkStreamableContent</span></a> *streamable</code></em>,
174
+ <em class="parameter"><code>const <span class="type">gchar</span> *mime_type</code></em>);</pre>
175
+ <p>
176
+ Get a string representing a URI in IETF standard format
177
+ (see http://www.ietf.org/rfc/rfc2396.txt) from which the object's content
178
+ may be streamed in the specified mime-type, if one is available.
179
+ If mime_type is NULL, the URI for the default (and possibly only) mime-type is
180
+ returned.
181
+ </p>
182
+ <p>
183
+ Note that it is possible for get_uri to return NULL but for
184
+ get_stream to work nonetheless, since not all GIOChannels connect to URIs.
185
+ </p>
186
+ <div class="variablelist"><table border="0">
187
+ <col align="left" valign="top">
188
+ <tbody>
189
+ <tr>
190
+ <td><p><span class="term"><em class="parameter"><code>streamable</code></em> :</span></p></td>
191
+ <td>a GObject instance that implements AtkStreamableContentIface</td>
192
+ </tr>
193
+ <tr>
194
+ <td><p><span class="term"><em class="parameter"><code>mime_type</code></em> :</span></p></td>
195
+ <td>a gchar* representing the mime type, or NULL to request a URI
196
+ for the default mime type.</td>
197
+ </tr>
198
+ <tr>
199
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
200
+ <td>Returns a string representing a URI, or NULL if no corresponding URI
201
+ can be constructed.</td>
202
+ </tr>
203
+ </tbody>
204
+ </table></div>
205
+ <p class="since">Since 1.12</p>
206
+ </div>
207
+ </div>
208
+ </div>
209
+ <div class="footer">
210
+ <hr>
211
+ Generated by GTK-Doc V1.18.1</div>
212
+ </body>
213
+ </html>