atk 2.2.0-x86-mingw32 → 2.2.1-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 (143) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/2.0/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-enum-types.h +16 -0
  6. data/vendor/local/include/atk-1.0/atk/atk.h +3 -0
  7. data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -1
  8. data/vendor/local/include/atk-1.0/atk/atkcomponent.h +20 -2
  9. data/vendor/local/include/atk-1.0/atk/atkdocument.h +29 -2
  10. data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +8 -0
  11. data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +3 -0
  12. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +9 -1
  13. data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +2 -0
  14. data/vendor/local/include/atk-1.0/atk/atkhypertext.h +4 -0
  15. data/vendor/local/include/atk-1.0/atk/atkimage.h +6 -0
  16. data/vendor/local/include/atk-1.0/atk/atkmisc.h +19 -19
  17. data/vendor/local/include/atk-1.0/atk/atknoopobject.h +4 -0
  18. data/vendor/local/include/atk-1.0/atk/atknoopobjectfactory.h +2 -0
  19. data/vendor/local/include/atk-1.0/atk/atkobject.h +133 -26
  20. data/vendor/local/include/atk-1.0/atk/atkobjectfactory.h +5 -0
  21. data/vendor/local/include/atk-1.0/atk/atkplug.h +5 -0
  22. data/vendor/local/include/atk-1.0/atk/atkrange.h +59 -0
  23. data/vendor/local/include/atk-1.0/atk/atkregistry.h +5 -15
  24. data/vendor/local/include/atk-1.0/atk/atkrelation.h +10 -0
  25. data/vendor/local/include/atk-1.0/atk/atkrelationset.h +10 -0
  26. data/vendor/local/include/atk-1.0/atk/atkselection.h +8 -0
  27. data/vendor/local/include/atk-1.0/atk/atksocket.h +6 -0
  28. data/vendor/local/include/atk-1.0/atk/atkstate.h +14 -2
  29. data/vendor/local/include/atk-1.0/atk/atkstateset.h +12 -0
  30. data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -1
  31. data/vendor/local/include/atk-1.0/atk/atktable.h +30 -6
  32. data/vendor/local/include/atk-1.0/atk/atktablecell.h +104 -0
  33. data/vendor/local/include/atk-1.0/atk/atktext.h +30 -5
  34. data/vendor/local/include/atk-1.0/atk/atkutil.h +35 -4
  35. data/vendor/local/include/atk-1.0/atk/atkvalue.h +88 -17
  36. data/vendor/local/include/atk-1.0/atk/atkversion.h +281 -2
  37. data/vendor/local/include/atk-1.0/atk/atkwindow.h +1 -0
  38. data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
  39. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  40. data/vendor/local/lib/libatk-1.0.la +3 -3
  41. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  42. data/vendor/local/share/gir-1.0/Atk-1.0.gir +3410 -899
  43. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +343 -233
  44. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +872 -578
  45. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +558 -251
  46. data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +298 -192
  47. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +117 -75
  48. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +434 -273
  49. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +195 -119
  50. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +224 -143
  51. data/vendor/local/share/gtk-doc/html/atk/AtkMisc.html +191 -0
  52. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +83 -59
  53. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +66 -49
  54. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +2398 -1337
  55. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +154 -96
  56. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +192 -118
  57. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +496 -278
  58. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +294 -193
  59. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +333 -201
  60. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +403 -256
  61. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +192 -130
  62. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1363 -776
  63. data/vendor/local/share/gtk-doc/html/atk/AtkTableCell.html +497 -0
  64. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1975 -1446
  65. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +862 -524
  66. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +638 -108
  67. data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +302 -175
  68. data/vendor/local/share/gtk-doc/html/atk/accessibles.html +49 -0
  69. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +18 -18
  70. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +21 -11
  71. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +11 -11
  72. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +10 -10
  73. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +11 -11
  74. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +15 -15
  75. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +9 -9
  76. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +11 -11
  77. data/vendor/local/share/gtk-doc/html/atk/api-index-1-9.html +39 -0
  78. data/vendor/local/share/gtk-doc/html/atk/api-index-2-10.html +35 -0
  79. data/vendor/local/share/gtk-doc/html/atk/api-index-2-12.html +78 -0
  80. data/vendor/local/share/gtk-doc/html/atk/api-index-2-2.html +53 -0
  81. data/vendor/local/share/gtk-doc/html/atk/api-index-2-8.html +47 -0
  82. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +75 -25
  83. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +358 -288
  84. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +82 -60
  85. data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +99 -52
  86. data/vendor/local/share/gtk-doc/html/atk/atk-AtkRange.html +328 -0
  87. data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +139 -91
  88. data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +355 -226
  89. data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +203 -142
  90. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +378 -547
  91. data/vendor/local/share/gtk-doc/html/atk/atkobject.html +33 -0
  92. data/vendor/local/share/gtk-doc/html/atk/data.html +49 -0
  93. data/vendor/local/share/gtk-doc/html/atk/deprecated.html +33 -0
  94. data/vendor/local/share/gtk-doc/html/atk/index.html +70 -46
  95. data/vendor/local/share/gtk-doc/html/atk/index.sgml +419 -519
  96. data/vendor/local/share/gtk-doc/html/atk/{atk.html → interfaces.html} +17 -60
  97. data/vendor/local/share/gtk-doc/html/atk/overview.html +47 -0
  98. data/vendor/local/share/gtk-doc/html/atk/style.css +260 -105
  99. data/vendor/local/share/gtk-doc/html/atk/toolkit.html +33 -0
  100. data/vendor/local/share/gtk-doc/html/atk/utilities.html +28 -14
  101. data/vendor/local/share/license/atk/AUTHORS +18 -5
  102. data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
  103. data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
  104. data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
  105. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
  106. data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
  107. data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
  108. data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
  109. data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
  110. data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
  111. data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
  112. data/vendor/local/share/locale/fi/LC_MESSAGES/atk10.mo +0 -0
  113. data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
  114. data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
  115. data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
  116. data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
  117. data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
  118. data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
  119. data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
  120. data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
  121. data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
  122. data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
  123. data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
  124. data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
  125. data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
  126. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
  127. data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
  128. data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
  129. data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
  130. data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
  131. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
  132. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
  133. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
  134. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
  135. metadata +27 -19
  136. data/lib/1.9/atk.so +0 -0
  137. data/lib/2.1/atk.so +0 -0
  138. data/vendor/local/lib/atk-1.0.def +0 -248
  139. data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +0 -31
  140. data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +0 -31
  141. data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +0 -31
  142. data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +0 -31
  143. data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +0 -30
@@ -0,0 +1,33 @@
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>ATK - Accessibility Toolkit: Event and toolkit support</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
+ <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
+ <link rel="prev" href="AtkObject.html" title="AtkObject">
10
+ <link rel="next" href="AtkUtil.html" title="AtkUtil">
11
+ <meta name="generator" content="GTK-Doc V1.21.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="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="AtkObject.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="AtkUtil.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
+ </tr></table>
22
+ <div class="chapter">
23
+ <div class="titlepage"><div><div><h1 class="title">
24
+ <a name="toolkit"></a>Event and toolkit support</h1></div></div></div>
25
+ <div class="toc"><dl class="toc"><dt>
26
+ <span class="refentrytitle"><a href="AtkUtil.html">AtkUtil</a></span><span class="refpurpose"> — A set of ATK utility functions for event and toolkit support.</span>
27
+ </dt></dl></div>
28
+ </div>
29
+ <div class="footer">
30
+ <hr>
31
+ Generated by GTK-Doc V1.21.1</div>
32
+ </body>
33
+ </html>
@@ -2,32 +2,46 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Utilities</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
5
+ <title>ATK - Accessibility Toolkit: Utilities</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
- <link rel="prev" href="AtkWindow.html" title="AtkWindow">
10
- <link rel="next" href="atk-Versioning-Utilities.html" title="Versioning macros">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
9
+ <link rel="prev" href="atk-AtkSocket.html" title="AtkSocket">
10
+ <link rel="next" href="AtkNoOpObjectFactory.html" title="AtkNoOpObjectFactory">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
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="10"><tr valign="middle">
16
- <td width="100%" align="left"></td>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></td>
17
17
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
18
  <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
- <td><a accesskey="p" href="AtkWindow.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
- <td><a accesskey="n" href="atk-Versioning-Utilities.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
19
+ <td><a accesskey="p" href="atk-AtkSocket.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="AtkNoOpObjectFactory.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="chapter">
23
- <div class="titlepage"><div><div><h2 class="title">
24
- <a name="utilities"></a>Utilities</h2></div></div></div>
25
- <div class="toc"><dl><dt>
23
+ <div class="titlepage"><div><div><h1 class="title">
24
+ <a name="utilities"></a>Utilities</h1></div></div></div>
25
+ <div class="toc"><dl class="toc">
26
+ <dt>
27
+ <span class="refentrytitle"><a href="AtkNoOpObjectFactory.html">AtkNoOpObjectFactory</a></span><span class="refpurpose"> — The AtkObjectFactory which creates an AtkNoOpObject.</span>
28
+ </dt>
29
+ <dt>
30
+ <span class="refentrytitle"><a href="AtkObjectFactory.html">AtkObjectFactory</a></span><span class="refpurpose"> — The base object class for a factory used to
31
+ create accessible objects for objects of a specific GType.</span>
32
+ </dt>
33
+ <dt>
34
+ <span class="refentrytitle"><a href="AtkRegistry.html">AtkRegistry</a></span><span class="refpurpose"> — An object used to store the GType of the
35
+ factories used to create an accessible object for an object of a
36
+ particular GType.</span>
37
+ </dt>
38
+ <dt>
26
39
  <span class="refentrytitle"><a href="atk-Versioning-Utilities.html">Versioning macros</a></span><span class="refpurpose"> — Variables and functions to check the ATK version</span>
27
- </dt></dl></div>
40
+ </dt>
41
+ </dl></div>
28
42
  </div>
29
43
  <div class="footer">
30
44
  <hr>
31
- Generated by GTK-Doc V1.19.1</div>
45
+ Generated by GTK-Doc V1.21.1</div>
32
46
  </body>
33
47
  </html>
@@ -1,5 +1,18 @@
1
- The ATk Team
2
- ============
3
- Bill.Haneman <bill.haneman@sun.com>
4
- Marc.Mulcahy <marc.mulcahy@sun.com>
5
- Padraig.Obriain <padraig.obriain@sun.com>
1
+ Please do not mail any of the authors listed here asking questions
2
+ about this version of ATK.
3
+
4
+ Original Authors
5
+ ================
6
+ Bill Haneman <bill.haneman@sun.com>
7
+ Marc Mulcahy <marc.mulcahy@sun.com>
8
+ Padraig Obriain <padraig.obriain@sun.com>
9
+
10
+ The ATK Team (in alphabetical order)
11
+ ====================================
12
+ Leon Fan <leon.fan@oracle.com>
13
+ Alejandro Pi�eiro Iglesias <apinheiro@igalia.com>
14
+ Li Yuan <lee.yuan@oracle.com>
15
+
16
+
17
+ There are many others who have contributed patches; we thank them, ATK
18
+ is much better because of them.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atk
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-09 00:00:00.000000000 Z
11
+ date: 2014-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: glib2
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 2.2.0
19
+ version: 2.2.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 2.2.0
26
+ version: 2.2.1
27
27
  description: Ruby/ATK is a Ruby binding of ATK-1.0.x.
28
28
  email: ruby-gnome2-devel-en@lists.sourceforge.net
29
29
  executables: []
@@ -32,8 +32,6 @@ extra_rdoc_files: []
32
32
  files:
33
33
  - README
34
34
  - Rakefile
35
- - extconf.rb
36
- - lib/atk.rb
37
35
  - ext/atk/atk.def
38
36
  - ext/atk/depend
39
37
  - ext/atk/extconf.rb
@@ -70,12 +68,12 @@ files:
70
68
  - ext/atk/rbatktextrectangle.c
71
69
  - ext/atk/rbatkutil.c
72
70
  - ext/atk/rbatkvalue.c
71
+ - extconf.rb
72
+ - lib/2.0/atk.so
73
+ - lib/atk.rb
73
74
  - test/atk-test-utils.rb
74
75
  - test/run-test.rb
75
76
  - test/test-text-rectangle.rb
76
- - lib/1.9/atk.so
77
- - lib/2.0/atk.so
78
- - lib/2.1/atk.so
79
77
  - vendor/local/bin/libatk-1.0-0.dll
80
78
  - vendor/local/include/atk-1.0/atk/atk-enum-types.h
81
79
  - vendor/local/include/atk-1.0/atk/atk.h
@@ -94,6 +92,7 @@ files:
94
92
  - vendor/local/include/atk-1.0/atk/atkobject.h
95
93
  - vendor/local/include/atk-1.0/atk/atkobjectfactory.h
96
94
  - vendor/local/include/atk-1.0/atk/atkplug.h
95
+ - vendor/local/include/atk-1.0/atk/atkrange.h
97
96
  - vendor/local/include/atk-1.0/atk/atkregistry.h
98
97
  - vendor/local/include/atk-1.0/atk/atkrelation.h
99
98
  - vendor/local/include/atk-1.0/atk/atkrelationset.h
@@ -104,12 +103,12 @@ files:
104
103
  - vendor/local/include/atk-1.0/atk/atkstateset.h
105
104
  - vendor/local/include/atk-1.0/atk/atkstreamablecontent.h
106
105
  - vendor/local/include/atk-1.0/atk/atktable.h
106
+ - vendor/local/include/atk-1.0/atk/atktablecell.h
107
107
  - vendor/local/include/atk-1.0/atk/atktext.h
108
108
  - vendor/local/include/atk-1.0/atk/atkutil.h
109
109
  - vendor/local/include/atk-1.0/atk/atkvalue.h
110
110
  - vendor/local/include/atk-1.0/atk/atkversion.h
111
111
  - vendor/local/include/atk-1.0/atk/atkwindow.h
112
- - vendor/local/lib/atk-1.0.def
113
112
  - vendor/local/lib/girepository-1.0/Atk-1.0.typelib
114
113
  - vendor/local/lib/libatk-1.0.dll.a
115
114
  - vendor/local/lib/libatk-1.0.la
@@ -123,6 +122,7 @@ files:
123
122
  - vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html
124
123
  - vendor/local/share/gtk-doc/html/atk/AtkHypertext.html
125
124
  - vendor/local/share/gtk-doc/html/atk/AtkImage.html
125
+ - vendor/local/share/gtk-doc/html/atk/AtkMisc.html
126
126
  - vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html
127
127
  - vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html
128
128
  - vendor/local/share/gtk-doc/html/atk/AtkObject.html
@@ -134,40 +134,48 @@ files:
134
134
  - vendor/local/share/gtk-doc/html/atk/AtkStateSet.html
135
135
  - vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html
136
136
  - vendor/local/share/gtk-doc/html/atk/AtkTable.html
137
+ - vendor/local/share/gtk-doc/html/atk/AtkTableCell.html
137
138
  - vendor/local/share/gtk-doc/html/atk/AtkText.html
138
139
  - vendor/local/share/gtk-doc/html/atk/AtkUtil.html
139
140
  - vendor/local/share/gtk-doc/html/atk/AtkValue.html
140
141
  - vendor/local/share/gtk-doc/html/atk/AtkWindow.html
142
+ - vendor/local/share/gtk-doc/html/atk/accessibles.html
141
143
  - vendor/local/share/gtk-doc/html/atk/api-index-1-12.html
142
144
  - vendor/local/share/gtk-doc/html/atk/api-index-1-13.html
143
- - vendor/local/share/gtk-doc/html/atk/api-index-1-18.html
144
145
  - vendor/local/share/gtk-doc/html/atk/api-index-1-20.html
145
146
  - vendor/local/share/gtk-doc/html/atk/api-index-1-22.html
146
- - vendor/local/share/gtk-doc/html/atk/api-index-1-24.html
147
- - vendor/local/share/gtk-doc/html/atk/api-index-1-26.html
148
- - vendor/local/share/gtk-doc/html/atk/api-index-1-28.html
149
147
  - vendor/local/share/gtk-doc/html/atk/api-index-1-3.html
150
148
  - vendor/local/share/gtk-doc/html/atk/api-index-1-30.html
151
- - vendor/local/share/gtk-doc/html/atk/api-index-1-32.html
152
149
  - vendor/local/share/gtk-doc/html/atk/api-index-1-4.html
153
150
  - vendor/local/share/gtk-doc/html/atk/api-index-1-6.html
151
+ - vendor/local/share/gtk-doc/html/atk/api-index-1-9.html
152
+ - vendor/local/share/gtk-doc/html/atk/api-index-2-10.html
153
+ - vendor/local/share/gtk-doc/html/atk/api-index-2-12.html
154
+ - vendor/local/share/gtk-doc/html/atk/api-index-2-2.html
155
+ - vendor/local/share/gtk-doc/html/atk/api-index-2-8.html
154
156
  - vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html
155
157
  - vendor/local/share/gtk-doc/html/atk/api-index-full.html
156
158
  - vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html
157
159
  - vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html
160
+ - vendor/local/share/gtk-doc/html/atk/atk-AtkRange.html
158
161
  - vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html
159
162
  - vendor/local/share/gtk-doc/html/atk/atk-AtkState.html
160
163
  - vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html
161
164
  - vendor/local/share/gtk-doc/html/atk/atk.devhelp2
162
- - vendor/local/share/gtk-doc/html/atk/atk.html
165
+ - vendor/local/share/gtk-doc/html/atk/atkobject.html
166
+ - vendor/local/share/gtk-doc/html/atk/data.html
167
+ - vendor/local/share/gtk-doc/html/atk/deprecated.html
163
168
  - vendor/local/share/gtk-doc/html/atk/home.png
164
169
  - vendor/local/share/gtk-doc/html/atk/index.html
165
170
  - vendor/local/share/gtk-doc/html/atk/index.sgml
171
+ - vendor/local/share/gtk-doc/html/atk/interfaces.html
166
172
  - vendor/local/share/gtk-doc/html/atk/left-insensitive.png
167
173
  - vendor/local/share/gtk-doc/html/atk/left.png
174
+ - vendor/local/share/gtk-doc/html/atk/overview.html
168
175
  - vendor/local/share/gtk-doc/html/atk/right-insensitive.png
169
176
  - vendor/local/share/gtk-doc/html/atk/right.png
170
177
  - vendor/local/share/gtk-doc/html/atk/style.css
178
+ - vendor/local/share/gtk-doc/html/atk/toolkit.html
171
179
  - vendor/local/share/gtk-doc/html/atk/up-insensitive.png
172
180
  - vendor/local/share/gtk-doc/html/atk/up.png
173
181
  - vendor/local/share/gtk-doc/html/atk/utilities.html
@@ -280,17 +288,17 @@ require_paths:
280
288
  - lib
281
289
  required_ruby_version: !ruby/object:Gem::Requirement
282
290
  requirements:
283
- - - '>='
291
+ - - ">="
284
292
  - !ruby/object:Gem::Version
285
293
  version: 1.9.3
286
294
  required_rubygems_version: !ruby/object:Gem::Requirement
287
295
  requirements:
288
- - - '>='
296
+ - - ">="
289
297
  - !ruby/object:Gem::Version
290
298
  version: '0'
291
299
  requirements: []
292
300
  rubyforge_project:
293
- rubygems_version: 2.0.14
301
+ rubygems_version: 2.2.2
294
302
  signing_key:
295
303
  specification_version: 4
296
304
  summary: Ruby/ATK is a Ruby binding of ATK-1.0.x.
data/lib/1.9/atk.so DELETED
Binary file
data/lib/2.1/atk.so DELETED
Binary file
@@ -1,248 +0,0 @@
1
- EXPORTS
2
- atk_action_do_action
3
- atk_action_get_description
4
- atk_action_get_keybinding
5
- atk_action_get_localized_name
6
- atk_action_get_n_actions
7
- atk_action_get_name
8
- atk_action_get_type
9
- atk_action_set_description
10
- atk_add_focus_tracker
11
- atk_add_global_event_listener
12
- atk_add_key_event_listener
13
- atk_attribute_set_free
14
- atk_component_add_focus_handler
15
- atk_component_contains
16
- atk_component_get_alpha
17
- atk_component_get_extents
18
- atk_component_get_layer
19
- atk_component_get_mdi_zorder
20
- atk_component_get_position
21
- atk_component_get_size
22
- atk_component_get_type
23
- atk_component_grab_focus
24
- atk_component_ref_accessible_at_point
25
- atk_component_remove_focus_handler
26
- atk_component_set_extents
27
- atk_component_set_position
28
- atk_component_set_size
29
- atk_coord_type_get_type
30
- atk_document_get_attribute_value
31
- atk_document_get_attributes
32
- atk_document_get_locale
33
- atk_document_get_document
34
- atk_document_get_document_type
35
- atk_document_get_type
36
- atk_document_set_attribute_value
37
- atk_editable_text_copy_text
38
- atk_editable_text_cut_text
39
- atk_editable_text_delete_text
40
- atk_editable_text_get_type
41
- atk_editable_text_insert_text
42
- atk_editable_text_paste_text
43
- atk_editable_text_set_run_attributes
44
- atk_editable_text_set_text_contents
45
- atk_focus_tracker_init
46
- atk_focus_tracker_notify
47
- atk_get_default_registry
48
- atk_get_focus_object
49
- atk_get_root
50
- atk_get_toolkit_name
51
- atk_get_toolkit_version
52
- atk_gobject_accessible_for_object
53
- atk_gobject_accessible_get_object
54
- atk_gobject_accessible_get_type
55
- atk_hyperlink_get_end_index
56
- atk_hyperlink_get_n_anchors
57
- atk_hyperlink_get_object
58
- atk_hyperlink_get_start_index
59
- atk_hyperlink_get_type
60
- atk_hyperlink_get_uri
61
- atk_hyperlink_is_inline
62
- atk_hyperlink_is_selected_link
63
- atk_hyperlink_is_valid
64
- atk_hypertext_get_link
65
- atk_hypertext_get_link_index
66
- atk_hypertext_get_n_links
67
- atk_hypertext_get_type
68
- atk_hyperlink_state_flags_get_type
69
- atk_hyperlink_impl_get_type
70
- atk_hyperlink_impl_get_hyperlink
71
- atk_image_get_image_description
72
- atk_image_get_image_locale
73
- atk_image_get_image_position
74
- atk_image_get_image_size
75
- atk_image_get_type
76
- atk_image_set_image_description
77
- atk_implementor_get_type
78
- atk_implementor_ref_accessible
79
- atk_key_event_type_get_type
80
- atk_layer_get_type
81
- atk_misc_get_instance
82
- atk_misc_get_type
83
- atk_misc_instance DATA
84
- atk_misc_threads_enter
85
- atk_misc_threads_leave
86
- atk_no_op_object_factory_get_type
87
- atk_no_op_object_factory_new
88
- atk_no_op_object_get_type
89
- atk_no_op_object_new
90
- atk_object_add_relationship
91
- atk_object_connect_property_change_handler
92
- atk_object_factory_create_accessible
93
- atk_object_factory_get_accessible_type
94
- atk_object_factory_get_type
95
- atk_object_factory_invalidate
96
- atk_object_get_attributes
97
- atk_object_get_description
98
- atk_object_get_index_in_parent
99
- atk_object_get_layer
100
- atk_object_get_mdi_zorder
101
- atk_object_get_n_accessible_children
102
- atk_object_get_name
103
- atk_object_get_parent
104
- atk_object_get_role
105
- atk_object_get_type
106
- atk_object_initialize
107
- atk_object_notify_state_change
108
- atk_object_ref_accessible_child
109
- atk_object_ref_relation_set
110
- atk_object_ref_state_set
111
- atk_object_remove_property_change_handler
112
- atk_object_remove_relationship
113
- atk_object_set_description
114
- atk_object_set_name
115
- atk_object_set_parent
116
- atk_object_set_role
117
- atk_plug_get_type
118
- atk_rectangle_get_type
119
- atk_registry_get_factory
120
- atk_registry_get_factory_type
121
- atk_registry_get_type
122
- atk_registry_set_factory_type
123
- atk_relation_add_target
124
- atk_relation_get_relation_type
125
- atk_relation_get_target
126
- atk_relation_get_type
127
- atk_relation_new
128
- atk_relation_set_add
129
- atk_relation_set_add_relation_by_type
130
- atk_relation_set_contains
131
- atk_relation_set_contains_target
132
- atk_relation_set_get_n_relations
133
- atk_relation_set_get_relation
134
- atk_relation_set_get_relation_by_type
135
- atk_relation_set_get_type
136
- atk_relation_set_new
137
- atk_relation_set_remove
138
- atk_relation_type_for_name
139
- atk_relation_type_get_name
140
- atk_relation_type_get_type
141
- atk_relation_type_register
142
- atk_remove_focus_tracker
143
- atk_remove_global_event_listener
144
- atk_remove_key_event_listener
145
- atk_role_for_name
146
- atk_role_get_localized_name
147
- atk_role_get_name
148
- atk_role_get_type
149
- atk_role_register
150
- atk_selection_add_selection
151
- atk_selection_clear_selection
152
- atk_selection_get_selection_count
153
- atk_selection_get_type
154
- atk_selection_is_child_selected
155
- atk_selection_ref_selection
156
- atk_selection_remove_selection
157
- atk_selection_select_all_selection
158
- atk_socket_get_type
159
- atk_state_set_add_state
160
- atk_state_set_add_states
161
- atk_state_set_and_sets
162
- atk_state_set_clear_states
163
- atk_state_set_contains_state
164
- atk_state_set_contains_states
165
- atk_state_set_get_type
166
- atk_state_set_is_empty
167
- atk_state_set_new
168
- atk_state_set_or_sets
169
- atk_state_set_remove_state
170
- atk_state_set_xor_sets
171
- atk_state_type_for_name
172
- atk_state_type_get_name
173
- atk_state_type_get_type
174
- atk_state_type_register
175
- atk_streamable_content_get_mime_type
176
- atk_streamable_content_get_n_mime_types
177
- atk_streamable_content_get_stream
178
- atk_streamable_content_get_type
179
- atk_streamable_content_get_uri
180
- atk_table_add_column_selection
181
- atk_table_add_row_selection
182
- atk_table_get_caption
183
- atk_table_get_column_at_index
184
- atk_table_get_column_description
185
- atk_table_get_column_extent_at
186
- atk_table_get_column_header
187
- atk_table_get_index_at
188
- atk_table_get_n_columns
189
- atk_table_get_n_rows
190
- atk_table_get_row_at_index
191
- atk_table_get_row_description
192
- atk_table_get_row_extent_at
193
- atk_table_get_row_header
194
- atk_table_get_selected_columns
195
- atk_table_get_selected_rows
196
- atk_table_get_summary
197
- atk_table_get_type
198
- atk_table_is_column_selected
199
- atk_table_is_row_selected
200
- atk_table_is_selected
201
- atk_table_ref_at
202
- atk_table_remove_column_selection
203
- atk_table_remove_row_selection
204
- atk_table_set_caption
205
- atk_table_set_column_description
206
- atk_table_set_column_header
207
- atk_table_set_row_description
208
- atk_table_set_row_header
209
- atk_table_set_summary
210
- atk_text_add_selection
211
- atk_text_attribute_for_name
212
- atk_text_attribute_get_name
213
- atk_text_attribute_get_type
214
- atk_text_attribute_get_value
215
- atk_text_attribute_register
216
- atk_text_boundary_get_type
217
- atk_text_granularity_get_type
218
- atk_text_clip_type_get_type
219
- atk_text_free_ranges
220
- atk_text_get_bounded_ranges
221
- atk_text_get_caret_offset
222
- atk_text_get_character_at_offset
223
- atk_text_get_character_count
224
- atk_text_get_character_extents
225
- atk_text_get_default_attributes
226
- atk_text_get_n_selections
227
- atk_text_get_offset_at_point
228
- atk_text_get_range_extents
229
- atk_text_get_run_attributes
230
- atk_text_get_selection
231
- atk_text_get_text
232
- atk_text_get_text_after_offset
233
- atk_text_get_text_at_offset
234
- atk_text_get_text_before_offset
235
- atk_text_get_string_at_offset
236
- atk_text_get_type
237
- atk_text_range_get_type
238
- atk_text_remove_selection
239
- atk_text_set_caret_offset
240
- atk_text_set_selection
241
- atk_util_get_type
242
- atk_value_get_current_value
243
- atk_value_get_maximum_value
244
- atk_value_get_minimum_increment
245
- atk_value_get_minimum_value
246
- atk_value_get_type
247
- atk_value_set_current_value
248
- atk_window_get_type