atk 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13016f1e93bf5e3b93d68d05c77e5a8bb4cc41a2
4
- data.tar.gz: 068830795eb155f8975d85217b3fe7b80fe445a9
3
+ metadata.gz: aadce09d985e8a269f8e1961a7f81c3c2ee17a51
4
+ data.tar.gz: 6dd5ac27d7c211fd19aa233f9e104eaca74e2150
5
5
  SHA512:
6
- metadata.gz: 5b6cd66b8ccbe4ea42f61ca0097d4f600e4dbaba058e4900ed5d4a8886c176fa6cf792738c3db4f3a22331deb85d3fa87f17a6f807dd5794c6d069a3f10a3c11
7
- data.tar.gz: 81c5fadaa9c4dfc4c88f825acc76d96642bb7c7fb2063722b7b5b2d4ea34284a4cd6d39a5f58a16b533900d5776e4bab747aa315c0f79cfb103845121baef394
6
+ metadata.gz: f66fa98ae6be4082656d29eec9debad4967f8fcc838d9f895e26cd3833d41dca6d41fc32673f4093bf5ebec8f807e534b9ac855f394eb444a05388b05b912fb7
7
+ data.tar.gz: 42feb7dc2038c2cbed46ddc94aabd816117364cb89110540b5383af02caf652f74f2da89a38a8b9b48443251882d6bb9f7a235d461f73929a4dcb10e037fcb36
data/Rakefile CHANGED
@@ -15,7 +15,7 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
15
15
  :name => "atk",
16
16
  :download_site => :gnome,
17
17
  :label => "atk",
18
- :version => "2.10.0",
18
+ :version => "2.14.0",
19
19
  :compression_method => "xz",
20
20
  :windows => {
21
21
  :configure_args => [
data/lib/2.0/atk.so CHANGED
Binary file
Binary file
@@ -8,37 +8,53 @@
8
8
  #ifndef __ATK_ENUM_TYPES_H__
9
9
  #define __ATK_ENUM_TYPES_H__
10
10
 
11
+ #include <atk/atkversion.h>
11
12
  #include <glib-object.h>
12
13
 
13
14
  G_BEGIN_DECLS
14
15
  /* enumerations from "atkhyperlink.h" */
16
+ ATK_AVAILABLE_IN_ALL
15
17
  GType atk_hyperlink_state_flags_get_type (void);
16
18
  #define ATK_TYPE_HYPERLINK_STATE_FLAGS (atk_hyperlink_state_flags_get_type())
17
19
  /* enumerations from "atkobject.h" */
20
+ ATK_AVAILABLE_IN_ALL
18
21
  GType atk_role_get_type (void);
19
22
  #define ATK_TYPE_ROLE (atk_role_get_type())
23
+ ATK_AVAILABLE_IN_ALL
20
24
  GType atk_layer_get_type (void);
21
25
  #define ATK_TYPE_LAYER (atk_layer_get_type())
22
26
  /* enumerations from "atkrelationtype.h" */
27
+ ATK_AVAILABLE_IN_ALL
23
28
  GType atk_relation_type_get_type (void);
24
29
  #define ATK_TYPE_RELATION_TYPE (atk_relation_type_get_type())
25
30
  /* enumerations from "atkstate.h" */
31
+ ATK_AVAILABLE_IN_ALL
26
32
  GType atk_state_type_get_type (void);
27
33
  #define ATK_TYPE_STATE_TYPE (atk_state_type_get_type())
28
34
  /* enumerations from "atktext.h" */
35
+ ATK_AVAILABLE_IN_ALL
29
36
  GType atk_text_attribute_get_type (void);
30
37
  #define ATK_TYPE_TEXT_ATTRIBUTE (atk_text_attribute_get_type())
38
+ ATK_AVAILABLE_IN_ALL
31
39
  GType atk_text_boundary_get_type (void);
32
40
  #define ATK_TYPE_TEXT_BOUNDARY (atk_text_boundary_get_type())
41
+ ATK_AVAILABLE_IN_ALL
33
42
  GType atk_text_granularity_get_type (void);
34
43
  #define ATK_TYPE_TEXT_GRANULARITY (atk_text_granularity_get_type())
44
+ ATK_AVAILABLE_IN_ALL
35
45
  GType atk_text_clip_type_get_type (void);
36
46
  #define ATK_TYPE_TEXT_CLIP_TYPE (atk_text_clip_type_get_type())
37
47
  /* enumerations from "atkutil.h" */
48
+ ATK_AVAILABLE_IN_ALL
38
49
  GType atk_key_event_type_get_type (void);
39
50
  #define ATK_TYPE_KEY_EVENT_TYPE (atk_key_event_type_get_type())
51
+ ATK_AVAILABLE_IN_ALL
40
52
  GType atk_coord_type_get_type (void);
41
53
  #define ATK_TYPE_COORD_TYPE (atk_coord_type_get_type())
54
+ /* enumerations from "atkvalue.h" */
55
+ ATK_AVAILABLE_IN_ALL
56
+ GType atk_value_type_get_type (void);
57
+ #define ATK_TYPE_VALUE_TYPE (atk_value_type_get_type())
42
58
  G_END_DECLS
43
59
 
44
60
  #endif /* __ATK_ENUM_TYPES_H__ */
@@ -27,6 +27,7 @@
27
27
  #include <atk/atkcomponent.h>
28
28
  #include <atk/atkdocument.h>
29
29
  #include <atk/atkeditabletext.h>
30
+ #include <atk/atk-enum-types.h>
30
31
  #include <atk/atkgobjectaccessible.h>
31
32
  #include <atk/atkhyperlink.h>
32
33
  #include <atk/atkhyperlinkimpl.h>
@@ -36,6 +37,7 @@
36
37
  #include <atk/atknoopobjectfactory.h>
37
38
  #include <atk/atkobjectfactory.h>
38
39
  #include <atk/atkplug.h>
40
+ #include <atk/atkrange.h>
39
41
  #include <atk/atkregistry.h>
40
42
  #include <atk/atkrelation.h>
41
43
  #include <atk/atkrelationset.h>
@@ -46,6 +48,7 @@
46
48
  #include <atk/atkstateset.h>
47
49
  #include <atk/atkstreamablecontent.h>
48
50
  #include <atk/atktable.h>
51
+ #include <atk/atktablecell.h>
49
52
  #include <atk/atktext.h>
50
53
  #include <atk/atkutil.h>
51
54
  #include <atk/atkmisc.h>
@@ -68,6 +68,7 @@ struct _AtkActionIface
68
68
  gint i);
69
69
  };
70
70
 
71
+ ATK_AVAILABLE_IN_ALL
71
72
  GType atk_action_get_type (void);
72
73
 
73
74
  /*
@@ -81,21 +82,27 @@ GType atk_action_get_type (void);
81
82
  * provided in a support library
82
83
  */
83
84
 
85
+ ATK_AVAILABLE_IN_ALL
84
86
  gboolean atk_action_do_action (AtkAction *action,
85
87
  gint i);
88
+ ATK_AVAILABLE_IN_ALL
86
89
  gint atk_action_get_n_actions (AtkAction *action);
90
+ ATK_AVAILABLE_IN_ALL
87
91
  const gchar* atk_action_get_description (AtkAction *action,
88
92
  gint i);
93
+ ATK_AVAILABLE_IN_ALL
89
94
  const gchar* atk_action_get_name (AtkAction *action,
90
95
  gint i);
96
+ ATK_AVAILABLE_IN_ALL
91
97
  const gchar* atk_action_get_keybinding (AtkAction *action,
92
98
  gint i);
99
+ ATK_AVAILABLE_IN_ALL
93
100
  gboolean atk_action_set_description (AtkAction *action,
94
101
  gint i,
95
102
  const gchar *desc);
96
103
 
97
104
  /* NEW in ATK 1.1: */
98
-
105
+ ATK_AVAILABLE_IN_ALL
99
106
  const gchar* atk_action_get_localized_name (AtkAction *action,
100
107
  gint i);
101
108
 
@@ -83,6 +83,7 @@ struct _AtkRectangle
83
83
  gint height;
84
84
  };
85
85
 
86
+ ATK_AVAILABLE_IN_ALL
86
87
  GType atk_rectangle_get_type (void);
87
88
 
88
89
  #define ATK_TYPE_RECTANGLE (atk_rectangle_get_type ())
@@ -92,6 +93,10 @@ GType atk_rectangle_get_type (void);
92
93
  * @add_focus_handler: This virtual function is deprecated since 2.9.4
93
94
  * and it should not be overriden. See
94
95
  * atk_component_add_focus_handler() for more information.
96
+ * @get_position: This virtual function is deprecated since 2.12 and
97
+ * it should not be overriden. Use @get_extents instead.
98
+ * @get_size: This virtual function is deprecated since 2.12 and it
99
+ * should not be overriden. Use @get_extents instead.
95
100
  * @remove_focus_handler: This virtual function is deprecated since
96
101
  * 2.9.4 and it should not be overriden. See
97
102
  * atk_component_remove_focus_handler() for more information.
@@ -154,52 +159,65 @@ struct _AtkComponentIface
154
159
  gdouble (* get_alpha) (AtkComponent *component);
155
160
  };
156
161
 
162
+ ATK_AVAILABLE_IN_ALL
157
163
  GType atk_component_get_type (void);
158
164
 
159
165
  /* convenience functions */
160
- G_DEPRECATED
166
+ ATK_DEPRECATED_IN_2_10
161
167
  guint atk_component_add_focus_handler (AtkComponent *component,
162
168
  AtkFocusHandler handler);
169
+ ATK_AVAILABLE_IN_ALL
163
170
  gboolean atk_component_contains (AtkComponent *component,
164
171
  gint x,
165
172
  gint y,
166
173
  AtkCoordType coord_type);
174
+ ATK_AVAILABLE_IN_ALL
167
175
  AtkObject* atk_component_ref_accessible_at_point(AtkComponent *component,
168
176
  gint x,
169
177
  gint y,
170
178
  AtkCoordType coord_type);
179
+ ATK_AVAILABLE_IN_ALL
171
180
  void atk_component_get_extents (AtkComponent *component,
172
181
  gint *x,
173
182
  gint *y,
174
183
  gint *width,
175
184
  gint *height,
176
185
  AtkCoordType coord_type);
186
+ ATK_DEPRECATED_IN_2_12_FOR(atk_component_get_extents)
177
187
  void atk_component_get_position (AtkComponent *component,
178
188
  gint *x,
179
189
  gint *y,
180
190
  AtkCoordType coord_type);
191
+ ATK_DEPRECATED_IN_2_12_FOR(atk_component_get_extents)
181
192
  void atk_component_get_size (AtkComponent *component,
182
193
  gint *width,
183
194
  gint *height);
195
+ ATK_AVAILABLE_IN_ALL
184
196
  AtkLayer atk_component_get_layer (AtkComponent *component);
197
+ ATK_AVAILABLE_IN_ALL
185
198
  gint atk_component_get_mdi_zorder (AtkComponent *component);
199
+ ATK_AVAILABLE_IN_ALL
186
200
  gboolean atk_component_grab_focus (AtkComponent *component);
187
- G_DEPRECATED
201
+ ATK_DEPRECATED_IN_2_10
188
202
  void atk_component_remove_focus_handler (AtkComponent *component,
189
203
  guint handler_id);
204
+ ATK_AVAILABLE_IN_ALL
190
205
  gboolean atk_component_set_extents (AtkComponent *component,
191
206
  gint x,
192
207
  gint y,
193
208
  gint width,
194
209
  gint height,
195
210
  AtkCoordType coord_type);
211
+ ATK_AVAILABLE_IN_ALL
196
212
  gboolean atk_component_set_position (AtkComponent *component,
197
213
  gint x,
198
214
  gint y,
199
215
  AtkCoordType coord_type);
216
+ ATK_AVAILABLE_IN_ALL
200
217
  gboolean atk_component_set_size (AtkComponent *component,
201
218
  gint width,
202
219
  gint height);
220
+ ATK_AVAILABLE_IN_ALL
203
221
  gdouble atk_component_get_alpha (AtkComponent *component);
204
222
 
205
223
  G_END_DECLS
@@ -48,8 +48,22 @@ typedef struct _AtkDocumentIface AtkDocumentIface;
48
48
 
49
49
  /**
50
50
  * AtkDocumentIface:
51
+ * @get_document_type: gets a string indicating the document
52
+ * type. This virtual function is deprecated since 2.12 and it
53
+ * should not be overriden.
54
+ * @get_document: a #GObject instance that implements
55
+ * AtkDocumentIface. This virtual method is deprecated since 2.12
56
+ * and it should not be overriden.
51
57
  * @get_document_locale: gets locale. This virtual function is
52
- * deprecated since 2.7.90 and it should not be overriden.
58
+ * deprecated since 2.7.90 and it should not be overriden.
59
+ * @get_document_attributes: gets an AtkAttributeSet which describes
60
+ * document-wide attributes as name-value pairs.
61
+ * @get_document_attribute_value: returns a string value assocciated
62
+ * with the named attribute for this document, or NULL
63
+ * @set_document_attribute: sets the value of an attribute. Returns
64
+ * TRUE on success, FALSE otherwise
65
+ * @get_current_page_number: gets the current page number. Since 2.12
66
+ * @get_page_count: gets the page count of the document. Since 2.12
53
67
  */
54
68
  struct _AtkDocumentIface
55
69
  {
@@ -64,22 +78,35 @@ struct _AtkDocumentIface
64
78
  gboolean ( *set_document_attribute) (AtkDocument *document,
65
79
  const gchar *attribute_name,
66
80
  const gchar *attribute_value);
81
+ gint ( *get_current_page_number) (AtkDocument *document);
82
+ gint ( *get_page_count) (AtkDocument *document);
67
83
  };
68
84
 
85
+ ATK_AVAILABLE_IN_ALL
69
86
  GType atk_document_get_type (void);
70
87
 
88
+ ATK_DEPRECATED_IN_2_12
71
89
  const gchar* atk_document_get_document_type (AtkDocument *document);
90
+
91
+ ATK_DEPRECATED_IN_2_12
72
92
  gpointer atk_document_get_document (AtkDocument *document);
73
93
 
74
- G_DEPRECATED
94
+ ATK_DEPRECATED_IN_2_8_FOR(atk_object_get_object_locale)
75
95
  const gchar* atk_document_get_locale (AtkDocument *document);
76
96
 
97
+ ATK_AVAILABLE_IN_ALL
77
98
  AtkAttributeSet* atk_document_get_attributes (AtkDocument *document);
99
+ ATK_AVAILABLE_IN_ALL
78
100
  const gchar* atk_document_get_attribute_value (AtkDocument *document,
79
101
  const gchar *attribute_name);
102
+ ATK_AVAILABLE_IN_ALL
80
103
  gboolean atk_document_set_attribute_value (AtkDocument *document,
81
104
  const gchar *attribute_name,
82
105
  const gchar *attribute_value);
106
+ ATK_AVAILABLE_IN_2_12
107
+ gint atk_document_get_current_page_number (AtkDocument *document);
108
+ ATK_AVAILABLE_IN_2_12
109
+ gint atk_document_get_page_count (AtkDocument *document);
83
110
 
84
111
  G_END_DECLS
85
112
 
@@ -71,28 +71,36 @@ struct _AtkEditableTextIface
71
71
  void (* paste_text) (AtkEditableText *text,
72
72
  gint position);
73
73
  };
74
+ ATK_AVAILABLE_IN_ALL
74
75
  GType atk_editable_text_get_type (void);
75
76
 
76
77
 
78
+ ATK_AVAILABLE_IN_ALL
77
79
  gboolean atk_editable_text_set_run_attributes (AtkEditableText *text,
78
80
  AtkAttributeSet *attrib_set,
79
81
  gint start_offset,
80
82
  gint end_offset);
83
+ ATK_AVAILABLE_IN_ALL
81
84
  void atk_editable_text_set_text_contents (AtkEditableText *text,
82
85
  const gchar *string);
86
+ ATK_AVAILABLE_IN_ALL
83
87
  void atk_editable_text_insert_text (AtkEditableText *text,
84
88
  const gchar *string,
85
89
  gint length,
86
90
  gint *position);
91
+ ATK_AVAILABLE_IN_ALL
87
92
  void atk_editable_text_copy_text (AtkEditableText *text,
88
93
  gint start_pos,
89
94
  gint end_pos);
95
+ ATK_AVAILABLE_IN_ALL
90
96
  void atk_editable_text_cut_text (AtkEditableText *text,
91
97
  gint start_pos,
92
98
  gint end_pos);
99
+ ATK_AVAILABLE_IN_ALL
93
100
  void atk_editable_text_delete_text (AtkEditableText *text,
94
101
  gint start_pos,
95
102
  gint end_pos);
103
+ ATK_AVAILABLE_IN_ALL
96
104
  void atk_editable_text_paste_text (AtkEditableText *text,
97
105
  gint position);
98
106
 
@@ -47,6 +47,7 @@ struct _AtkGObjectAccessible
47
47
  AtkObject parent;
48
48
  };
49
49
 
50
+ ATK_AVAILABLE_IN_ALL
50
51
  GType atk_gobject_accessible_get_type (void);
51
52
 
52
53
  struct _AtkGObjectAccessibleClass
@@ -57,7 +58,9 @@ struct _AtkGObjectAccessibleClass
57
58
  AtkFunction pad2;
58
59
  };
59
60
 
61
+ ATK_AVAILABLE_IN_ALL
60
62
  AtkObject *atk_gobject_accessible_for_object (GObject *obj);
63
+ ATK_AVAILABLE_IN_ALL
61
64
  GObject *atk_gobject_accessible_get_object (AtkGObjectAccessible *obj);
62
65
 
63
66
  G_END_DECLS
@@ -80,25 +80,33 @@ struct _AtkHyperlinkClass
80
80
  AtkFunction pad1;
81
81
  };
82
82
 
83
+ ATK_AVAILABLE_IN_ALL
83
84
  GType atk_hyperlink_get_type (void);
84
85
 
86
+ ATK_AVAILABLE_IN_ALL
85
87
  gchar* atk_hyperlink_get_uri (AtkHyperlink *link_,
86
88
  gint i);
87
89
 
90
+ ATK_AVAILABLE_IN_ALL
88
91
  AtkObject* atk_hyperlink_get_object (AtkHyperlink *link_,
89
92
  gint i);
90
93
 
94
+ ATK_AVAILABLE_IN_ALL
91
95
  gint atk_hyperlink_get_end_index (AtkHyperlink *link_);
92
96
 
97
+ ATK_AVAILABLE_IN_ALL
93
98
  gint atk_hyperlink_get_start_index (AtkHyperlink *link_);
94
99
 
100
+ ATK_AVAILABLE_IN_ALL
95
101
  gboolean atk_hyperlink_is_valid (AtkHyperlink *link_);
96
102
 
103
+ ATK_AVAILABLE_IN_ALL
97
104
  gboolean atk_hyperlink_is_inline (AtkHyperlink *link_);
98
105
 
106
+ ATK_AVAILABLE_IN_ALL
99
107
  gint atk_hyperlink_get_n_anchors (AtkHyperlink *link_);
100
108
 
101
- G_DEPRECATED
109
+ ATK_DEPRECATED
102
110
  gboolean atk_hyperlink_is_selected_link (AtkHyperlink *link_);
103
111
 
104
112
  G_END_DECLS
@@ -57,8 +57,10 @@ struct _AtkHyperlinkImplIface
57
57
  AtkHyperlink* (* get_hyperlink) (AtkHyperlinkImpl *impl);
58
58
  };
59
59
 
60
+ ATK_AVAILABLE_IN_ALL
60
61
  GType atk_hyperlink_impl_get_type (void);
61
62
 
63
+ ATK_AVAILABLE_IN_ALL
62
64
  AtkHyperlink *atk_hyperlink_impl_get_hyperlink (AtkHyperlinkImpl *impl);
63
65
 
64
66
  G_END_DECLS
@@ -61,11 +61,15 @@ struct _AtkHypertextIface
61
61
  void (* link_selected) (AtkHypertext *hypertext,
62
62
  gint link_index);
63
63
  };
64
+ ATK_AVAILABLE_IN_ALL
64
65
  GType atk_hypertext_get_type (void);
65
66
 
67
+ ATK_AVAILABLE_IN_ALL
66
68
  AtkHyperlink* atk_hypertext_get_link (AtkHypertext *hypertext,
67
69
  gint link_index);
70
+ ATK_AVAILABLE_IN_ALL
68
71
  gint atk_hypertext_get_n_links (AtkHypertext *hypertext);
72
+ ATK_AVAILABLE_IN_ALL
69
73
  gint atk_hypertext_get_link_index (AtkHypertext *hypertext,
70
74
  gint char_index);
71
75
 
@@ -62,21 +62,27 @@ struct _AtkImageIface
62
62
  const gchar* ( *get_image_locale) (AtkImage *image);
63
63
  };
64
64
 
65
+ ATK_AVAILABLE_IN_ALL
65
66
  GType atk_image_get_type (void);
66
67
 
68
+ ATK_AVAILABLE_IN_ALL
67
69
  const gchar* atk_image_get_image_description (AtkImage *image);
68
70
 
71
+ ATK_AVAILABLE_IN_ALL
69
72
  void atk_image_get_image_size (AtkImage *image,
70
73
  gint *width,
71
74
  gint *height);
72
75
 
76
+ ATK_AVAILABLE_IN_ALL
73
77
  gboolean atk_image_set_image_description (AtkImage *image,
74
78
  const gchar *description);
79
+ ATK_AVAILABLE_IN_ALL
75
80
  void atk_image_get_image_position (AtkImage *image,
76
81
  gint *x,
77
82
  gint *y,
78
83
  AtkCoordType coord_type);
79
84
 
85
+ ATK_AVAILABLE_IN_ALL
80
86
  const gchar* atk_image_get_image_locale (AtkImage *image);
81
87
 
82
88
  G_END_DECLS
@@ -25,6 +25,7 @@
25
25
  #define __ATK_MISC_H__
26
26
 
27
27
  #include <glib-object.h>
28
+ #include <atk/atkversion.h>
28
29
 
29
30
  /* We prefix variable declarations so they can
30
31
  * properly get exported in Windows DLLs.
@@ -36,7 +37,7 @@
36
37
  # else /* !ATK_STATIC_COMPILATION */
37
38
  # ifdef ATK_COMPILATION
38
39
  # ifdef DLL_EXPORT
39
- # define ATK_VAR __declspec(dllexport)
40
+ # define ATK_VAR _ATK_EXTERN
40
41
  # else /* !DLL_EXPORT */
41
42
  # define ATK_VAR extern
42
43
  # endif /* !DLL_EXPORT */
@@ -45,7 +46,7 @@
45
46
  # endif /* !ATK_COMPILATION */
46
47
  # endif /* !ATK_STATIC_COMPILATION */
47
48
  # else /* !G_PLATFORM_WIN32 */
48
- # define ATK_VAR extern
49
+ # define ATK_VAR _ATK_EXTERN
49
50
  # endif /* !G_PLATFORM_WIN32 */
50
51
  #endif /* ATK_VAR */
51
52
 
@@ -74,9 +75,20 @@ struct _AtkMisc
74
75
  * Singleton instance - only the ATK implementation layer for
75
76
  * a given GUI toolkit/application instance should touch this
76
77
  * symbol directly.
78
+ *
79
+ * Deprecated: Since 2.12.
77
80
  */
78
81
  ATK_VAR AtkMisc *atk_misc_instance;
79
82
 
83
+ /**
84
+ * AtkMiscClass:
85
+ * @threads_enter: This virtual function is deprecated since 2.12 and
86
+ * it should not be overriden.
87
+ * @threads_leave: This virtual function is deprecated sice 2.12 and
88
+ * it should not be overriden.
89
+ *
90
+ * Usage of AtkMisc is deprecated since 2.12 and heavily discouraged.
91
+ */
80
92
  struct _AtkMiscClass
81
93
  {
82
94
  GObjectClass parent;
@@ -84,27 +96,15 @@ struct _AtkMiscClass
84
96
  void (* threads_leave) (AtkMisc *misc);
85
97
  gpointer vfuncs[32]; /* future bincompat */
86
98
  };
99
+
100
+ ATK_DEPRECATED_IN_2_12
87
101
  GType atk_misc_get_type (void);
88
102
 
89
- /*
90
- * Wrapper for thread lock, i.e. take the thread mutex for the GUI toolkit,
91
- * if one exists.
92
- * (This method is implemented by the toolkit ATK implementation layer;
93
- * for instance, for GTK+, GAIL implements this via GDK_THREADS_ENTER).
94
- */
103
+ ATK_DEPRECATED_IN_2_12
95
104
  void atk_misc_threads_enter (AtkMisc *misc);
96
-
97
- /*
98
- * Wrapper for thread lock, i.e. release the thread mutex for the GUI toolkit,
99
- * if one exists.
100
- * (This method is implemented by the toolkit ATK implementation layer;
101
- * for instance, for GTK+, GAIL implements this via GDK_THREADS_LEAVE).
102
- */
105
+ ATK_DEPRECATED_IN_2_12
103
106
  void atk_misc_threads_leave (AtkMisc *misc);
104
-
105
- /*
106
- * Obtain (singleton) instance of AtkMisc.
107
- */
107
+ ATK_DEPRECATED_IN_2_12
108
108
  const AtkMisc *atk_misc_get_instance (void);
109
109
 
110
110
  G_END_DECLS