clutter 3.0.7-x86-mingw32 → 3.0.8-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 (543) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +3 -3
  3. data/vendor/local/bin/json-glib-format.exe +0 -0
  4. data/vendor/local/bin/json-glib-validate.exe +0 -0
  5. data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
  6. data/vendor/local/bin/libcogl-20.dll +0 -0
  7. data/vendor/local/bin/libcogl-pango-20.dll +0 -0
  8. data/vendor/local/bin/libcogl-path-20.dll +0 -0
  9. data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
  10. data/vendor/local/include/clutter-1.0/clutter/clutter-action.h +3 -3
  11. data/vendor/local/include/clutter-1.0/clutter/clutter-actor-meta.h +3 -3
  12. data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +72 -9
  13. data/vendor/local/include/clutter-1.0/clutter/clutter-align-constraint.h +3 -3
  14. data/vendor/local/include/clutter-1.0/clutter/clutter-autocleanups.h +106 -0
  15. data/vendor/local/include/clutter-1.0/clutter/clutter-backend.h +3 -3
  16. data/vendor/local/include/clutter-1.0/clutter/clutter-bin-layout.h +3 -3
  17. data/vendor/local/include/clutter-1.0/clutter/clutter-bind-constraint.h +3 -3
  18. data/vendor/local/include/clutter-1.0/clutter/clutter-binding-pool.h +3 -3
  19. data/vendor/local/include/clutter-1.0/clutter/clutter-blur-effect.h +3 -3
  20. data/vendor/local/include/clutter-1.0/clutter/clutter-box-layout.h +3 -3
  21. data/vendor/local/include/clutter-1.0/clutter/clutter-brightness-contrast-effect.h +3 -3
  22. data/vendor/local/include/clutter-1.0/clutter/clutter-cairo.h +3 -3
  23. data/vendor/local/include/clutter-1.0/clutter/clutter-canvas.h +3 -3
  24. data/vendor/local/include/clutter-1.0/clutter/clutter-child-meta.h +3 -3
  25. data/vendor/local/include/clutter-1.0/clutter/clutter-click-action.h +3 -3
  26. data/vendor/local/include/clutter-1.0/clutter/clutter-clone.h +3 -3
  27. data/vendor/local/include/clutter-1.0/clutter/clutter-color-static.h +3 -3
  28. data/vendor/local/include/clutter-1.0/clutter/clutter-color.h +3 -3
  29. data/vendor/local/include/clutter-1.0/clutter/clutter-colorize-effect.h +3 -3
  30. data/vendor/local/include/clutter-1.0/clutter/clutter-constraint.h +3 -3
  31. data/vendor/local/include/clutter-1.0/clutter/clutter-container.h +3 -3
  32. data/vendor/local/include/clutter-1.0/clutter/clutter-content.h +3 -3
  33. data/vendor/local/include/clutter-1.0/clutter/clutter-deform-effect.h +3 -3
  34. data/vendor/local/include/clutter-1.0/clutter/clutter-deprecated.h +2 -0
  35. data/vendor/local/include/clutter-1.0/clutter/clutter-desaturate-effect.h +3 -3
  36. data/vendor/local/include/clutter-1.0/clutter/clutter-device-manager.h +3 -3
  37. data/vendor/local/include/clutter-1.0/clutter/clutter-drag-action.h +3 -3
  38. data/vendor/local/include/clutter-1.0/clutter/clutter-drop-action.h +3 -3
  39. data/vendor/local/include/clutter-1.0/clutter/clutter-effect.h +3 -3
  40. data/vendor/local/include/clutter-1.0/clutter/clutter-enum-types.h +9 -0
  41. data/vendor/local/include/clutter-1.0/clutter/clutter-enums.h +90 -4
  42. data/vendor/local/include/clutter-1.0/clutter/clutter-event.h +109 -3
  43. data/vendor/local/include/clutter-1.0/clutter/clutter-feature.h +3 -3
  44. data/vendor/local/include/clutter-1.0/clutter/clutter-fixed-layout.h +3 -3
  45. data/vendor/local/include/clutter-1.0/clutter/clutter-flow-layout.h +3 -3
  46. data/vendor/local/include/clutter-1.0/clutter/clutter-gesture-action.h +3 -3
  47. data/vendor/local/include/clutter-1.0/clutter/clutter-grid-layout.h +3 -3
  48. data/vendor/local/include/clutter-1.0/clutter/clutter-group.h +3 -3
  49. data/vendor/local/include/clutter-1.0/clutter/clutter-image.h +3 -3
  50. data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +3 -3
  51. data/vendor/local/include/clutter-1.0/clutter/clutter-interval.h +3 -3
  52. data/vendor/local/include/clutter-1.0/clutter/clutter-keyframe-transition.h +3 -3
  53. data/vendor/local/include/clutter-1.0/clutter/clutter-layout-manager.h +3 -3
  54. data/vendor/local/include/clutter-1.0/clutter/clutter-layout-meta.h +3 -3
  55. data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +53 -3
  56. data/vendor/local/include/clutter-1.0/clutter/clutter-main.h +3 -3
  57. data/vendor/local/include/clutter-1.0/clutter/clutter-offscreen-effect.h +3 -3
  58. data/vendor/local/include/clutter-1.0/clutter/clutter-page-turn-effect.h +3 -3
  59. data/vendor/local/include/clutter-1.0/clutter/clutter-paint-node.h +3 -3
  60. data/vendor/local/include/clutter-1.0/clutter/clutter-paint-nodes.h +3 -3
  61. data/vendor/local/include/clutter-1.0/clutter/clutter-pan-action.h +8 -3
  62. data/vendor/local/include/clutter-1.0/clutter/clutter-path-constraint.h +3 -3
  63. data/vendor/local/include/clutter-1.0/clutter/clutter-path.h +3 -3
  64. data/vendor/local/include/clutter-1.0/clutter/clutter-property-transition.h +3 -3
  65. data/vendor/local/include/clutter-1.0/clutter/clutter-rotate-action.h +3 -3
  66. data/vendor/local/include/clutter-1.0/clutter/clutter-script.h +3 -3
  67. data/vendor/local/include/clutter-1.0/clutter/clutter-scriptable.h +3 -3
  68. data/vendor/local/include/clutter-1.0/clutter/clutter-scroll-actor.h +3 -3
  69. data/vendor/local/include/clutter-1.0/clutter/clutter-settings.h +3 -3
  70. data/vendor/local/include/clutter-1.0/clutter/clutter-shader-effect.h +3 -3
  71. data/vendor/local/include/clutter-1.0/clutter/clutter-shader-types.h +3 -3
  72. data/vendor/local/include/clutter-1.0/clutter/clutter-snap-constraint.h +3 -3
  73. data/vendor/local/include/clutter-1.0/clutter/clutter-stage-manager.h +3 -3
  74. data/vendor/local/include/clutter-1.0/clutter/clutter-stage.h +3 -3
  75. data/vendor/local/include/clutter-1.0/clutter/clutter-tap-action.h +3 -3
  76. data/vendor/local/include/clutter-1.0/clutter/clutter-text-buffer.h +3 -3
  77. data/vendor/local/include/clutter-1.0/clutter/clutter-text.h +3 -3
  78. data/vendor/local/include/clutter-1.0/clutter/clutter-transition-group.h +4 -0
  79. data/vendor/local/include/clutter-1.0/clutter/clutter-transition.h +3 -3
  80. data/vendor/local/include/clutter-1.0/clutter/clutter-types.h +3 -3
  81. data/vendor/local/include/clutter-1.0/clutter/clutter-units.h +3 -3
  82. data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +27 -7
  83. data/vendor/local/include/clutter-1.0/clutter/clutter-zoom-action.h +3 -3
  84. data/vendor/local/include/clutter-1.0/clutter/clutter.h +2 -2
  85. data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-keysyms.h +2099 -2099
  86. data/vendor/local/include/clutter-1.0/clutter/{clutter-list-model.h → deprecated/clutter-list-model.h} +8 -4
  87. data/vendor/local/include/clutter-1.0/clutter/{clutter-model.h → deprecated/clutter-model.h} +55 -41
  88. data/vendor/local/include/cogl/cogl/cogl-defines.h +2 -2
  89. data/vendor/local/include/json-glib-1.0/json-glib/json-builder.h +6 -0
  90. data/vendor/local/include/json-glib-1.0/json-glib/json-generator.h +4 -0
  91. data/vendor/local/include/json-glib-1.0/json-glib/json-glib.h +1 -0
  92. data/vendor/local/include/json-glib-1.0/json-glib/json-parser.h +6 -0
  93. data/vendor/local/include/json-glib-1.0/json-glib/json-path.h +4 -0
  94. data/vendor/local/include/json-glib-1.0/json-glib/json-reader.h +4 -0
  95. data/vendor/local/include/json-glib-1.0/json-glib/json-types.h +79 -0
  96. data/vendor/local/include/json-glib-1.0/json-glib/json-utils.h +40 -0
  97. data/vendor/local/include/json-glib-1.0/json-glib/json-version-macros.h +16 -0
  98. data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +4 -4
  99. data/vendor/local/lib/girepository-1.0/Cally-1.0.typelib +0 -0
  100. data/vendor/local/lib/girepository-1.0/Clutter-1.0.typelib +0 -0
  101. data/vendor/local/lib/girepository-1.0/Cogl-1.0.typelib +0 -0
  102. data/vendor/local/lib/girepository-1.0/Cogl-2.0.typelib +0 -0
  103. data/vendor/local/lib/girepository-1.0/Json-1.0.typelib +0 -0
  104. data/vendor/local/lib/libclutter-1.0.dll.a +0 -0
  105. data/vendor/local/lib/libclutter-1.0.la +5 -5
  106. data/vendor/local/lib/libcogl-pango.dll.a +0 -0
  107. data/vendor/local/lib/libcogl-pango.la +6 -6
  108. data/vendor/local/lib/libcogl-path.dll.a +0 -0
  109. data/vendor/local/lib/libcogl-path.la +6 -6
  110. data/vendor/local/lib/libcogl.dll.a +0 -0
  111. data/vendor/local/lib/libcogl.la +6 -6
  112. data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
  113. data/vendor/local/lib/libjson-glib-1.0.la +5 -5
  114. data/vendor/local/lib/pkgconfig/cally-1.0.pc +1 -1
  115. data/vendor/local/lib/pkgconfig/clutter-1.0.pc +2 -2
  116. data/vendor/local/lib/pkgconfig/clutter-win32-1.0.pc +2 -2
  117. data/vendor/local/lib/pkgconfig/cogl-1.0.pc +2 -2
  118. data/vendor/local/lib/pkgconfig/cogl-2.0-experimental.pc +1 -1
  119. data/vendor/local/lib/pkgconfig/cogl-gl-1.0.pc +2 -2
  120. data/vendor/local/lib/pkgconfig/cogl-pango-1.0.pc +2 -2
  121. data/vendor/local/lib/pkgconfig/cogl-pango-2.0-experimental.pc +2 -2
  122. data/vendor/local/lib/pkgconfig/cogl-path-1.0.pc +2 -2
  123. data/vendor/local/lib/pkgconfig/cogl-path-2.0-experimental.pc +2 -2
  124. data/vendor/local/lib/pkgconfig/json-glib-1.0.pc +1 -1
  125. data/vendor/local/share/gir-1.0/Cally-1.0.gir +9 -2
  126. data/vendor/local/share/gir-1.0/Clutter-1.0.gir +1239 -137
  127. data/vendor/local/share/gir-1.0/Cogl-1.0.gir +112 -42
  128. data/vendor/local/share/gir-1.0/Cogl-2.0.gir +368 -115
  129. data/vendor/local/share/gir-1.0/Json-1.0.gir +579 -39
  130. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyActor.html +37 -37
  131. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyClone.html +21 -21
  132. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyGroup.html +18 -18
  133. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyRectangle.html +19 -19
  134. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyRoot.html +17 -17
  135. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyStage.html +21 -21
  136. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyText.html +19 -19
  137. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyTexture.html +19 -19
  138. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyUtil.html +13 -13
  139. data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +2 -2
  140. data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +933 -546
  141. data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +2 -2
  142. data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +2 -2
  143. data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +26 -26
  144. data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +6 -6
  145. data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +67 -65
  146. data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +58 -11
  147. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +24 -24
  148. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +8 -8
  149. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +29 -29
  150. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +7 -7
  151. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +19 -19
  152. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +17 -17
  153. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +8 -8
  154. data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +2 -2
  155. data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +2 -2
  156. data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +2 -2
  157. data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +22 -22
  158. data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +3 -3
  159. data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +8 -8
  160. data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +33 -33
  161. data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +5 -5
  162. data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +2 -2
  163. data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +2 -2
  164. data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +2 -2
  165. data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +7 -7
  166. data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +3 -3
  167. data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +8 -8
  168. data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +2 -2
  169. data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +3 -3
  170. data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +2 -2
  171. data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +3 -3
  172. data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +10 -10
  173. data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +2 -2
  174. data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +2 -2
  175. data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +2 -2
  176. data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +2 -2
  177. data/vendor/local/share/gtk-doc/html/clutter/{clutter-ClutterGLXTexturePixmap.html → ClutterGLXTexturePixmap.html} +61 -45
  178. data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +10 -10
  179. data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +8 -4
  180. data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +9 -9
  181. data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +3 -3
  182. data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +15 -15
  183. data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +2 -2
  184. data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +7 -7
  185. data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +2 -2
  186. data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +39 -12
  187. data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +2 -2
  188. data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +256 -72
  189. data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +115 -31
  190. data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +3 -3
  191. data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +2 -2
  192. data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +10 -7
  193. data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +69 -2
  194. data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +69 -67
  195. data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +3 -3
  196. data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +2 -2
  197. data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +27 -27
  198. data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +2 -2
  199. data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +31 -31
  200. data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +157 -70
  201. data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +3 -3
  202. data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +6 -6
  203. data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +2 -2
  204. data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +3 -3
  205. data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +2 -2
  206. data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +110 -107
  207. data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +82 -80
  208. data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +2 -2
  209. data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +33 -33
  210. data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +2 -2
  211. data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +36 -33
  212. data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +2 -2
  213. data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +59 -58
  214. data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +39 -22
  215. data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +2 -2
  216. data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +2 -2
  217. data/vendor/local/share/gtk-doc/html/clutter/{clutter-ClutterX11TexturePixmap.html → ClutterX11TexturePixmap.html} +69 -53
  218. data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +7 -7
  219. data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +10 -3
  220. data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +2 -2
  221. data/vendor/local/share/gtk-doc/html/{cally/callybase.html → clutter/cally.html} +22 -13
  222. data/vendor/local/share/gtk-doc/html/clutter/ch01.html +2 -2
  223. data/vendor/local/share/gtk-doc/html/clutter/ch02.html +2 -2
  224. data/vendor/local/share/gtk-doc/html/clutter/ch03.html +2 -2
  225. data/vendor/local/share/gtk-doc/html/clutter/ch04.html +2 -2
  226. data/vendor/local/share/gtk-doc/html/clutter/ch05.html +2 -2
  227. data/vendor/local/share/gtk-doc/html/clutter/ch06.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/clutter/ch07.html +2 -2
  229. data/vendor/local/share/gtk-doc/html/clutter/ch08.html +2 -2
  230. data/vendor/local/share/gtk-doc/html/clutter/ch09.html +2 -2
  231. data/vendor/local/share/gtk-doc/html/clutter/ch10.html +2 -2
  232. data/vendor/local/share/gtk-doc/html/clutter/ch11.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/clutter/ch12.html +2 -2
  234. data/vendor/local/share/gtk-doc/html/{cally/ch01.html → clutter/ch13.html} +9 -9
  235. data/vendor/local/share/gtk-doc/html/{cally/ch02.html → clutter/ch14.html} +10 -10
  236. data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +514 -499
  237. data/vendor/local/share/gtk-doc/html/clutter/clutter-Cairo-integration.html +9 -9
  238. data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +2 -2
  239. data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +143 -134
  240. data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +12 -12
  241. data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +899 -233
  242. data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +2 -2
  243. data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +2 -2
  244. data/vendor/local/share/gtk-doc/html/{cally/cally-General-API.html → clutter/clutter-General-API.html} +27 -27
  245. data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +16 -16
  246. data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +55 -55
  247. data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +2 -2
  248. data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +2 -2
  249. data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +46 -33
  250. data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +48 -45
  251. data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +86 -79
  253. data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +34 -27
  254. data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +2 -2
  255. data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +34 -8
  256. data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +2 -2
  257. data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +2 -2
  258. data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +4 -4
  259. data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +10 -10
  260. data/vendor/local/share/gtk-doc/html/clutter/clutter-clutter-mir.html +4 -4
  261. data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +2 -2
  262. data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +192 -103
  263. data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +2 -2
  264. data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +4 -4
  265. data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +2 -2
  266. data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +4 -4
  267. data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +50 -5
  268. data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +100 -25
  269. data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +4 -4
  270. data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +2 -2
  271. data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +4 -4
  272. data/vendor/local/share/gtk-doc/html/clutter/go01.html +5 -5
  273. data/vendor/local/share/gtk-doc/html/clutter/index.html +52 -11
  274. data/vendor/local/share/gtk-doc/html/clutter/index.sgml +248 -53
  275. data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +4 -4
  276. data/vendor/local/share/gtk-doc/html/clutter/ix01.html +273 -45
  277. data/vendor/local/share/gtk-doc/html/clutter/ix02.html +269 -13
  278. data/vendor/local/share/gtk-doc/html/clutter/ix03.html +5 -5
  279. data/vendor/local/share/gtk-doc/html/clutter/ix04.html +9 -5
  280. data/vendor/local/share/gtk-doc/html/clutter/ix05.html +4 -8
  281. data/vendor/local/share/gtk-doc/html/clutter/ix06.html +20 -20
  282. data/vendor/local/share/gtk-doc/html/clutter/ix07.html +6 -6
  283. data/vendor/local/share/gtk-doc/html/clutter/ix08.html +4 -4
  284. data/vendor/local/share/gtk-doc/html/clutter/ix09.html +141 -5
  285. data/vendor/local/share/gtk-doc/html/clutter/ix10.html +11 -3
  286. data/vendor/local/share/gtk-doc/html/clutter/ix11.html +3 -3
  287. data/vendor/local/share/gtk-doc/html/clutter/ix12.html +9 -9
  288. data/vendor/local/share/gtk-doc/html/clutter/ix13.html +8 -8
  289. data/vendor/local/share/gtk-doc/html/clutter/ix14.html +3 -3
  290. data/vendor/local/share/gtk-doc/html/clutter/ix15.html +3 -3
  291. data/vendor/local/share/gtk-doc/html/clutter/ix16.html +3 -3
  292. data/vendor/local/share/gtk-doc/html/clutter/ix17.html +3 -3
  293. data/vendor/local/share/gtk-doc/html/clutter/ix18.html +5 -5
  294. data/vendor/local/share/gtk-doc/html/clutter/ix19.html +102 -0
  295. data/vendor/local/share/gtk-doc/html/clutter/ix20.html +56 -0
  296. data/vendor/local/share/gtk-doc/html/clutter/license.html +4 -4
  297. data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +6 -6
  298. data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +3 -3
  299. data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +5 -5
  300. data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +6 -6
  301. data/vendor/local/share/gtk-doc/html/clutter/migration.html +9 -9
  302. data/vendor/local/share/gtk-doc/html/clutter/{pt09.html → pt10.html} +6 -6
  303. data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +19 -2
  304. data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +2 -2
  305. data/vendor/local/share/gtk-doc/html/json-glib/JsonBuilder.html +85 -36
  306. data/vendor/local/share/gtk-doc/html/json-glib/JsonGenerator.html +12 -20
  307. data/vendor/local/share/gtk-doc/html/json-glib/JsonParser.html +87 -45
  308. data/vendor/local/share/gtk-doc/html/json-glib/JsonPath.html +12 -14
  309. data/vendor/local/share/gtk-doc/html/json-glib/JsonReader.html +92 -47
  310. data/vendor/local/share/gtk-doc/html/json-glib/annotation-glossary.html +19 -5
  311. data/vendor/local/share/gtk-doc/html/json-glib/ch01.html +2 -3
  312. data/vendor/local/share/gtk-doc/html/json-glib/ch02.html +2 -3
  313. data/vendor/local/share/gtk-doc/html/json-glib/ch03.html +2 -3
  314. data/vendor/local/share/gtk-doc/html/json-glib/ch04.html +32 -0
  315. data/vendor/local/share/gtk-doc/html/json-glib/{ch05.html → ch06.html} +2 -3
  316. data/vendor/local/share/gtk-doc/html/json-glib/index.html +9 -5
  317. data/vendor/local/share/gtk-doc/html/json-glib/index.sgml +41 -0
  318. data/vendor/local/share/gtk-doc/html/json-glib/ix01.html +114 -5
  319. data/vendor/local/share/gtk-doc/html/json-glib/ix02.html +2 -3
  320. data/vendor/local/share/gtk-doc/html/json-glib/ix03.html +2 -3
  321. data/vendor/local/share/gtk-doc/html/json-glib/ix04.html +2 -3
  322. data/vendor/local/share/gtk-doc/html/json-glib/ix05.html +2 -3
  323. data/vendor/local/share/gtk-doc/html/json-glib/ix06.html +2 -3
  324. data/vendor/local/share/gtk-doc/html/json-glib/ix07.html +2 -3
  325. data/vendor/local/share/gtk-doc/html/json-glib/ix08.html +2 -3
  326. data/vendor/local/share/gtk-doc/html/json-glib/ix09.html +2 -3
  327. data/vendor/local/share/gtk-doc/html/json-glib/ix10.html +4 -5
  328. data/vendor/local/share/gtk-doc/html/json-glib/ix11.html +155 -0
  329. data/vendor/local/share/gtk-doc/html/json-glib/json-advanced.html +4 -5
  330. data/vendor/local/share/gtk-doc/html/json-glib/json-base.html +2 -3
  331. data/vendor/local/share/gtk-doc/html/json-glib/json-format-tool.html +2 -3
  332. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Boxed-Types-Serialization.html +14 -17
  333. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-GObject-Serialization.html +8 -11
  334. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Array.html +219 -63
  335. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-GVariant-Integration.html +6 -7
  336. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Node.html +486 -81
  337. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Object.html +380 -73
  338. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Serializable-Interface.html +8 -12
  339. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Utility-API.html +153 -0
  340. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +8 -9
  341. data/vendor/local/share/gtk-doc/html/json-glib/json-glib.devhelp2 +31 -2
  342. data/vendor/local/share/gtk-doc/html/json-glib/json-glib.html +2 -3
  343. data/vendor/local/share/gtk-doc/html/json-glib/json-streams.html +6 -3
  344. data/vendor/local/share/gtk-doc/html/json-glib/json-tools.html +3 -4
  345. data/vendor/local/share/gtk-doc/html/json-glib/json-validate-tool.html +4 -5
  346. data/vendor/local/share/gtk-doc/html/json-glib/license.html +2 -3
  347. data/vendor/local/share/gtk-doc/html/json-glib/style.css +9 -6
  348. data/vendor/local/share/gtk-doc/html/json-glib/tools.html +2 -3
  349. data/vendor/local/share/locale/an/LC_MESSAGES/clutter-1.0.mo +0 -0
  350. data/vendor/local/share/locale/an/LC_MESSAGES/cogl.mo +0 -0
  351. data/vendor/local/share/locale/ar/LC_MESSAGES/clutter-1.0.mo +0 -0
  352. data/vendor/local/share/locale/ar/LC_MESSAGES/cogl.mo +0 -0
  353. data/vendor/local/share/locale/as/LC_MESSAGES/clutter-1.0.mo +0 -0
  354. data/vendor/local/share/locale/as/LC_MESSAGES/cogl.mo +0 -0
  355. data/vendor/local/share/locale/as/LC_MESSAGES/json-glib-1.0.mo +0 -0
  356. data/vendor/local/share/locale/ast/LC_MESSAGES/clutter-1.0.mo +0 -0
  357. data/vendor/local/share/locale/ast/LC_MESSAGES/cogl.mo +0 -0
  358. data/vendor/local/share/locale/az_IR/LC_MESSAGES/clutter-1.0.mo +0 -0
  359. data/vendor/local/share/locale/be/LC_MESSAGES/clutter-1.0.mo +0 -0
  360. data/vendor/local/share/locale/be/LC_MESSAGES/cogl.mo +0 -0
  361. data/vendor/local/share/locale/bg/LC_MESSAGES/clutter-1.0.mo +0 -0
  362. data/vendor/local/share/locale/bg/LC_MESSAGES/cogl.mo +0 -0
  363. data/vendor/local/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo +0 -0
  364. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo +0 -0
  365. data/vendor/local/share/locale/bs/LC_MESSAGES/clutter-1.0.mo +0 -0
  366. data/vendor/local/share/locale/bs/LC_MESSAGES/cogl.mo +0 -0
  367. data/vendor/local/share/locale/bs/LC_MESSAGES/json-glib-1.0.mo +0 -0
  368. data/vendor/local/share/locale/ca/LC_MESSAGES/clutter-1.0.mo +0 -0
  369. data/vendor/local/share/locale/ca/LC_MESSAGES/cogl.mo +0 -0
  370. data/vendor/local/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo +0 -0
  371. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/clutter-1.0.mo +0 -0
  372. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/cogl.mo +0 -0
  373. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo +0 -0
  374. data/vendor/local/share/locale/cs/LC_MESSAGES/clutter-1.0.mo +0 -0
  375. data/vendor/local/share/locale/cs/LC_MESSAGES/cogl.mo +0 -0
  376. data/vendor/local/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo +0 -0
  377. data/vendor/local/share/locale/da/LC_MESSAGES/clutter-1.0.mo +0 -0
  378. data/vendor/local/share/locale/da/LC_MESSAGES/cogl.mo +0 -0
  379. data/vendor/local/share/locale/da/LC_MESSAGES/json-glib-1.0.mo +0 -0
  380. data/vendor/local/share/locale/de/LC_MESSAGES/clutter-1.0.mo +0 -0
  381. data/vendor/local/share/locale/de/LC_MESSAGES/cogl.mo +0 -0
  382. data/vendor/local/share/locale/de/LC_MESSAGES/json-glib-1.0.mo +0 -0
  383. data/vendor/local/share/locale/el/LC_MESSAGES/clutter-1.0.mo +0 -0
  384. data/vendor/local/share/locale/el/LC_MESSAGES/cogl.mo +0 -0
  385. data/vendor/local/share/locale/el/LC_MESSAGES/json-glib-1.0.mo +0 -0
  386. data/vendor/local/share/locale/en_CA/LC_MESSAGES/cogl.mo +0 -0
  387. data/vendor/local/share/locale/en_GB/LC_MESSAGES/clutter-1.0.mo +0 -0
  388. data/vendor/local/share/locale/en_GB/LC_MESSAGES/cogl.mo +0 -0
  389. data/vendor/local/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo +0 -0
  390. data/vendor/local/share/locale/eo/LC_MESSAGES/clutter-1.0.mo +0 -0
  391. data/vendor/local/share/locale/eo/LC_MESSAGES/cogl.mo +0 -0
  392. data/vendor/local/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo +0 -0
  393. data/vendor/local/share/locale/es/LC_MESSAGES/clutter-1.0.mo +0 -0
  394. data/vendor/local/share/locale/es/LC_MESSAGES/cogl.mo +0 -0
  395. data/vendor/local/share/locale/es/LC_MESSAGES/json-glib-1.0.mo +0 -0
  396. data/vendor/local/share/locale/et/LC_MESSAGES/json-glib-1.0.mo +0 -0
  397. data/vendor/local/share/locale/eu/LC_MESSAGES/clutter-1.0.mo +0 -0
  398. data/vendor/local/share/locale/eu/LC_MESSAGES/cogl.mo +0 -0
  399. data/vendor/local/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo +0 -0
  400. data/vendor/local/share/locale/fa/LC_MESSAGES/clutter-1.0.mo +0 -0
  401. data/vendor/local/share/locale/fa/LC_MESSAGES/cogl.mo +0 -0
  402. data/vendor/local/share/locale/fi/LC_MESSAGES/clutter-1.0.mo +0 -0
  403. data/vendor/local/share/locale/fr/LC_MESSAGES/clutter-1.0.mo +0 -0
  404. data/vendor/local/share/locale/fr/LC_MESSAGES/cogl.mo +0 -0
  405. data/vendor/local/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo +0 -0
  406. data/vendor/local/share/locale/fur/LC_MESSAGES/json-glib-1.0.mo +0 -0
  407. data/vendor/local/share/locale/gl/LC_MESSAGES/clutter-1.0.mo +0 -0
  408. data/vendor/local/share/locale/gl/LC_MESSAGES/cogl.mo +0 -0
  409. data/vendor/local/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo +0 -0
  410. data/vendor/local/share/locale/he/LC_MESSAGES/clutter-1.0.mo +0 -0
  411. data/vendor/local/share/locale/he/LC_MESSAGES/cogl.mo +0 -0
  412. data/vendor/local/share/locale/he/LC_MESSAGES/json-glib-1.0.mo +0 -0
  413. data/vendor/local/share/locale/hi/LC_MESSAGES/clutter-1.0.mo +0 -0
  414. data/vendor/local/share/locale/hi/LC_MESSAGES/cogl.mo +0 -0
  415. data/vendor/local/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo +0 -0
  416. data/vendor/local/share/locale/hu/LC_MESSAGES/clutter-1.0.mo +0 -0
  417. data/vendor/local/share/locale/hu/LC_MESSAGES/cogl.mo +0 -0
  418. data/vendor/local/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo +0 -0
  419. data/vendor/local/share/locale/id/LC_MESSAGES/clutter-1.0.mo +0 -0
  420. data/vendor/local/share/locale/id/LC_MESSAGES/cogl.mo +0 -0
  421. data/vendor/local/share/locale/id/LC_MESSAGES/json-glib-1.0.mo +0 -0
  422. data/vendor/local/share/locale/it/LC_MESSAGES/clutter-1.0.mo +0 -0
  423. data/vendor/local/share/locale/it/LC_MESSAGES/cogl.mo +0 -0
  424. data/vendor/local/share/locale/it/LC_MESSAGES/json-glib-1.0.mo +0 -0
  425. data/vendor/local/share/locale/ja/LC_MESSAGES/clutter-1.0.mo +0 -0
  426. data/vendor/local/share/locale/ja/LC_MESSAGES/cogl.mo +0 -0
  427. data/vendor/local/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo +0 -0
  428. data/vendor/local/share/locale/kk/LC_MESSAGES/clutter-1.0.mo +0 -0
  429. data/vendor/local/share/locale/km/LC_MESSAGES/clutter-1.0.mo +0 -0
  430. data/vendor/local/share/locale/km/LC_MESSAGES/cogl.mo +0 -0
  431. data/vendor/local/share/locale/kn/LC_MESSAGES/clutter-1.0.mo +0 -0
  432. data/vendor/local/share/locale/kn/LC_MESSAGES/cogl.mo +0 -0
  433. data/vendor/local/share/locale/ko/LC_MESSAGES/clutter-1.0.mo +0 -0
  434. data/vendor/local/share/locale/ko/LC_MESSAGES/cogl.mo +0 -0
  435. data/vendor/local/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo +0 -0
  436. data/vendor/local/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo +0 -0
  437. data/vendor/local/share/locale/lt/LC_MESSAGES/clutter-1.0.mo +0 -0
  438. data/vendor/local/share/locale/lt/LC_MESSAGES/cogl.mo +0 -0
  439. data/vendor/local/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo +0 -0
  440. data/vendor/local/share/locale/lv/LC_MESSAGES/clutter-1.0.mo +0 -0
  441. data/vendor/local/share/locale/lv/LC_MESSAGES/cogl.mo +0 -0
  442. data/vendor/local/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo +0 -0
  443. data/vendor/local/share/locale/mk/LC_MESSAGES/clutter-1.0.mo +0 -0
  444. data/vendor/local/share/locale/ml/LC_MESSAGES/clutter-1.0.mo +0 -0
  445. data/vendor/local/share/locale/ml/LC_MESSAGES/cogl.mo +0 -0
  446. data/vendor/local/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo +0 -0
  447. data/vendor/local/share/locale/nb/LC_MESSAGES/clutter-1.0.mo +0 -0
  448. data/vendor/local/share/locale/nb/LC_MESSAGES/cogl.mo +0 -0
  449. data/vendor/local/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo +0 -0
  450. data/vendor/local/share/locale/nl/LC_MESSAGES/clutter-1.0.mo +0 -0
  451. data/vendor/local/share/locale/nl/LC_MESSAGES/cogl.mo +0 -0
  452. data/vendor/local/share/locale/oc/LC_MESSAGES/clutter-1.0.mo +0 -0
  453. data/vendor/local/share/locale/oc/LC_MESSAGES/cogl.mo +0 -0
  454. data/vendor/local/share/locale/oc/LC_MESSAGES/json-glib-1.0.mo +0 -0
  455. data/vendor/local/share/locale/or/LC_MESSAGES/clutter-1.0.mo +0 -0
  456. data/vendor/local/share/locale/or/LC_MESSAGES/cogl.mo +0 -0
  457. data/vendor/local/share/locale/or/LC_MESSAGES/json-glib-1.0.mo +0 -0
  458. data/vendor/local/share/locale/pa/LC_MESSAGES/clutter-1.0.mo +0 -0
  459. data/vendor/local/share/locale/pa/LC_MESSAGES/cogl.mo +0 -0
  460. data/vendor/local/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo +0 -0
  461. data/vendor/local/share/locale/pl/LC_MESSAGES/clutter-1.0.mo +0 -0
  462. data/vendor/local/share/locale/pl/LC_MESSAGES/cogl.mo +0 -0
  463. data/vendor/local/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo +0 -0
  464. data/vendor/local/share/locale/ps/LC_MESSAGES/clutter-1.0.mo +0 -0
  465. data/vendor/local/share/locale/pt/LC_MESSAGES/clutter-1.0.mo +0 -0
  466. data/vendor/local/share/locale/pt/LC_MESSAGES/cogl.mo +0 -0
  467. data/vendor/local/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo +0 -0
  468. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/clutter-1.0.mo +0 -0
  469. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/cogl.mo +0 -0
  470. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo +0 -0
  471. data/vendor/local/share/locale/ro/LC_MESSAGES/clutter-1.0.mo +0 -0
  472. data/vendor/local/share/locale/ro/LC_MESSAGES/json-glib-1.0.mo +0 -0
  473. data/vendor/local/share/locale/ru/LC_MESSAGES/clutter-1.0.mo +0 -0
  474. data/vendor/local/share/locale/ru/LC_MESSAGES/cogl.mo +0 -0
  475. data/vendor/local/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo +0 -0
  476. data/vendor/local/share/locale/sk/LC_MESSAGES/clutter-1.0.mo +0 -0
  477. data/vendor/local/share/locale/sk/LC_MESSAGES/cogl.mo +0 -0
  478. data/vendor/local/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo +0 -0
  479. data/vendor/local/share/locale/sl/LC_MESSAGES/clutter-1.0.mo +0 -0
  480. data/vendor/local/share/locale/sl/LC_MESSAGES/cogl.mo +0 -0
  481. data/vendor/local/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo +0 -0
  482. data/vendor/local/share/locale/sr/LC_MESSAGES/clutter-1.0.mo +0 -0
  483. data/vendor/local/share/locale/sr/LC_MESSAGES/cogl.mo +0 -0
  484. data/vendor/local/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo +0 -0
  485. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/clutter-1.0.mo +0 -0
  486. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/cogl.mo +0 -0
  487. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo +0 -0
  488. data/vendor/local/share/locale/sv/LC_MESSAGES/clutter-1.0.mo +0 -0
  489. data/vendor/local/share/locale/sv/LC_MESSAGES/cogl.mo +0 -0
  490. data/vendor/local/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo +0 -0
  491. data/vendor/local/share/locale/ta/LC_MESSAGES/clutter-1.0.mo +0 -0
  492. data/vendor/local/share/locale/ta/LC_MESSAGES/cogl.mo +0 -0
  493. data/vendor/local/share/locale/te/LC_MESSAGES/clutter-1.0.mo +0 -0
  494. data/vendor/local/share/locale/te/LC_MESSAGES/cogl.mo +0 -0
  495. data/vendor/local/share/locale/te/LC_MESSAGES/json-glib-1.0.mo +0 -0
  496. data/vendor/local/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo +0 -0
  497. data/vendor/local/share/locale/th/LC_MESSAGES/cogl.mo +0 -0
  498. data/vendor/local/share/locale/tr/LC_MESSAGES/clutter-1.0.mo +0 -0
  499. data/vendor/local/share/locale/tr/LC_MESSAGES/cogl.mo +0 -0
  500. data/vendor/local/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo +0 -0
  501. data/vendor/local/share/locale/ug/LC_MESSAGES/clutter-1.0.mo +0 -0
  502. data/vendor/local/share/locale/ug/LC_MESSAGES/cogl.mo +0 -0
  503. data/vendor/local/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo +0 -0
  504. data/vendor/local/share/locale/uk/LC_MESSAGES/clutter-1.0.mo +0 -0
  505. data/vendor/local/share/locale/uk/LC_MESSAGES/cogl.mo +0 -0
  506. data/vendor/local/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo +0 -0
  507. data/vendor/local/share/locale/ur/LC_MESSAGES/clutter-1.0.mo +0 -0
  508. data/vendor/local/share/locale/vi/LC_MESSAGES/cogl.mo +0 -0
  509. data/vendor/local/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo +0 -0
  510. data/vendor/local/share/locale/yi/LC_MESSAGES/clutter-1.0.mo +0 -0
  511. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo +0 -0
  512. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/cogl.mo +0 -0
  513. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo +0 -0
  514. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo +0 -0
  515. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/cogl.mo +0 -0
  516. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo +0 -0
  517. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo +0 -0
  518. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/cogl.mo +0 -0
  519. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo +0 -0
  520. data/vendor/local/share/man/man1/json-glib-format.1 +1 -1
  521. data/vendor/local/share/man/man1/json-glib-validate.1 +1 -1
  522. metadata +44 -53
  523. data/vendor/local/share/gtk-doc/html/cally/cally.devhelp2 +0 -72
  524. data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +0 -45
  525. data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +0 -44
  526. data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +0 -63
  527. data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +0 -38
  528. data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +0 -95
  529. data/vendor/local/share/gtk-doc/html/cally/home.png +0 -0
  530. data/vendor/local/share/gtk-doc/html/cally/index.html +0 -102
  531. data/vendor/local/share/gtk-doc/html/cally/index.sgml +0 -123
  532. data/vendor/local/share/gtk-doc/html/cally/ix01.html +0 -192
  533. data/vendor/local/share/gtk-doc/html/cally/ix02.html +0 -30
  534. data/vendor/local/share/gtk-doc/html/cally/ix03.html +0 -184
  535. data/vendor/local/share/gtk-doc/html/cally/ix04.html +0 -38
  536. data/vendor/local/share/gtk-doc/html/cally/left-insensitive.png +0 -0
  537. data/vendor/local/share/gtk-doc/html/cally/left.png +0 -0
  538. data/vendor/local/share/gtk-doc/html/cally/license.html +0 -57
  539. data/vendor/local/share/gtk-doc/html/cally/right-insensitive.png +0 -0
  540. data/vendor/local/share/gtk-doc/html/cally/right.png +0 -0
  541. data/vendor/local/share/gtk-doc/html/cally/style.css +0 -479
  542. data/vendor/local/share/gtk-doc/html/cally/up-insensitive.png +0 -0
  543. data/vendor/local/share/gtk-doc/html/cally/up.png +0 -0
@@ -1,44 +0,0 @@
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>Object Hierarchy: Cally Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
- <link rel="home" href="index.html" title="Cally Reference Manual">
8
- <link rel="up" href="callyobjects.html" title="Part III. Cally Actors and Objects">
9
- <link rel="prev" href="callyobjects.html" title="Part III. Cally Actors and Objects">
10
- <link rel="next" href="callyobjectindex.html" title="Object Index">
11
- <meta name="generator" content="GTK-Doc V1.23.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><a accesskey="u" href="callyobjects.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
19
- <td><a accesskey="p" href="callyobjects.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
- <td><a accesskey="n" href="callyobjectindex.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><h2 class="title">
24
- <a name="callyobjecthierarchy"></a>Object Hierarchy</h2></div></div></div>
25
- <pre class="screen">
26
- GObject
27
- <span class="lineart">├──</span> AtkObject
28
- <span class="lineart">│</span> <span class="lineart">╰──</span> AtkGObjectAccessible
29
- <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="CallyActor.html" title="CallyActor">CallyActor</a>
30
- <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="CallyClone.html" title="CallyClone">CallyClone</a>
31
- <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="CallyGroup.html" title="CallyGroup">CallyGroup</a>
32
- <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="CallyStage.html" title="CallyStage">CallyStage</a>
33
- <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="CallyRectangle.html" title="CallyRectangle">CallyRectangle</a>
34
- <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="CallyText.html" title="CallyText">CallyText</a>
35
- <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="CallyTexture.html" title="CallyTexture">CallyTexture</a>
36
- <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="CallyRoot.html" title="CallyRoot">CallyRoot</a>
37
- <span class="lineart">╰──</span> AtkUtil
38
- <span class="lineart">╰──</span> <a class="link" href="CallyUtil.html" title="CallyUtil">CallyUtil</a>
39
- </pre>
40
- </div>
41
- <div class="footer">
42
- <hr>Generated by GTK-Doc V1.23.1</div>
43
- </body>
44
- </html>
@@ -1,63 +0,0 @@
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>Object Index: Cally Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
- <link rel="home" href="index.html" title="Cally Reference Manual">
8
- <link rel="up" href="callyobjects.html" title="Part III. Cally Actors and Objects">
9
- <link rel="prev" href="callyobjecthierarchy.html" title="Object Hierarchy">
10
- <link rel="next" href="callyannotationglossary.html" title="Annotations Glossary">
11
- <meta name="generator" content="GTK-Doc V1.23.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><a accesskey="u" href="callyobjects.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
19
- <td><a accesskey="p" href="callyobjecthierarchy.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
- <td><a accesskey="n" href="callyannotationglossary.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><h2 class="title">
24
- <a name="callyobjectindex"></a>Object Index</h2></div></div></div>
25
- <div class="informaltable"><table width="100%" border="0">
26
- <colgroup>
27
- <col>
28
- <col>
29
- <col>
30
- </colgroup>
31
- <tbody>
32
- <tr>
33
- <td>AtkGObjectAccessible</td>
34
- <td>AtkObject</td>
35
- <td>AtkUtil</td>
36
- </tr>
37
- <tr>
38
- <td><a class="link" href="CallyActor.html" title="CallyActor">CallyActor</a></td>
39
- <td><a class="link" href="CallyClone.html" title="CallyClone">CallyClone</a></td>
40
- <td><a class="link" href="CallyGroup.html" title="CallyGroup">CallyGroup</a></td>
41
- </tr>
42
- <tr>
43
- <td><a class="link" href="CallyRectangle.html" title="CallyRectangle">CallyRectangle</a></td>
44
- <td><a class="link" href="CallyRoot.html" title="CallyRoot">CallyRoot</a></td>
45
- <td><a class="link" href="CallyStage.html" title="CallyStage">CallyStage</a></td>
46
- </tr>
47
- <tr>
48
- <td><a class="link" href="CallyText.html" title="CallyText">CallyText</a></td>
49
- <td><a class="link" href="CallyTexture.html" title="CallyTexture">CallyTexture</a></td>
50
- <td><a class="link" href="CallyUtil.html" title="CallyUtil">CallyUtil</a></td>
51
- </tr>
52
- <tr>
53
- <td>GObject</td>
54
- <td class="auto-generated"> </td>
55
- <td class="auto-generated"> </td>
56
- </tr>
57
- </tbody>
58
- </table></div>
59
- </div>
60
- <div class="footer">
61
- <hr>Generated by GTK-Doc V1.23.1</div>
62
- </body>
63
- </html>
@@ -1,38 +0,0 @@
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>Part III. Cally Actors and Objects: Cally Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
- <link rel="home" href="index.html" title="Cally Reference Manual">
8
- <link rel="up" href="index.html" title="Cally Reference Manual">
9
- <link rel="prev" href="CallyRoot.html" title="CallyRoot">
10
- <link rel="next" href="callyobjecthierarchy.html" title="Object Hierarchy">
11
- <meta name="generator" content="GTK-Doc V1.23.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="CallyRoot.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
- <td><a accesskey="n" href="callyobjecthierarchy.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
- </tr></table>
22
- <div class="part">
23
- <div class="titlepage"><div><div><h1 class="title">
24
- <a name="callyobjects"></a>Part III. Cally Actors and Objects</h1></div></div></div>
25
- <div class="toc">
26
- <p><b>Table of Contents</b></p>
27
- <dl class="toc">
28
- <dt><span class="chapter"><a href="callyobjecthierarchy.html">Object Hierarchy</a></span></dt>
29
- <dt><span class="chapter"><a href="callyobjectindex.html">Object Index</a></span></dt>
30
- <dt><span class="chapter"><a href="callyannotationglossary.html">Annotations Glossary</a></span></dt>
31
- <dd><dl><dt><span class="glossary"><a href="callyannotationglossary.html#annotation-glossary">Annotation Glossary</a></span></dt></dl></dd>
32
- </dl>
33
- </div>
34
- </div>
35
- <div class="footer">
36
- <hr>Generated by GTK-Doc V1.23.1</div>
37
- </body>
38
- </html>
@@ -1,95 +0,0 @@
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>Part I. Overview: Cally Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
- <link rel="home" href="index.html" title="Cally Reference Manual">
8
- <link rel="up" href="index.html" title="Cally Reference Manual">
9
- <link rel="prev" href="index.html" title="Cally Reference Manual">
10
- <link rel="next" href="callybase.html" title="Part II. Cally Reference">
11
- <meta name="generator" content="GTK-Doc V1.23.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="index.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
- <td><a accesskey="n" href="callybase.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
- </tr></table>
22
- <div class="part">
23
- <div class="titlepage"><div>
24
- <div><h1 class="title">
25
- <a name="clutter-overview"></a>Part I. Overview</h1></div>
26
- <div><div class="author">
27
- <h3 class="author">
28
- <span class="firstname">Alejandro</span> <span class="surname">Piñeiro Iglesias</span>
29
- </h3>
30
- <div class="affiliation"><div class="address"><p><br>
31
-           <code class="email">&lt;<a class="email" href="mailto:apinheiroigalia.com">apinheiro<em class="parameter"><code>igalia.com</code></em></a>&gt;</code><br>
32
-         </p></div></div>
33
- </div></div>
34
- </div></div>
35
- <div class="partintro">
36
- <div></div>
37
- <p>Cally (Clutter Accessibility Implementation Library) is the
38
- Clutter implementation of the ATK interfaces. You can see as the
39
- Clutter equivalent of GAIL, which provides accessibility support
40
- for GTK+ and other GNOME related libraries.</p>
41
- <p>This implementation expose Clutter actors to accessibility
42
- tools like Orca. This allows not only writing accessible user
43
- interfaces, but also allows testing and verification frameworks
44
- based on accessibility technologies to inspect and test a Clutter
45
- scene graph.</p>
46
- <p>This reference manual defines the different APIs defined in
47
- Cally. Anyway take into account that the most common use of case
48
- Cally is transparent to the user, as the different accessibility
49
- tools are intended to use the abstract ATK interfaces, and *not
50
- directly* Cally, so this tools can communicate with applications
51
- using different toolkits, like GTK+, Java, Clutter, etc. </p>
52
- <p>The purpose of this reference is allow to extend Cally
53
- functionality in any Clutter-based widget toolkit. Clutter is more
54
- low-level that other toolkits like GTK+, and some toolkits have
55
- started to appear based on Clutter: MX, Shell Toolkit, Candies,
56
- Glitter, etc. This means that it is really likely that these
57
- libraries will require extra accessibility support.</p>
58
- <p>GAIL used a different approach, being a almost-pure-opaque
59
- implementation of the ATK interfaces. So you can't extend it
60
- directly. You need to use GObject and ATK mechanisms, like
61
- run-time anonymous inheritance, to extend it. Although valid to
62
- some custom cases, it showed to be really problematic and hacky in
63
- wider approaches, like HAIL(Hildon Accessibility Implementation
64
- Library). As explained, Clutter is more likely to be extended, so
65
- these issues would arise sooner.</p>
66
- <p>Part of the accessibility support is implemented on Clutter,
67
- like the initialization code, and the method to obtain the
68
- accessibility object for each Clutter object. In the same way, to
69
- make it easier, and to allow access to Clutter object private
70
- data, it would be really likely that the accessibility support
71
- would be implemented directly on some Clutter objects</p>
72
- <p>Check the next clutter methods for more information:</p>
73
- <div class="variablelist"><table border="0" class="variablelist">
74
- <colgroup>
75
- <col align="left" valign="top">
76
- <col>
77
- </colgroup>
78
- <tbody>
79
- <tr>
80
- <td><p><span class="term"><a href="../clutter/ClutterActor.html#clutter-actor-get-accessible"><code class="function">clutter_actor_get_accessible()</code></a></span></p></td>
81
- <td>Virtual method to obtain the accessibility object of a
82
- clutter actor</td>
83
- </tr>
84
- <tr>
85
- <td><p><span class="term"><a href="../clutter/clutter-General.html#clutter-get-accessibility-enabled"><code class="function">clutter_get_accessibility_enabled()</code></a></span></p></td>
86
- <td>Method to check if accessibility is enabled.</td>
87
- </tr>
88
- </tbody>
89
- </table></div>
90
- </div>
91
- </div>
92
- <div class="footer">
93
- <hr>Generated by GTK-Doc V1.23.1</div>
94
- </body>
95
- </html>
@@ -1,102 +0,0 @@
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>Cally Reference Manual: Cally Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
- <link rel="home" href="index.html" title="Cally Reference Manual">
8
- <link rel="next" href="clutter-overview.html" title="Part I. Overview">
9
- <meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
10
- <link rel="stylesheet" href="style.css" type="text/css">
11
- </head>
12
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13
- <div class="book">
14
- <div class="titlepage">
15
- <div>
16
- <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Cally Reference Manual</p></th></tr></table></div>
17
- <div><p class="releaseinfo">for Clutter 1.22.4</p></div>
18
- <div><p class="copyright">Copyright © 2008, 2009, 2010 Igalia S.L.</p></div>
19
- <div><div class="legalnotice">
20
- <a name="id-1.1.4"></a><p>
21
- Permission is granted to copy, distribute and/or modify this
22
- document under the terms of the <em class="citetitle">GNU Free
23
- Documentation License</em>, Version 1.1 or any later
24
- version published by the Free Software Foundation with no
25
- Invariant Sections, no Front-Cover Texts, and no Back-Cover
26
- Texts. You may obtain a copy of the <em class="citetitle">GNU Free
27
- Documentation License</em> from the Free Software
28
- Foundation by visiting <a class="ulink" href="http://www.fsf.org" target="_top">their Web site</a> or by writing
29
- to:
30
-
31
- </p>
32
- <div class="address"><p><br>
33
-           The Free Software Foundation, Inc.,<br>
34
-           <span class="street">59 Temple Place</span> - Suite 330,<br>
35
-           <span class="city">Boston</span>, <span class="state">MA</span> <span class="postcode">02111-1307</span>,<br>
36
-           <span class="country">USA</span><br>
37
-         </p></div>
38
- <p>
39
- </p>
40
- </div></div>
41
- </div>
42
- <hr>
43
- </div>
44
- <div class="toc"><dl class="toc">
45
- <dt><span class="part"><a href="clutter-overview.html">I. Overview</a></span></dt>
46
- <dt><span class="part"><a href="callybase.html">II. Cally Reference</a></span></dt>
47
- <dd><dl>
48
- <dt><span class="chapter"><a href="ch01.html">Base Classes</a></span></dt>
49
- <dd><dl>
50
- <dt>
51
- <span class="refentrytitle"><a href="CallyActor.html">CallyActor</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for <span class="type">ClutterActor</span></span>
52
- </dt>
53
- <dt>
54
- <span class="refentrytitle"><a href="CallyGroup.html">CallyGroup</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterGroup</span></span>
55
- </dt>
56
- <dt>
57
- <span class="refentrytitle"><a href="CallyStage.html">CallyStage</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterStage</span></span>
58
- </dt>
59
- <dt>
60
- <span class="refentrytitle"><a href="CallyTexture.html">CallyTexture</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterTexture</span></span>
61
- </dt>
62
- <dt>
63
- <span class="refentrytitle"><a href="CallyRectangle.html">CallyRectangle</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterRectangle</span></span>
64
- </dt>
65
- <dt>
66
- <span class="refentrytitle"><a href="CallyText.html">CallyText</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterText</span></span>
67
- </dt>
68
- <dt>
69
- <span class="refentrytitle"><a href="CallyClone.html">CallyClone</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterClone</span></span>
70
- </dt>
71
- </dl></dd>
72
- <dt><span class="chapter"><a href="ch02.html">Utility API</a></span></dt>
73
- <dd><dl>
74
- <dt>
75
- <span class="refentrytitle"><a href="cally-General-API.html">Cally</a></span><span class="refpurpose"> — Cally initialization methods.</span>
76
- </dt>
77
- <dt>
78
- <span class="refentrytitle"><a href="CallyUtil.html">CallyUtil</a></span><span class="refpurpose"> — <span class="type">AtkUtil</span> implementation</span>
79
- </dt>
80
- <dt>
81
- <span class="refentrytitle"><a href="CallyRoot.html">CallyRoot</a></span><span class="refpurpose"> — Root object for the Cally toolkit</span>
82
- </dt>
83
- </dl></dd>
84
- </dl></dd>
85
- <dt><span class="part"><a href="callyobjects.html">III. Cally Actors and Objects</a></span></dt>
86
- <dd><dl>
87
- <dt><span class="chapter"><a href="callyobjecthierarchy.html">Object Hierarchy</a></span></dt>
88
- <dt><span class="chapter"><a href="callyobjectindex.html">Object Index</a></span></dt>
89
- <dt><span class="chapter"><a href="callyannotationglossary.html">Annotations Glossary</a></span></dt>
90
- <dd><dl><dt><span class="glossary"><a href="callyannotationglossary.html#annotation-glossary">Annotation Glossary</a></span></dt></dl></dd>
91
- </dl></dd>
92
- <dt><span class="index"><a href="ix01.html">Index of all symbols</a></span></dt>
93
- <dt><span class="index"><a href="ix02.html">Index of deprecated symbols</a></span></dt>
94
- <dt><span class="index"><a href="ix03.html">Index of new symbols in 1.4</a></span></dt>
95
- <dt><span class="index"><a href="ix04.html">Index of new symbols in 1.6</a></span></dt>
96
- <dt><span class="appendix"><a href="license.html">A. License</a></span></dt>
97
- </dl></div>
98
- </div>
99
- <div class="footer">
100
- <hr>Generated by GTK-Doc V1.23.1</div>
101
- </body>
102
- </html>
@@ -1,123 +0,0 @@
1
- <ANCHOR id="CallyActor" href="cally/CallyActor.html">
2
- <ANCHOR id="CallyActor.functions" href="cally/CallyActor.html#CallyActor.functions">
3
- <ANCHOR id="CallyActor.other" href="cally/CallyActor.html#CallyActor.other">
4
- <ANCHOR id="CallyActor.object-hierarchy" href="cally/CallyActor.html#CallyActor.object-hierarchy">
5
- <ANCHOR id="CallyActor.implemented-interfaces" href="cally/CallyActor.html#CallyActor.implemented-interfaces">
6
- <ANCHOR id="CallyActor.description" href="cally/CallyActor.html#CallyActor.description">
7
- <ANCHOR id="CallyActor.functions_details" href="cally/CallyActor.html#CallyActor.functions_details">
8
- <ANCHOR id="CallyActionFunc" href="cally/CallyActor.html#CallyActionFunc">
9
- <ANCHOR id="CallyActionCallback" href="cally/CallyActor.html#CallyActionCallback">
10
- <ANCHOR id="cally-actor-new" href="cally/CallyActor.html#cally-actor-new">
11
- <ANCHOR id="cally-actor-add-action" href="cally/CallyActor.html#cally-actor-add-action">
12
- <ANCHOR id="cally-actor-add-action-full" href="cally/CallyActor.html#cally-actor-add-action-full">
13
- <ANCHOR id="cally-actor-remove-action" href="cally/CallyActor.html#cally-actor-remove-action">
14
- <ANCHOR id="cally-actor-remove-action-by-name" href="cally/CallyActor.html#cally-actor-remove-action-by-name">
15
- <ANCHOR id="CallyActor.other_details" href="cally/CallyActor.html#CallyActor.other_details">
16
- <ANCHOR id="CallyActor-struct" href="cally/CallyActor.html#CallyActor-struct">
17
- <ANCHOR id="CallyActorClass" href="cally/CallyActor.html#CallyActorClass">
18
- <ANCHOR id="CallyActor.see-also" href="cally/CallyActor.html#CallyActor.see-also">
19
- <ANCHOR id="CallyGroup" href="cally/CallyGroup.html">
20
- <ANCHOR id="CallyGroup.functions" href="cally/CallyGroup.html#CallyGroup.functions">
21
- <ANCHOR id="CallyGroup.other" href="cally/CallyGroup.html#CallyGroup.other">
22
- <ANCHOR id="CallyGroup.object-hierarchy" href="cally/CallyGroup.html#CallyGroup.object-hierarchy">
23
- <ANCHOR id="CallyGroup.implemented-interfaces" href="cally/CallyGroup.html#CallyGroup.implemented-interfaces">
24
- <ANCHOR id="CallyGroup.description" href="cally/CallyGroup.html#CallyGroup.description">
25
- <ANCHOR id="CallyGroup.functions_details" href="cally/CallyGroup.html#CallyGroup.functions_details">
26
- <ANCHOR id="cally-group-new" href="cally/CallyGroup.html#cally-group-new">
27
- <ANCHOR id="CallyGroup.other_details" href="cally/CallyGroup.html#CallyGroup.other_details">
28
- <ANCHOR id="CallyGroup-struct" href="cally/CallyGroup.html#CallyGroup-struct">
29
- <ANCHOR id="CallyGroupClass" href="cally/CallyGroup.html#CallyGroupClass">
30
- <ANCHOR id="CallyGroup.see-also" href="cally/CallyGroup.html#CallyGroup.see-also">
31
- <ANCHOR id="CallyStage" href="cally/CallyStage.html">
32
- <ANCHOR id="CallyStage.functions" href="cally/CallyStage.html#CallyStage.functions">
33
- <ANCHOR id="CallyStage.other" href="cally/CallyStage.html#CallyStage.other">
34
- <ANCHOR id="CallyStage.object-hierarchy" href="cally/CallyStage.html#CallyStage.object-hierarchy">
35
- <ANCHOR id="CallyStage.implemented-interfaces" href="cally/CallyStage.html#CallyStage.implemented-interfaces">
36
- <ANCHOR id="CallyStage.description" href="cally/CallyStage.html#CallyStage.description">
37
- <ANCHOR id="CallyStage.functions_details" href="cally/CallyStage.html#CallyStage.functions_details">
38
- <ANCHOR id="cally-stage-new" href="cally/CallyStage.html#cally-stage-new">
39
- <ANCHOR id="CallyStage.other_details" href="cally/CallyStage.html#CallyStage.other_details">
40
- <ANCHOR id="CallyStage-struct" href="cally/CallyStage.html#CallyStage-struct">
41
- <ANCHOR id="CallyStageClass" href="cally/CallyStage.html#CallyStageClass">
42
- <ANCHOR id="CallyStage.see-also" href="cally/CallyStage.html#CallyStage.see-also">
43
- <ANCHOR id="CallyTexture" href="cally/CallyTexture.html">
44
- <ANCHOR id="CallyTexture.functions" href="cally/CallyTexture.html#CallyTexture.functions">
45
- <ANCHOR id="CallyTexture.other" href="cally/CallyTexture.html#CallyTexture.other">
46
- <ANCHOR id="CallyTexture.object-hierarchy" href="cally/CallyTexture.html#CallyTexture.object-hierarchy">
47
- <ANCHOR id="CallyTexture.implemented-interfaces" href="cally/CallyTexture.html#CallyTexture.implemented-interfaces">
48
- <ANCHOR id="CallyTexture.description" href="cally/CallyTexture.html#CallyTexture.description">
49
- <ANCHOR id="CallyTexture.functions_details" href="cally/CallyTexture.html#CallyTexture.functions_details">
50
- <ANCHOR id="cally-texture-new" href="cally/CallyTexture.html#cally-texture-new">
51
- <ANCHOR id="CallyTexture.other_details" href="cally/CallyTexture.html#CallyTexture.other_details">
52
- <ANCHOR id="CallyTexture-struct" href="cally/CallyTexture.html#CallyTexture-struct">
53
- <ANCHOR id="CallyTextureClass" href="cally/CallyTexture.html#CallyTextureClass">
54
- <ANCHOR id="CallyTexture.see-also" href="cally/CallyTexture.html#CallyTexture.see-also">
55
- <ANCHOR id="CallyRectangle" href="cally/CallyRectangle.html">
56
- <ANCHOR id="CallyRectangle.functions" href="cally/CallyRectangle.html#CallyRectangle.functions">
57
- <ANCHOR id="CallyRectangle.other" href="cally/CallyRectangle.html#CallyRectangle.other">
58
- <ANCHOR id="CallyRectangle.object-hierarchy" href="cally/CallyRectangle.html#CallyRectangle.object-hierarchy">
59
- <ANCHOR id="CallyRectangle.implemented-interfaces" href="cally/CallyRectangle.html#CallyRectangle.implemented-interfaces">
60
- <ANCHOR id="CallyRectangle.description" href="cally/CallyRectangle.html#CallyRectangle.description">
61
- <ANCHOR id="CallyRectangle.functions_details" href="cally/CallyRectangle.html#CallyRectangle.functions_details">
62
- <ANCHOR id="cally-rectangle-new" href="cally/CallyRectangle.html#cally-rectangle-new">
63
- <ANCHOR id="CallyRectangle.other_details" href="cally/CallyRectangle.html#CallyRectangle.other_details">
64
- <ANCHOR id="CallyRectangle-struct" href="cally/CallyRectangle.html#CallyRectangle-struct">
65
- <ANCHOR id="CallyRectangleClass" href="cally/CallyRectangle.html#CallyRectangleClass">
66
- <ANCHOR id="CallyRectangle.see-also" href="cally/CallyRectangle.html#CallyRectangle.see-also">
67
- <ANCHOR id="CallyText" href="cally/CallyText.html">
68
- <ANCHOR id="CallyText.functions" href="cally/CallyText.html#CallyText.functions">
69
- <ANCHOR id="CallyText.other" href="cally/CallyText.html#CallyText.other">
70
- <ANCHOR id="CallyText.object-hierarchy" href="cally/CallyText.html#CallyText.object-hierarchy">
71
- <ANCHOR id="CallyText.implemented-interfaces" href="cally/CallyText.html#CallyText.implemented-interfaces">
72
- <ANCHOR id="CallyText.description" href="cally/CallyText.html#CallyText.description">
73
- <ANCHOR id="CallyText.functions_details" href="cally/CallyText.html#CallyText.functions_details">
74
- <ANCHOR id="cally-text-new" href="cally/CallyText.html#cally-text-new">
75
- <ANCHOR id="CallyText.other_details" href="cally/CallyText.html#CallyText.other_details">
76
- <ANCHOR id="CallyText-struct" href="cally/CallyText.html#CallyText-struct">
77
- <ANCHOR id="CallyTextClass" href="cally/CallyText.html#CallyTextClass">
78
- <ANCHOR id="CallyText.see-also" href="cally/CallyText.html#CallyText.see-also">
79
- <ANCHOR id="CallyClone" href="cally/CallyClone.html">
80
- <ANCHOR id="CallyClone.functions" href="cally/CallyClone.html#CallyClone.functions">
81
- <ANCHOR id="CallyClone.other" href="cally/CallyClone.html#CallyClone.other">
82
- <ANCHOR id="CallyClone.object-hierarchy" href="cally/CallyClone.html#CallyClone.object-hierarchy">
83
- <ANCHOR id="CallyClone.implemented-interfaces" href="cally/CallyClone.html#CallyClone.implemented-interfaces">
84
- <ANCHOR id="CallyClone.description" href="cally/CallyClone.html#CallyClone.description">
85
- <ANCHOR id="CallyClone.functions_details" href="cally/CallyClone.html#CallyClone.functions_details">
86
- <ANCHOR id="cally-clone-new" href="cally/CallyClone.html#cally-clone-new">
87
- <ANCHOR id="CallyClone.other_details" href="cally/CallyClone.html#CallyClone.other_details">
88
- <ANCHOR id="CallyClone-struct" href="cally/CallyClone.html#CallyClone-struct">
89
- <ANCHOR id="CallyCloneClass" href="cally/CallyClone.html#CallyCloneClass">
90
- <ANCHOR id="CallyClone.see-also" href="cally/CallyClone.html#CallyClone.see-also">
91
- <ANCHOR id="cally-General-API" href="cally/cally-General-API.html">
92
- <ANCHOR id="cally-General-API.functions" href="cally/cally-General-API.html#cally-General-API.functions">
93
- <ANCHOR id="cally-General-API.description" href="cally/cally-General-API.html#cally-General-API.description">
94
- <ANCHOR id="cally-General-API.functions_details" href="cally/cally-General-API.html#cally-General-API.functions_details">
95
- <ANCHOR id="cally-get-cally-initialized" href="cally/cally-General-API.html#cally-get-cally-initialized">
96
- <ANCHOR id="cally-accessibility-init" href="cally/cally-General-API.html#cally-accessibility-init">
97
- <ANCHOR id="CALLY-ACCESSIBLE-FACTORY:CAPS" href="cally/cally-General-API.html#CALLY-ACCESSIBLE-FACTORY:CAPS">
98
- <ANCHOR id="CALLY-ACTOR-SET-FACTORY:CAPS" href="cally/cally-General-API.html#CALLY-ACTOR-SET-FACTORY:CAPS">
99
- <ANCHOR id="cally-General-API.other_details" href="cally/cally-General-API.html#cally-General-API.other_details">
100
- <ANCHOR id="CallyUtil" href="cally/CallyUtil.html">
101
- <ANCHOR id="CallyUtil.other" href="cally/CallyUtil.html#CallyUtil.other">
102
- <ANCHOR id="CallyUtil.object-hierarchy" href="cally/CallyUtil.html#CallyUtil.object-hierarchy">
103
- <ANCHOR id="CallyUtil.description" href="cally/CallyUtil.html#CallyUtil.description">
104
- <ANCHOR id="CallyUtil.functions_details" href="cally/CallyUtil.html#CallyUtil.functions_details">
105
- <ANCHOR id="CallyUtil.other_details" href="cally/CallyUtil.html#CallyUtil.other_details">
106
- <ANCHOR id="CallyUtil-struct" href="cally/CallyUtil.html#CallyUtil-struct">
107
- <ANCHOR id="CallyUtilClass" href="cally/CallyUtil.html#CallyUtilClass">
108
- <ANCHOR id="CallyUtil.see-also" href="cally/CallyUtil.html#CallyUtil.see-also">
109
- <ANCHOR id="CallyRoot" href="cally/CallyRoot.html">
110
- <ANCHOR id="CallyRoot.functions" href="cally/CallyRoot.html#CallyRoot.functions">
111
- <ANCHOR id="CallyRoot.other" href="cally/CallyRoot.html#CallyRoot.other">
112
- <ANCHOR id="CallyRoot.object-hierarchy" href="cally/CallyRoot.html#CallyRoot.object-hierarchy">
113
- <ANCHOR id="CallyRoot.description" href="cally/CallyRoot.html#CallyRoot.description">
114
- <ANCHOR id="CallyRoot.functions_details" href="cally/CallyRoot.html#CallyRoot.functions_details">
115
- <ANCHOR id="cally-root-new" href="cally/CallyRoot.html#cally-root-new">
116
- <ANCHOR id="CallyRoot.other_details" href="cally/CallyRoot.html#CallyRoot.other_details">
117
- <ANCHOR id="CallyRoot-struct" href="cally/CallyRoot.html#CallyRoot-struct">
118
- <ANCHOR id="CallyRootClass" href="cally/CallyRoot.html#CallyRootClass">
119
- <ANCHOR id="CallyRoot.see-also" href="cally/CallyRoot.html#CallyRoot.see-also">
120
- <ANCHOR id="annotation-glossterm-closure" href="cally/callyannotationglossary.html#annotation-glossterm-closure">
121
- <ANCHOR id="annotation-glossterm-rename-to" href="cally/callyannotationglossary.html#annotation-glossterm-rename-to">
122
- <ANCHOR id="annotation-glossterm-scope notified" href="cally/callyannotationglossary.html#annotation-glossterm-scope notified">
123
- <ANCHOR id="annotation-glossterm-skip" href="cally/callyannotationglossary.html#annotation-glossterm-skip">