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
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="index.html" title="Clutter Reference Manual">
9
9
  <link rel="prev" href="ClutterTransitionGroup.html" title="ClutterTransitionGroup">
10
10
  <link rel="next" href="ch10.html" title="General purpose API">
11
- <meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -102,6 +102,6 @@ and bezier curves.</span>
102
102
  </div>
103
103
  </div>
104
104
  <div class="footer">
105
- <hr>Generated by GTK-Doc V1.23.1</div>
105
+ <hr>Generated by GTK-Doc V1.24</div>
106
106
  </body>
107
107
  </html>
@@ -2,13 +2,13 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Part IX. Deprecated Classes: Clutter Reference Manual</title>
5
+ <title>Part X. Deprecated Classes: Clutter Reference Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="Clutter Reference Manual">
8
8
  <link rel="up" href="index.html" title="Clutter Reference Manual">
9
9
  <link rel="prev" href="migrating-ClutterAnimation.html" title="Migrating from ClutterAnimation">
10
10
  <link rel="next" href="ClutterAlpha.html" title="ClutterAlpha">
11
- <meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -21,7 +21,7 @@
21
21
  </tr></table>
22
22
  <div class="part">
23
23
  <div class="titlepage"><div><div><h1 class="title">
24
- <a name="deprecated"></a>Part IX. Deprecated Classes</h1></div></div></div>
24
+ <a name="deprecated"></a>Part X. Deprecated Classes</h1></div></div></div>
25
25
  <div class="toc">
26
26
  <p><b>Table of Contents</b></p>
27
27
  <dl class="toc">
@@ -87,6 +87,6 @@
87
87
  </div>
88
88
  </div>
89
89
  <div class="footer">
90
- <hr>Generated by GTK-Doc V1.23.1</div>
90
+ <hr>Generated by GTK-Doc V1.24</div>
91
91
  </body>
92
92
  </html>
@@ -5,10 +5,10 @@
5
5
  <title>Glossary: Clutter Reference Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="Clutter Reference Manual">
8
- <link rel="up" href="clutterglossary.html" title="Part XI. Glossaries">
9
- <link rel="prev" href="clutterglossary.html" title="Part XI. Glossaries">
8
+ <link rel="up" href="clutterglossary.html" title="Part XII. Glossaries">
9
+ <link rel="prev" href="clutterglossary.html" title="Part XII. Glossaries">
10
10
  <link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
11
- <meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -21,7 +21,7 @@
21
21
  </tr></table>
22
22
  <div class="glossary">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
- <a name="id-1.12.2"></a>Glossary</h2></div></div></div>
24
+ <a name="id-1.13.2"></a>Glossary</h2></div></div></div>
25
25
  <dl>
26
26
  <dt>
27
27
  <a name="actor"></a><span class="glossterm">actor</span>
@@ -120,6 +120,6 @@
120
120
  </dl>
121
121
  </div>
122
122
  <div class="footer">
123
- <hr>Generated by GTK-Doc V1.23.1</div>
123
+ <hr>Generated by GTK-Doc V1.24</div>
124
124
  </body>
125
125
  </html>
@@ -6,15 +6,15 @@
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="Clutter Reference Manual">
8
8
  <link rel="next" href="clutter-overview.html" title="Part I. Overview">
9
- <meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
9
+ <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
10
10
  <link rel="stylesheet" href="style.css" type="text/css">
11
11
  </head>
12
12
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13
- <div class="book">
13
+ <div lang="en" class="book">
14
14
  <div class="titlepage">
15
15
  <div>
16
16
  <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Clutter Reference Manual</p></th></tr></table></div>
17
- <div><p class="releaseinfo">for Clutter 1.22.4</p></div>
17
+ <div><p class="releaseinfo">for Clutter 1.26.0</p></div>
18
18
  <div><p class="copyright">Copyright © 2006, 2007, 2008 OpenedHand LTD</p></div>
19
19
  <div><p class="copyright">Copyright © 2009, 2010, 2011, 2012 Intel Corporation</p></div>
20
20
  <div><div class="legalnotice">
@@ -321,10 +321,10 @@ and bezier curves.</span>
321
321
  <span class="refentrytitle"><a href="clutter-X11-Specific-Support.html">X11 Specific Support</a></span><span class="refpurpose"> — X11 specific API</span>
322
322
  </dt>
323
323
  <dt>
324
- <span class="refentrytitle"><a href="clutter-ClutterX11TexturePixmap.html">ClutterX11TexturePixmap</a></span><span class="refpurpose"> — A texture which displays the content of an X Pixmap.</span>
324
+ <span class="refentrytitle"><a href="ClutterX11TexturePixmap.html">ClutterX11TexturePixmap</a></span><span class="refpurpose"> — A texture which displays the content of an X Pixmap.</span>
325
325
  </dt>
326
326
  <dt>
327
- <span class="refentrytitle"><a href="clutter-ClutterGLXTexturePixmap.html">ClutterGLXTexturePixmap</a></span><span class="refpurpose"> — A texture which displays the content of an X Pixmap</span>
327
+ <span class="refentrytitle"><a href="ClutterGLXTexturePixmap.html">ClutterGLXTexturePixmap</a></span><span class="refpurpose"> — A texture which displays the content of an X Pixmap</span>
328
328
  </dt>
329
329
  <dt>
330
330
  <span class="refentrytitle"><a href="clutter-Win32-Specific-Support.html">Win32 Specific Support</a></span><span class="refpurpose"> — Win32 specific API</span>
@@ -351,7 +351,46 @@ and bezier curves.</span>
351
351
  <span class="refentrytitle"><a href="clutter-clutter-mir.html">clutter-mir</a></span><span class="refpurpose"> — Mir specific API</span>
352
352
  </dt>
353
353
  </dl></dd>
354
- <dt><span class="part"><a href="migration.html">VIII. Migrating from previous version of Clutter</a></span></dt>
354
+ <dt><span class="part"><a href="cally.html">VIII. Accessibility</a></span></dt>
355
+ <dd><dl>
356
+ <dt><span class="chapter"><a href="ch13.html">Base Classes</a></span></dt>
357
+ <dd><dl>
358
+ <dt>
359
+ <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>
360
+ </dt>
361
+ <dt>
362
+ <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>
363
+ </dt>
364
+ <dt>
365
+ <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>
366
+ </dt>
367
+ <dt>
368
+ <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>
369
+ </dt>
370
+ <dt>
371
+ <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>
372
+ </dt>
373
+ <dt>
374
+ <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>
375
+ </dt>
376
+ <dt>
377
+ <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>
378
+ </dt>
379
+ </dl></dd>
380
+ <dt><span class="chapter"><a href="ch14.html">Utility API</a></span></dt>
381
+ <dd><dl>
382
+ <dt>
383
+ <span class="refentrytitle"><a href="clutter-General-API.html">Cally</a></span><span class="refpurpose"> — Cally initialization methods.</span>
384
+ </dt>
385
+ <dt>
386
+ <span class="refentrytitle"><a href="CallyUtil.html">CallyUtil</a></span><span class="refpurpose"> — <span class="type">AtkUtil</span> implementation</span>
387
+ </dt>
388
+ <dt>
389
+ <span class="refentrytitle"><a href="CallyRoot.html">CallyRoot</a></span><span class="refpurpose"> — Root object for the Cally toolkit</span>
390
+ </dt>
391
+ </dl></dd>
392
+ </dl></dd>
393
+ <dt><span class="part"><a href="migration.html">IX. Migrating from previous version of Clutter</a></span></dt>
355
394
  <dd><dl>
356
395
  <dt><span class="chapter"><a href="migrating-ClutterEffect.html">Migrating from ClutterEffect</a></span></dt>
357
396
  <dd><dl><dt><span class="section"><a href="migrating-ClutterEffect.html#using-actor-animate">Using <code class="function">clutter_actor_animate()</code></a></span></dt></dl></dd>
@@ -363,9 +402,9 @@ and bezier curves.</span>
363
402
  </dl></dd>
364
403
  <dt><span class="chapter"><a href="migrating-ClutterBehaviour.html">Migrating from ClutterBehaviour</a></span></dt>
365
404
  <dt><span class="chapter"><a href="migrating-ClutterAnimation.html">Migrating from ClutterAnimation</a></span></dt>
366
- <dd><dl><dt><span class="section"><a href="migrating-ClutterAnimation.html#id-1.9.6.12">Migrating <code class="function">clutter_actor_animate()</code></a></span></dt></dl></dd>
405
+ <dd><dl><dt><span class="section"><a href="migrating-ClutterAnimation.html#id-1.10.6.12">Migrating <code class="function">clutter_actor_animate()</code></a></span></dt></dl></dd>
367
406
  </dl></dd>
368
- <dt><span class="part"><a href="deprecated.html">IX. Deprecated Classes</a></span></dt>
407
+ <dt><span class="part"><a href="deprecated.html">X. Deprecated Classes</a></span></dt>
369
408
  <dd><dl>
370
409
  <dt>
371
410
  <span class="refentrytitle"><a href="ClutterAlpha.html">ClutterAlpha</a></span><span class="refpurpose"> — A class for calculating a value as a function of time</span>
@@ -426,12 +465,12 @@ and bezier curves.</span>
426
465
  <span class="refentrytitle"><a href="ClutterTexture.html">ClutterTexture</a></span><span class="refpurpose"> — An actor for displaying and manipulating images.</span>
427
466
  </dt>
428
467
  </dl></dd>
429
- <dt><span class="part"><a href="clutterobjects.html">X. Clutter Actors and Objects</a></span></dt>
468
+ <dt><span class="part"><a href="clutterobjects.html">XI. Clutter Actors and Objects</a></span></dt>
430
469
  <dd><dl>
431
470
  <dt><span class="chapter"><a href="clutterobjecthierarchy.html">Object Hierarchy</a></span></dt>
432
471
  <dt><span class="chapter"><a href="clutterobjectindex.html">Object Index</a></span></dt>
433
472
  </dl></dd>
434
- <dt><span class="part"><a href="clutterglossary.html">XI. Glossaries</a></span></dt>
473
+ <dt><span class="part"><a href="clutterglossary.html">XII. Glossaries</a></span></dt>
435
474
  <dd><dl>
436
475
  <dt><span class="glossary"><a href="go01.html">Glossary</a></span></dt>
437
476
  <dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
@@ -454,10 +493,12 @@ and bezier curves.</span>
454
493
  <dt><span class="index"><a href="ix16.html">Index of new symbols in 1.18</a></span></dt>
455
494
  <dt><span class="index"><a href="ix17.html">Index of new symbols in 1.20</a></span></dt>
456
495
  <dt><span class="index"><a href="ix18.html">Index of new symbols in 1.22</a></span></dt>
496
+ <dt><span class="index"><a href="ix19.html">Index of new symbols in 1.24</a></span></dt>
497
+ <dt><span class="index"><a href="ix20.html">Index of new symbols in 1.26</a></span></dt>
457
498
  <dt><span class="appendix"><a href="license.html">A. License</a></span></dt>
458
499
  </dl></div>
459
500
  </div>
460
501
  <div class="footer">
461
- <hr>Generated by GTK-Doc V1.23.1</div>
502
+ <hr>Generated by GTK-Doc V1.24</div>
462
503
  </body>
463
504
  </html>
@@ -2,6 +2,7 @@
2
2
  <ANCHOR id="ClutterActor.functions" href="clutter/ClutterActor.html#ClutterActor.functions">
3
3
  <ANCHOR id="ClutterActor.properties" href="clutter/ClutterActor.html#ClutterActor.properties">
4
4
  <ANCHOR id="ClutterActor.signals" href="clutter/ClutterActor.html#ClutterActor.signals">
5
+ <ANCHOR id="ClutterMargin" href="clutter/ClutterActor.html#ClutterMargin">
5
6
  <ANCHOR id="ClutterActor.other" href="clutter/ClutterActor.html#ClutterActor.other">
6
7
  <ANCHOR id="ClutterActor.object-hierarchy" href="clutter/ClutterActor.html#ClutterActor.object-hierarchy">
7
8
  <ANCHOR id="ClutterActor.implemented-interfaces" href="clutter/ClutterActor.html#ClutterActor.implemented-interfaces">
@@ -26,8 +27,10 @@
26
27
  <ANCHOR id="clutter-actor-show-all" href="clutter/ClutterActor.html#clutter-actor-show-all">
27
28
  <ANCHOR id="clutter-actor-hide" href="clutter/ClutterActor.html#clutter-actor-hide">
28
29
  <ANCHOR id="clutter-actor-hide-all" href="clutter/ClutterActor.html#clutter-actor-hide-all">
30
+ <ANCHOR id="clutter-actor-is-visible" href="clutter/ClutterActor.html#clutter-actor-is-visible">
29
31
  <ANCHOR id="clutter-actor-realize" href="clutter/ClutterActor.html#clutter-actor-realize">
30
32
  <ANCHOR id="clutter-actor-unrealize" href="clutter/ClutterActor.html#clutter-actor-unrealize">
33
+ <ANCHOR id="clutter-actor-is-realized" href="clutter/ClutterActor.html#clutter-actor-is-realized">
31
34
  <ANCHOR id="clutter-actor-paint" href="clutter/ClutterActor.html#clutter-actor-paint">
32
35
  <ANCHOR id="clutter-actor-continue-paint" href="clutter/ClutterActor.html#clutter-actor-continue-paint">
33
36
  <ANCHOR id="clutter-actor-queue-redraw" href="clutter/ClutterActor.html#clutter-actor-queue-redraw">
@@ -38,6 +41,7 @@
38
41
  <ANCHOR id="clutter-actor-should-pick-paint" href="clutter/ClutterActor.html#clutter-actor-should-pick-paint">
39
42
  <ANCHOR id="clutter-actor-map" href="clutter/ClutterActor.html#clutter-actor-map">
40
43
  <ANCHOR id="clutter-actor-unmap" href="clutter/ClutterActor.html#clutter-actor-unmap">
44
+ <ANCHOR id="clutter-actor-is-mapped" href="clutter/ClutterActor.html#clutter-actor-is-mapped">
41
45
  <ANCHOR id="clutter-actor-has-overlaps" href="clutter/ClutterActor.html#clutter-actor-has-overlaps">
42
46
  <ANCHOR id="clutter-actor-has-mapped-clones" href="clutter/ClutterActor.html#clutter-actor-has-mapped-clones">
43
47
  <ANCHOR id="clutter-actor-allocate" href="clutter/ClutterActor.html#clutter-actor-allocate">
@@ -178,6 +182,9 @@
178
182
  <ANCHOR id="clutter-actor-iter-prev" href="clutter/ClutterActor.html#clutter-actor-iter-prev">
179
183
  <ANCHOR id="clutter-actor-iter-remove" href="clutter/ClutterActor.html#clutter-actor-iter-remove">
180
184
  <ANCHOR id="clutter-actor-iter-destroy" href="clutter/ClutterActor.html#clutter-actor-iter-destroy">
185
+ <ANCHOR id="ClutterActorCreateChildFunc" href="clutter/ClutterActor.html#ClutterActorCreateChildFunc">
186
+ <ANCHOR id="clutter-actor-bind-model" href="clutter/ClutterActor.html#clutter-actor-bind-model">
187
+ <ANCHOR id="clutter-actor-bind-model-with-properties" href="clutter/ClutterActor.html#clutter-actor-bind-model-with-properties">
181
188
  <ANCHOR id="clutter-actor-save-easing-state" href="clutter/ClutterActor.html#clutter-actor-save-easing-state">
182
189
  <ANCHOR id="clutter-actor-restore-easing-state" href="clutter/ClutterActor.html#clutter-actor-restore-easing-state">
183
190
  <ANCHOR id="clutter-actor-set-easing-duration" href="clutter/ClutterActor.html#clutter-actor-set-easing-duration">
@@ -278,7 +285,7 @@
278
285
  <ANCHOR id="CLUTTER-ACTOR-ALIGN-START:CAPS" href="clutter/ClutterActor.html#CLUTTER-ACTOR-ALIGN-START:CAPS">
279
286
  <ANCHOR id="CLUTTER-ACTOR-ALIGN-CENTER:CAPS" href="clutter/ClutterActor.html#CLUTTER-ACTOR-ALIGN-CENTER:CAPS">
280
287
  <ANCHOR id="CLUTTER-ACTOR-ALIGN-END:CAPS" href="clutter/ClutterActor.html#CLUTTER-ACTOR-ALIGN-END:CAPS">
281
- <ANCHOR id="ClutterMargin" href="clutter/ClutterActor.html#ClutterMargin">
288
+ <ANCHOR id="ClutterMargin-struct" href="clutter/ClutterActor.html#ClutterMargin-struct">
282
289
  <ANCHOR id="ClutterContentGravity" href="clutter/ClutterActor.html#ClutterContentGravity">
283
290
  <ANCHOR id="CLUTTER-CONTENT-GRAVITY-TOP-LEFT:CAPS" href="clutter/ClutterActor.html#CLUTTER-CONTENT-GRAVITY-TOP-LEFT:CAPS">
284
291
  <ANCHOR id="CLUTTER-CONTENT-GRAVITY-TOP:CAPS" href="clutter/ClutterActor.html#CLUTTER-CONTENT-GRAVITY-TOP:CAPS">
@@ -620,6 +627,8 @@
620
627
  <ANCHOR id="ClutterStage.functions" href="clutter/ClutterStage.html#ClutterStage.functions">
621
628
  <ANCHOR id="ClutterStage.properties" href="clutter/ClutterStage.html#ClutterStage.properties">
622
629
  <ANCHOR id="ClutterStage.signals" href="clutter/ClutterStage.html#ClutterStage.signals">
630
+ <ANCHOR id="ClutterPerspective" href="clutter/ClutterStage.html#ClutterPerspective">
631
+ <ANCHOR id="ClutterFog" href="clutter/ClutterStage.html#ClutterFog">
623
632
  <ANCHOR id="ClutterStage.other" href="clutter/ClutterStage.html#ClutterStage.other">
624
633
  <ANCHOR id="ClutterStage.object-hierarchy" href="clutter/ClutterStage.html#ClutterStage.object-hierarchy">
625
634
  <ANCHOR id="ClutterStage.implemented-interfaces" href="clutter/ClutterStage.html#ClutterStage.implemented-interfaces">
@@ -677,8 +686,8 @@
677
686
  <ANCHOR id="CLUTTER-PICK-NONE:CAPS" href="clutter/ClutterStage.html#CLUTTER-PICK-NONE:CAPS">
678
687
  <ANCHOR id="CLUTTER-PICK-REACTIVE:CAPS" href="clutter/ClutterStage.html#CLUTTER-PICK-REACTIVE:CAPS">
679
688
  <ANCHOR id="CLUTTER-PICK-ALL:CAPS" href="clutter/ClutterStage.html#CLUTTER-PICK-ALL:CAPS">
680
- <ANCHOR id="ClutterPerspective" href="clutter/ClutterStage.html#ClutterPerspective">
681
- <ANCHOR id="ClutterFog" href="clutter/ClutterStage.html#ClutterFog">
689
+ <ANCHOR id="ClutterPerspective-struct" href="clutter/ClutterStage.html#ClutterPerspective-struct">
690
+ <ANCHOR id="ClutterFog-struct" href="clutter/ClutterStage.html#ClutterFog-struct">
682
691
  <ANCHOR id="ClutterStage.property-details" href="clutter/ClutterStage.html#ClutterStage.property-details">
683
692
  <ANCHOR id="ClutterStage--accept-focus" href="clutter/ClutterStage.html#ClutterStage--accept-focus">
684
693
  <ANCHOR id="ClutterStage--color" href="clutter/ClutterStage.html#ClutterStage--color">
@@ -1164,6 +1173,7 @@
1164
1173
  <ANCHOR id="clutter-pan-action-get-interpolated-delta" href="clutter/ClutterPanAction.html#clutter-pan-action-get-interpolated-delta">
1165
1174
  <ANCHOR id="clutter-pan-action-get-motion-coords" href="clutter/ClutterPanAction.html#clutter-pan-action-get-motion-coords">
1166
1175
  <ANCHOR id="clutter-pan-action-get-motion-delta" href="clutter/ClutterPanAction.html#clutter-pan-action-get-motion-delta">
1176
+ <ANCHOR id="clutter-pan-action-get-constrained-motion-delta" href="clutter/ClutterPanAction.html#clutter-pan-action-get-constrained-motion-delta">
1167
1177
  <ANCHOR id="ClutterPanAction.other_details" href="clutter/ClutterPanAction.html#ClutterPanAction.other_details">
1168
1178
  <ANCHOR id="ClutterPanAction-struct" href="clutter/ClutterPanAction.html#ClutterPanAction-struct">
1169
1179
  <ANCHOR id="ClutterPanActionClass" href="clutter/ClutterPanAction.html#ClutterPanActionClass">
@@ -1171,6 +1181,7 @@
1171
1181
  <ANCHOR id="CLUTTER-PAN-AXIS-NONE:CAPS" href="clutter/ClutterPanAction.html#CLUTTER-PAN-AXIS-NONE:CAPS">
1172
1182
  <ANCHOR id="CLUTTER-PAN-X-AXIS:CAPS" href="clutter/ClutterPanAction.html#CLUTTER-PAN-X-AXIS:CAPS">
1173
1183
  <ANCHOR id="CLUTTER-PAN-Y-AXIS:CAPS" href="clutter/ClutterPanAction.html#CLUTTER-PAN-Y-AXIS:CAPS">
1184
+ <ANCHOR id="CLUTTER-PAN-AXIS-AUTO:CAPS" href="clutter/ClutterPanAction.html#CLUTTER-PAN-AXIS-AUTO:CAPS">
1174
1185
  <ANCHOR id="ClutterPanAction.property-details" href="clutter/ClutterPanAction.html#ClutterPanAction.property-details">
1175
1186
  <ANCHOR id="ClutterPanAction--acceleration-factor" href="clutter/ClutterPanAction.html#ClutterPanAction--acceleration-factor">
1176
1187
  <ANCHOR id="ClutterPanAction--deceleration" href="clutter/ClutterPanAction.html#ClutterPanAction--deceleration">
@@ -1549,7 +1560,13 @@
1549
1560
  <ANCHOR id="ClutterPaintNodeClass" href="clutter/ClutterPaintNode.html#ClutterPaintNodeClass">
1550
1561
  <ANCHOR id="clutter-Paint-Nodes" href="clutter/clutter-Paint-Nodes.html">
1551
1562
  <ANCHOR id="clutter-Paint-Nodes.functions" href="clutter/clutter-Paint-Nodes.html#clutter-Paint-Nodes.functions">
1563
+ <ANCHOR id="ClutterColorNode" href="clutter/clutter-Paint-Nodes.html#ClutterColorNode">
1564
+ <ANCHOR id="ClutterTextureNode" href="clutter/clutter-Paint-Nodes.html#ClutterTextureNode">
1565
+ <ANCHOR id="ClutterPipelineNode" href="clutter/clutter-Paint-Nodes.html#ClutterPipelineNode">
1566
+ <ANCHOR id="ClutterTextNode" href="clutter/clutter-Paint-Nodes.html#ClutterTextNode">
1567
+ <ANCHOR id="ClutterClipNode" href="clutter/clutter-Paint-Nodes.html#ClutterClipNode">
1552
1568
  <ANCHOR id="clutter-Paint-Nodes.other" href="clutter/clutter-Paint-Nodes.html#clutter-Paint-Nodes.other">
1569
+ <ANCHOR id="clutter-Paint-Nodes.object-hierarchy" href="clutter/clutter-Paint-Nodes.html#clutter-Paint-Nodes.object-hierarchy">
1553
1570
  <ANCHOR id="clutter-Paint-Nodes.description" href="clutter/clutter-Paint-Nodes.html#clutter-Paint-Nodes.description">
1554
1571
  <ANCHOR id="clutter-Paint-Nodes.functions_details" href="clutter/clutter-Paint-Nodes.html#clutter-Paint-Nodes.functions_details">
1555
1572
  <ANCHOR id="clutter-color-node-new" href="clutter/clutter-Paint-Nodes.html#clutter-color-node-new">
@@ -1558,15 +1575,15 @@
1558
1575
  <ANCHOR id="clutter-text-node-new" href="clutter/clutter-Paint-Nodes.html#clutter-text-node-new">
1559
1576
  <ANCHOR id="clutter-clip-node-new" href="clutter/clutter-Paint-Nodes.html#clutter-clip-node-new">
1560
1577
  <ANCHOR id="clutter-Paint-Nodes.other_details" href="clutter/clutter-Paint-Nodes.html#clutter-Paint-Nodes.other_details">
1561
- <ANCHOR id="ClutterColorNode" href="clutter/clutter-Paint-Nodes.html#ClutterColorNode">
1578
+ <ANCHOR id="ClutterColorNode-struct" href="clutter/clutter-Paint-Nodes.html#ClutterColorNode-struct">
1562
1579
  <ANCHOR id="ClutterColorNodeClass" href="clutter/clutter-Paint-Nodes.html#ClutterColorNodeClass">
1563
- <ANCHOR id="ClutterTextureNode" href="clutter/clutter-Paint-Nodes.html#ClutterTextureNode">
1580
+ <ANCHOR id="ClutterTextureNode-struct" href="clutter/clutter-Paint-Nodes.html#ClutterTextureNode-struct">
1564
1581
  <ANCHOR id="ClutterTextureNodeClass" href="clutter/clutter-Paint-Nodes.html#ClutterTextureNodeClass">
1565
- <ANCHOR id="ClutterPipelineNode" href="clutter/clutter-Paint-Nodes.html#ClutterPipelineNode">
1582
+ <ANCHOR id="ClutterPipelineNode-struct" href="clutter/clutter-Paint-Nodes.html#ClutterPipelineNode-struct">
1566
1583
  <ANCHOR id="ClutterPipelineNodeClass" href="clutter/clutter-Paint-Nodes.html#ClutterPipelineNodeClass">
1567
- <ANCHOR id="ClutterTextNode" href="clutter/clutter-Paint-Nodes.html#ClutterTextNode">
1584
+ <ANCHOR id="ClutterTextNode-struct" href="clutter/clutter-Paint-Nodes.html#ClutterTextNode-struct">
1568
1585
  <ANCHOR id="ClutterTextNodeClass" href="clutter/clutter-Paint-Nodes.html#ClutterTextNodeClass">
1569
- <ANCHOR id="ClutterClipNode" href="clutter/clutter-Paint-Nodes.html#ClutterClipNode">
1586
+ <ANCHOR id="ClutterClipNode-struct" href="clutter/clutter-Paint-Nodes.html#ClutterClipNode-struct">
1570
1587
  <ANCHOR id="ClutterClipNodeClass" href="clutter/clutter-Paint-Nodes.html#ClutterClipNodeClass">
1571
1588
  <ANCHOR id="ClutterTimeline" href="clutter/ClutterTimeline.html">
1572
1589
  <ANCHOR id="ClutterTimeline.functions" href="clutter/ClutterTimeline.html#ClutterTimeline.functions">
@@ -1812,7 +1829,10 @@
1812
1829
  <ANCHOR id="ClutterTransitionGroupClass" href="clutter/ClutterTransitionGroup.html#ClutterTransitionGroupClass">
1813
1830
  <ANCHOR id="clutter-Colors" href="clutter/clutter-Colors.html">
1814
1831
  <ANCHOR id="clutter-Colors.functions" href="clutter/clutter-Colors.html#clutter-Colors.functions">
1832
+ <ANCHOR id="ClutterColor" href="clutter/clutter-Colors.html#ClutterColor">
1833
+ <ANCHOR id="ClutterParamSpecColor" href="clutter/clutter-Colors.html#ClutterParamSpecColor">
1815
1834
  <ANCHOR id="clutter-Colors.other" href="clutter/clutter-Colors.html#clutter-Colors.other">
1835
+ <ANCHOR id="clutter-Colors.object-hierarchy" href="clutter/clutter-Colors.html#clutter-Colors.object-hierarchy">
1816
1836
  <ANCHOR id="clutter-Colors.description" href="clutter/clutter-Colors.html#clutter-Colors.description">
1817
1837
  <ANCHOR id="clutter-Colors.functions_details" href="clutter/clutter-Colors.html#clutter-Colors.functions_details">
1818
1838
  <ANCHOR id="CLUTTER-COLOR-INIT:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-INIT:CAPS">
@@ -1841,7 +1861,7 @@
1841
1861
  <ANCHOR id="clutter-value-set-color" href="clutter/clutter-Colors.html#clutter-value-set-color">
1842
1862
  <ANCHOR id="clutter-value-get-color" href="clutter/clutter-Colors.html#clutter-value-get-color">
1843
1863
  <ANCHOR id="clutter-Colors.other_details" href="clutter/clutter-Colors.html#clutter-Colors.other_details">
1844
- <ANCHOR id="ClutterColor" href="clutter/clutter-Colors.html#ClutterColor">
1864
+ <ANCHOR id="ClutterColor-struct" href="clutter/clutter-Colors.html#ClutterColor-struct">
1845
1865
  <ANCHOR id="ClutterStaticColor" href="clutter/clutter-Colors.html#ClutterStaticColor">
1846
1866
  <ANCHOR id="CLUTTER-COLOR-WHITE:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-WHITE:CAPS">
1847
1867
  <ANCHOR id="CLUTTER-COLOR-BLACK:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-BLACK:CAPS">
@@ -1888,7 +1908,7 @@
1888
1908
  <ANCHOR id="CLUTTER-COLOR-ALUMINIUM-5:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-ALUMINIUM-5:CAPS">
1889
1909
  <ANCHOR id="CLUTTER-COLOR-ALUMINIUM-6:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-ALUMINIUM-6:CAPS">
1890
1910
  <ANCHOR id="CLUTTER-COLOR-TRANSPARENT:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-TRANSPARENT:CAPS">
1891
- <ANCHOR id="ClutterParamSpecColor" href="clutter/clutter-Colors.html#ClutterParamSpecColor">
1911
+ <ANCHOR id="ClutterParamSpecColor-struct" href="clutter/clutter-Colors.html#ClutterParamSpecColor-struct">
1892
1912
  <ANCHOR id="clutter-Key-Bindings" href="clutter/clutter-Key-Bindings.html">
1893
1913
  <ANCHOR id="clutter-Key-Bindings.functions" href="clutter/clutter-Key-Bindings.html#clutter-Key-Bindings.functions">
1894
1914
  <ANCHOR id="clutter-Key-Bindings.properties" href="clutter/clutter-Key-Bindings.html#clutter-Key-Bindings.properties">
@@ -1938,7 +1958,10 @@
1938
1958
  <ANCHOR id="ClutterDeviceManager-device-removed" href="clutter/ClutterDeviceManager.html#ClutterDeviceManager-device-removed">
1939
1959
  <ANCHOR id="clutter-Events" href="clutter/clutter-Events.html">
1940
1960
  <ANCHOR id="clutter-Events.functions" href="clutter/clutter-Events.html#clutter-Events.functions">
1961
+ <ANCHOR id="ClutterEvent" href="clutter/clutter-Events.html#ClutterEvent">
1962
+ <ANCHOR id="ClutterEventSequence" href="clutter/clutter-Events.html#ClutterEventSequence">
1941
1963
  <ANCHOR id="clutter-Events.other" href="clutter/clutter-Events.html#clutter-Events.other">
1964
+ <ANCHOR id="clutter-Events.object-hierarchy" href="clutter/clutter-Events.html#clutter-Events.object-hierarchy">
1942
1965
  <ANCHOR id="clutter-Events.description" href="clutter/clutter-Events.html#clutter-Events.description">
1943
1966
  <ANCHOR id="clutter-Events.functions_details" href="clutter/clutter-Events.html#clutter-Events.functions_details">
1944
1967
  <ANCHOR id="CLUTTER-CURRENT-TIME:CAPS" href="clutter/clutter-Events.html#CLUTTER-CURRENT-TIME:CAPS">
@@ -1970,6 +1993,13 @@
1970
1993
  <ANCHOR id="clutter-event-has-control-modifier" href="clutter/clutter-Events.html#clutter-event-has-control-modifier">
1971
1994
  <ANCHOR id="clutter-event-has-shift-modifier" href="clutter/clutter-Events.html#clutter-event-has-shift-modifier">
1972
1995
  <ANCHOR id="clutter-event-is-pointer-emulated" href="clutter/clutter-Events.html#clutter-event-is-pointer-emulated">
1996
+ <ANCHOR id="clutter-event-get-gesture-swipe-finger-count" href="clutter/clutter-Events.html#clutter-event-get-gesture-swipe-finger-count">
1997
+ <ANCHOR id="clutter-event-get-gesture-pinch-angle-delta" href="clutter/clutter-Events.html#clutter-event-get-gesture-pinch-angle-delta">
1998
+ <ANCHOR id="clutter-event-get-gesture-pinch-scale" href="clutter/clutter-Events.html#clutter-event-get-gesture-pinch-scale">
1999
+ <ANCHOR id="clutter-event-get-gesture-phase" href="clutter/clutter-Events.html#clutter-event-get-gesture-phase">
2000
+ <ANCHOR id="clutter-event-get-gesture-motion-delta" href="clutter/clutter-Events.html#clutter-event-get-gesture-motion-delta">
2001
+ <ANCHOR id="clutter-event-get-scroll-source" href="clutter/clutter-Events.html#clutter-event-get-scroll-source">
2002
+ <ANCHOR id="clutter-event-get-scroll-finish-flags" href="clutter/clutter-Events.html#clutter-event-get-scroll-finish-flags">
1973
2003
  <ANCHOR id="clutter-event-get" href="clutter/clutter-Events.html#clutter-event-get">
1974
2004
  <ANCHOR id="clutter-event-peek" href="clutter/clutter-Events.html#clutter-event-peek">
1975
2005
  <ANCHOR id="clutter-event-put" href="clutter/clutter-Events.html#clutter-event-put">
@@ -2031,6 +2061,15 @@
2031
2061
  <ANCHOR id="CLUTTER-SCROLL-LEFT:CAPS" href="clutter/clutter-Events.html#CLUTTER-SCROLL-LEFT:CAPS">
2032
2062
  <ANCHOR id="CLUTTER-SCROLL-RIGHT:CAPS" href="clutter/clutter-Events.html#CLUTTER-SCROLL-RIGHT:CAPS">
2033
2063
  <ANCHOR id="CLUTTER-SCROLL-SMOOTH:CAPS" href="clutter/clutter-Events.html#CLUTTER-SCROLL-SMOOTH:CAPS">
2064
+ <ANCHOR id="ClutterScrollFinishFlags" href="clutter/clutter-Events.html#ClutterScrollFinishFlags">
2065
+ <ANCHOR id="CLUTTER-SCROLL-FINISHED-NONE:CAPS" href="clutter/clutter-Events.html#CLUTTER-SCROLL-FINISHED-NONE:CAPS">
2066
+ <ANCHOR id="CLUTTER-SCROLL-FINISHED-HORIZONTAL:CAPS" href="clutter/clutter-Events.html#CLUTTER-SCROLL-FINISHED-HORIZONTAL:CAPS">
2067
+ <ANCHOR id="CLUTTER-SCROLL-FINISHED-VERTICAL:CAPS" href="clutter/clutter-Events.html#CLUTTER-SCROLL-FINISHED-VERTICAL:CAPS">
2068
+ <ANCHOR id="ClutterScrollSource" href="clutter/clutter-Events.html#ClutterScrollSource">
2069
+ <ANCHOR id="CLUTTER-SCROLL-SOURCE-UNKNOWN:CAPS" href="clutter/clutter-Events.html#CLUTTER-SCROLL-SOURCE-UNKNOWN:CAPS">
2070
+ <ANCHOR id="CLUTTER-SCROLL-SOURCE-WHEEL:CAPS" href="clutter/clutter-Events.html#CLUTTER-SCROLL-SOURCE-WHEEL:CAPS">
2071
+ <ANCHOR id="CLUTTER-SCROLL-SOURCE-FINGER:CAPS" href="clutter/clutter-Events.html#CLUTTER-SCROLL-SOURCE-FINGER:CAPS">
2072
+ <ANCHOR id="CLUTTER-SCROLL-SOURCE-CONTINUOUS:CAPS" href="clutter/clutter-Events.html#CLUTTER-SCROLL-SOURCE-CONTINUOUS:CAPS">
2034
2073
  <ANCHOR id="ClutterStageState" href="clutter/clutter-Events.html#ClutterStageState">
2035
2074
  <ANCHOR id="CLUTTER-STAGE-STATE-FULLSCREEN:CAPS" href="clutter/clutter-Events.html#CLUTTER-STAGE-STATE-FULLSCREEN:CAPS">
2036
2075
  <ANCHOR id="CLUTTER-STAGE-STATE-OFFSCREEN:CAPS" href="clutter/clutter-Events.html#CLUTTER-STAGE-STATE-OFFSCREEN:CAPS">
@@ -2053,8 +2092,10 @@
2053
2092
  <ANCHOR id="CLUTTER-TOUCH-UPDATE:CAPS" href="clutter/clutter-Events.html#CLUTTER-TOUCH-UPDATE:CAPS">
2054
2093
  <ANCHOR id="CLUTTER-TOUCH-END:CAPS" href="clutter/clutter-Events.html#CLUTTER-TOUCH-END:CAPS">
2055
2094
  <ANCHOR id="CLUTTER-TOUCH-CANCEL:CAPS" href="clutter/clutter-Events.html#CLUTTER-TOUCH-CANCEL:CAPS">
2095
+ <ANCHOR id="CLUTTER-TOUCHPAD-PINCH:CAPS" href="clutter/clutter-Events.html#CLUTTER-TOUCHPAD-PINCH:CAPS">
2096
+ <ANCHOR id="CLUTTER-TOUCHPAD-SWIPE:CAPS" href="clutter/clutter-Events.html#CLUTTER-TOUCHPAD-SWIPE:CAPS">
2056
2097
  <ANCHOR id="CLUTTER-EVENT-LAST:CAPS" href="clutter/clutter-Events.html#CLUTTER-EVENT-LAST:CAPS">
2057
- <ANCHOR id="ClutterEvent" href="clutter/clutter-Events.html#ClutterEvent">
2098
+ <ANCHOR id="ClutterEvent-union" href="clutter/clutter-Events.html#ClutterEvent-union">
2058
2099
  <ANCHOR id="ClutterEventFlags" href="clutter/clutter-Events.html#ClutterEventFlags">
2059
2100
  <ANCHOR id="CLUTTER-EVENT-NONE:CAPS" href="clutter/clutter-Events.html#CLUTTER-EVENT-NONE:CAPS">
2060
2101
  <ANCHOR id="CLUTTER-EVENT-FLAG-SYNTHETIC:CAPS" href="clutter/clutter-Events.html#CLUTTER-EVENT-FLAG-SYNTHETIC:CAPS">
@@ -2065,7 +2106,14 @@
2065
2106
  <ANCHOR id="ClutterStageStateEvent" href="clutter/clutter-Events.html#ClutterStageStateEvent">
2066
2107
  <ANCHOR id="ClutterCrossingEvent" href="clutter/clutter-Events.html#ClutterCrossingEvent">
2067
2108
  <ANCHOR id="ClutterTouchEvent" href="clutter/clutter-Events.html#ClutterTouchEvent">
2068
- <ANCHOR id="ClutterEventSequence" href="clutter/clutter-Events.html#ClutterEventSequence">
2109
+ <ANCHOR id="ClutterEventSequence-struct" href="clutter/clutter-Events.html#ClutterEventSequence-struct">
2110
+ <ANCHOR id="ClutterTouchpadPinchEvent" href="clutter/clutter-Events.html#ClutterTouchpadPinchEvent">
2111
+ <ANCHOR id="ClutterTouchpadSwipeEvent" href="clutter/clutter-Events.html#ClutterTouchpadSwipeEvent">
2112
+ <ANCHOR id="ClutterTouchpadGesturePhase" href="clutter/clutter-Events.html#ClutterTouchpadGesturePhase">
2113
+ <ANCHOR id="CLUTTER-TOUCHPAD-GESTURE-PHASE-BEGIN:CAPS" href="clutter/clutter-Events.html#CLUTTER-TOUCHPAD-GESTURE-PHASE-BEGIN:CAPS">
2114
+ <ANCHOR id="CLUTTER-TOUCHPAD-GESTURE-PHASE-UPDATE:CAPS" href="clutter/clutter-Events.html#CLUTTER-TOUCHPAD-GESTURE-PHASE-UPDATE:CAPS">
2115
+ <ANCHOR id="CLUTTER-TOUCHPAD-GESTURE-PHASE-END:CAPS" href="clutter/clutter-Events.html#CLUTTER-TOUCHPAD-GESTURE-PHASE-END:CAPS">
2116
+ <ANCHOR id="CLUTTER-TOUCHPAD-GESTURE-PHASE-CANCEL:CAPS" href="clutter/clutter-Events.html#CLUTTER-TOUCHPAD-GESTURE-PHASE-CANCEL:CAPS">
2069
2117
  <ANCHOR id="clutter-Features" href="clutter/clutter-Features.html">
2070
2118
  <ANCHOR id="clutter-Features.functions" href="clutter/clutter-Features.html#clutter-Features.functions">
2071
2119
  <ANCHOR id="clutter-Features.other" href="clutter/clutter-Features.html#clutter-Features.other">
@@ -2088,7 +2136,17 @@
2088
2136
  <ANCHOR id="CLUTTER-FEATURE-SWAP-EVENTS:CAPS" href="clutter/clutter-Features.html#CLUTTER-FEATURE-SWAP-EVENTS:CAPS">
2089
2137
  <ANCHOR id="clutter-Base-geometric-types" href="clutter/clutter-Base-geometric-types.html">
2090
2138
  <ANCHOR id="clutter-Base-geometric-types.functions" href="clutter/clutter-Base-geometric-types.html#clutter-Base-geometric-types.functions">
2139
+ <ANCHOR id="ClutterPoint" href="clutter/clutter-Base-geometric-types.html#ClutterPoint">
2140
+ <ANCHOR id="ClutterSize" href="clutter/clutter-Base-geometric-types.html#ClutterSize">
2141
+ <ANCHOR id="ClutterRect" href="clutter/clutter-Base-geometric-types.html#ClutterRect">
2142
+ <ANCHOR id="ClutterVertex" href="clutter/clutter-Base-geometric-types.html#ClutterVertex">
2143
+ <ANCHOR id="ClutterActorBox" href="clutter/clutter-Base-geometric-types.html#ClutterActorBox">
2144
+ <ANCHOR id="ClutterGeometry" href="clutter/clutter-Base-geometric-types.html#ClutterGeometry">
2145
+ <ANCHOR id="ClutterKnot" href="clutter/clutter-Base-geometric-types.html#ClutterKnot">
2146
+ <ANCHOR id="ClutterPaintVolume" href="clutter/clutter-Base-geometric-types.html#ClutterPaintVolume">
2147
+ <ANCHOR id="ClutterMatrix" href="clutter/clutter-Base-geometric-types.html#ClutterMatrix">
2091
2148
  <ANCHOR id="clutter-Base-geometric-types.other" href="clutter/clutter-Base-geometric-types.html#clutter-Base-geometric-types.other">
2149
+ <ANCHOR id="clutter-Base-geometric-types.object-hierarchy" href="clutter/clutter-Base-geometric-types.html#clutter-Base-geometric-types.object-hierarchy">
2092
2150
  <ANCHOR id="clutter-Base-geometric-types.description" href="clutter/clutter-Base-geometric-types.html#clutter-Base-geometric-types.description">
2093
2151
  <ANCHOR id="clutter-Base-geometric-types.functions_details" href="clutter/clutter-Base-geometric-types.html#clutter-Base-geometric-types.functions_details">
2094
2152
  <ANCHOR id="CLUTTER-POINT-INIT:CAPS" href="clutter/clutter-Base-geometric-types.html#CLUTTER-POINT-INIT:CAPS">
@@ -2178,14 +2236,14 @@
2178
2236
  <ANCHOR id="clutter-geometry-union" href="clutter/clutter-Base-geometric-types.html#clutter-geometry-union">
2179
2237
  <ANCHOR id="clutter-geometry-intersects" href="clutter/clutter-Base-geometric-types.html#clutter-geometry-intersects">
2180
2238
  <ANCHOR id="clutter-Base-geometric-types.other_details" href="clutter/clutter-Base-geometric-types.html#clutter-Base-geometric-types.other_details">
2181
- <ANCHOR id="ClutterPoint" href="clutter/clutter-Base-geometric-types.html#ClutterPoint">
2182
- <ANCHOR id="ClutterSize" href="clutter/clutter-Base-geometric-types.html#ClutterSize">
2183
- <ANCHOR id="ClutterRect" href="clutter/clutter-Base-geometric-types.html#ClutterRect">
2184
- <ANCHOR id="ClutterVertex" href="clutter/clutter-Base-geometric-types.html#ClutterVertex">
2185
- <ANCHOR id="ClutterActorBox" href="clutter/clutter-Base-geometric-types.html#ClutterActorBox">
2186
- <ANCHOR id="ClutterGeometry" href="clutter/clutter-Base-geometric-types.html#ClutterGeometry">
2187
- <ANCHOR id="ClutterKnot" href="clutter/clutter-Base-geometric-types.html#ClutterKnot">
2188
- <ANCHOR id="ClutterPaintVolume" href="clutter/clutter-Base-geometric-types.html#ClutterPaintVolume">
2239
+ <ANCHOR id="ClutterPoint-struct" href="clutter/clutter-Base-geometric-types.html#ClutterPoint-struct">
2240
+ <ANCHOR id="ClutterSize-struct" href="clutter/clutter-Base-geometric-types.html#ClutterSize-struct">
2241
+ <ANCHOR id="ClutterRect-struct" href="clutter/clutter-Base-geometric-types.html#ClutterRect-struct">
2242
+ <ANCHOR id="ClutterVertex-struct" href="clutter/clutter-Base-geometric-types.html#ClutterVertex-struct">
2243
+ <ANCHOR id="ClutterActorBox-struct" href="clutter/clutter-Base-geometric-types.html#ClutterActorBox-struct">
2244
+ <ANCHOR id="ClutterGeometry-struct" href="clutter/clutter-Base-geometric-types.html#ClutterGeometry-struct">
2245
+ <ANCHOR id="ClutterKnot-struct" href="clutter/clutter-Base-geometric-types.html#ClutterKnot-struct">
2246
+ <ANCHOR id="ClutterPaintVolume-struct" href="clutter/clutter-Base-geometric-types.html#ClutterPaintVolume-struct">
2189
2247
  <ANCHOR id="ClutterMatrix" href="clutter/clutter-Base-geometric-types.html#ClutterMatrix">
2190
2248
  <ANCHOR id="CLUTTER-POINT-INIT-ZERO:CAPS" href="clutter/clutter-Base-geometric-types.html#CLUTTER-POINT-INIT-ZERO:CAPS">
2191
2249
  <ANCHOR id="CLUTTER-SIZE-INIT-ZERO:CAPS" href="clutter/clutter-Base-geometric-types.html#CLUTTER-SIZE-INIT-ZERO:CAPS">
@@ -2340,6 +2398,7 @@
2340
2398
  <ANCHOR id="ClutterPath" href="clutter/ClutterPath.html">
2341
2399
  <ANCHOR id="ClutterPath.functions" href="clutter/ClutterPath.html#ClutterPath.functions">
2342
2400
  <ANCHOR id="ClutterPath.properties" href="clutter/ClutterPath.html#ClutterPath.properties">
2401
+ <ANCHOR id="ClutterPathNode" href="clutter/ClutterPath.html#ClutterPathNode">
2343
2402
  <ANCHOR id="ClutterPath.other" href="clutter/ClutterPath.html#ClutterPath.other">
2344
2403
  <ANCHOR id="ClutterPath.object-hierarchy" href="clutter/ClutterPath.html#ClutterPath.object-hierarchy">
2345
2404
  <ANCHOR id="ClutterPath.description" href="clutter/ClutterPath.html#ClutterPath.description">
@@ -2384,7 +2443,7 @@
2384
2443
  <ANCHOR id="CLUTTER-PATH-REL-MOVE-TO:CAPS" href="clutter/ClutterPath.html#CLUTTER-PATH-REL-MOVE-TO:CAPS">
2385
2444
  <ANCHOR id="CLUTTER-PATH-REL-LINE-TO:CAPS" href="clutter/ClutterPath.html#CLUTTER-PATH-REL-LINE-TO:CAPS">
2386
2445
  <ANCHOR id="CLUTTER-PATH-REL-CURVE-TO:CAPS" href="clutter/ClutterPath.html#CLUTTER-PATH-REL-CURVE-TO:CAPS">
2387
- <ANCHOR id="ClutterPathNode" href="clutter/ClutterPath.html#ClutterPathNode">
2446
+ <ANCHOR id="ClutterPathNode-struct" href="clutter/ClutterPath.html#ClutterPathNode-struct">
2388
2447
  <ANCHOR id="ClutterPath.property-details" href="clutter/ClutterPath.html#ClutterPath.property-details">
2389
2448
  <ANCHOR id="ClutterPath--description" href="clutter/ClutterPath.html#ClutterPath--description">
2390
2449
  <ANCHOR id="ClutterPath--length" href="clutter/ClutterPath.html#ClutterPath--length">
@@ -2469,7 +2528,9 @@
2469
2528
  <ANCHOR id="ClutterTextBuffer-inserted-text" href="clutter/ClutterTextBuffer.html#ClutterTextBuffer-inserted-text">
2470
2529
  <ANCHOR id="clutter-Unit-conversion" href="clutter/clutter-Unit-conversion.html">
2471
2530
  <ANCHOR id="clutter-Unit-conversion.functions" href="clutter/clutter-Unit-conversion.html#clutter-Unit-conversion.functions">
2531
+ <ANCHOR id="ClutterUnits" href="clutter/clutter-Unit-conversion.html#ClutterUnits">
2472
2532
  <ANCHOR id="clutter-Unit-conversion.other" href="clutter/clutter-Unit-conversion.html#clutter-Unit-conversion.other">
2533
+ <ANCHOR id="clutter-Unit-conversion.object-hierarchy" href="clutter/clutter-Unit-conversion.html#clutter-Unit-conversion.object-hierarchy">
2473
2534
  <ANCHOR id="clutter-Unit-conversion.description" href="clutter/clutter-Unit-conversion.html#clutter-Unit-conversion.description">
2474
2535
  <ANCHOR id="clutter-Unit-conversion.functions_details" href="clutter/clutter-Unit-conversion.html#clutter-Unit-conversion.functions_details">
2475
2536
  <ANCHOR id="clutter-units-from-cm" href="clutter/clutter-Unit-conversion.html#clutter-units-from-cm">
@@ -2496,7 +2557,7 @@
2496
2557
  <ANCHOR id="CLUTTER-UNIT-MM:CAPS" href="clutter/clutter-Unit-conversion.html#CLUTTER-UNIT-MM:CAPS">
2497
2558
  <ANCHOR id="CLUTTER-UNIT-POINT:CAPS" href="clutter/clutter-Unit-conversion.html#CLUTTER-UNIT-POINT:CAPS">
2498
2559
  <ANCHOR id="CLUTTER-UNIT-CM:CAPS" href="clutter/clutter-Unit-conversion.html#CLUTTER-UNIT-CM:CAPS">
2499
- <ANCHOR id="ClutterUnits" href="clutter/clutter-Unit-conversion.html#ClutterUnits">
2560
+ <ANCHOR id="ClutterUnits-struct" href="clutter/clutter-Unit-conversion.html#ClutterUnits-struct">
2500
2561
  <ANCHOR id="ClutterParamSpecUnits" href="clutter/clutter-Unit-conversion.html#ClutterParamSpecUnits">
2501
2562
  <ANCHOR id="clutter-Cairo-integration" href="clutter/clutter-Cairo-integration.html">
2502
2563
  <ANCHOR id="clutter-Cairo-integration.functions" href="clutter/clutter-Cairo-integration.html#clutter-Cairo-integration.functions">
@@ -2508,7 +2569,9 @@
2508
2569
  <ANCHOR id="clutter-Cairo-integration.other_details" href="clutter/clutter-Cairo-integration.html#clutter-Cairo-integration.other_details">
2509
2570
  <ANCHOR id="clutter-Utilities" href="clutter/clutter-Utilities.html">
2510
2571
  <ANCHOR id="clutter-Utilities.functions" href="clutter/clutter-Utilities.html#clutter-Utilities.functions">
2572
+ <ANCHOR id="ClutterParamSpecFixed" href="clutter/clutter-Utilities.html#ClutterParamSpecFixed">
2511
2573
  <ANCHOR id="clutter-Utilities.other" href="clutter/clutter-Utilities.html#clutter-Utilities.other">
2574
+ <ANCHOR id="clutter-Utilities.object-hierarchy" href="clutter/clutter-Utilities.html#clutter-Utilities.object-hierarchy">
2512
2575
  <ANCHOR id="clutter-Utilities.description" href="clutter/clutter-Utilities.html#clutter-Utilities.description">
2513
2576
  <ANCHOR id="clutter-Utilities.functions_details" href="clutter/clutter-Utilities.html#clutter-Utilities.functions_details">
2514
2577
  <ANCHOR id="clutter-util-next-p2" href="clutter/clutter-Utilities.html#clutter-util-next-p2">
@@ -2522,7 +2585,7 @@
2522
2585
  <ANCHOR id="clutter-value-set-fixed" href="clutter/clutter-Utilities.html#clutter-value-set-fixed">
2523
2586
  <ANCHOR id="clutter-value-get-fixed" href="clutter/clutter-Utilities.html#clutter-value-get-fixed">
2524
2587
  <ANCHOR id="clutter-Utilities.other_details" href="clutter/clutter-Utilities.html#clutter-Utilities.other_details">
2525
- <ANCHOR id="ClutterParamSpecFixed" href="clutter/clutter-Utilities.html#ClutterParamSpecFixed">
2588
+ <ANCHOR id="ClutterParamSpecFixed-struct" href="clutter/clutter-Utilities.html#ClutterParamSpecFixed-struct">
2526
2589
  <ANCHOR id="clutter-Versioning-Macros" href="clutter/clutter-Versioning-Macros.html">
2527
2590
  <ANCHOR id="clutter-Versioning-Macros.functions" href="clutter/clutter-Versioning-Macros.html#clutter-Versioning-Macros.functions">
2528
2591
  <ANCHOR id="clutter-Versioning-Macros.other" href="clutter/clutter-Versioning-Macros.html#clutter-Versioning-Macros.other">
@@ -2546,6 +2609,8 @@
2546
2609
  <ANCHOR id="CLUTTER-VERSION-1-18:CAPS" href="clutter/clutter-Versioning-Macros.html#CLUTTER-VERSION-1-18:CAPS">
2547
2610
  <ANCHOR id="CLUTTER-VERSION-1-20:CAPS" href="clutter/clutter-Versioning-Macros.html#CLUTTER-VERSION-1-20:CAPS">
2548
2611
  <ANCHOR id="CLUTTER-VERSION-1-22:CAPS" href="clutter/clutter-Versioning-Macros.html#CLUTTER-VERSION-1-22:CAPS">
2612
+ <ANCHOR id="CLUTTER-VERSION-1-24:CAPS" href="clutter/clutter-Versioning-Macros.html#CLUTTER-VERSION-1-24:CAPS">
2613
+ <ANCHOR id="CLUTTER-VERSION-1-26:CAPS" href="clutter/clutter-Versioning-Macros.html#CLUTTER-VERSION-1-26:CAPS">
2549
2614
  <ANCHOR id="CLUTTER-VERSION-MIN-REQUIRED:CAPS" href="clutter/clutter-Versioning-Macros.html#CLUTTER-VERSION-MIN-REQUIRED:CAPS">
2550
2615
  <ANCHOR id="clutter-check-version" href="clutter/clutter-Versioning-Macros.html#clutter-check-version">
2551
2616
  <ANCHOR id="clutter-Versioning-Macros.other_details" href="clutter/clutter-Versioning-Macros.html#clutter-Versioning-Macros.other_details">
@@ -2762,34 +2827,38 @@
2762
2827
  <ANCHOR id="CLUTTER-X11-FILTER-CONTINUE:CAPS" href="clutter/clutter-X11-Specific-Support.html#CLUTTER-X11-FILTER-CONTINUE:CAPS">
2763
2828
  <ANCHOR id="CLUTTER-X11-FILTER-TRANSLATE:CAPS" href="clutter/clutter-X11-Specific-Support.html#CLUTTER-X11-FILTER-TRANSLATE:CAPS">
2764
2829
  <ANCHOR id="CLUTTER-X11-FILTER-REMOVE:CAPS" href="clutter/clutter-X11-Specific-Support.html#CLUTTER-X11-FILTER-REMOVE:CAPS">
2765
- <ANCHOR id="clutter-ClutterX11TexturePixmap" href="clutter/clutter-ClutterX11TexturePixmap.html">
2766
- <ANCHOR id="clutter-ClutterX11TexturePixmap.functions" href="clutter/clutter-ClutterX11TexturePixmap.html#clutter-ClutterX11TexturePixmap.functions">
2767
- <ANCHOR id="clutter-ClutterX11TexturePixmap.other" href="clutter/clutter-ClutterX11TexturePixmap.html#clutter-ClutterX11TexturePixmap.other">
2768
- <ANCHOR id="clutter-ClutterX11TexturePixmap.description" href="clutter/clutter-ClutterX11TexturePixmap.html#clutter-ClutterX11TexturePixmap.description">
2769
- <ANCHOR id="clutter-ClutterX11TexturePixmap.functions_details" href="clutter/clutter-ClutterX11TexturePixmap.html#clutter-ClutterX11TexturePixmap.functions_details">
2770
- <ANCHOR id="clutter-x11-texture-pixmap-new" href="clutter/clutter-ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-new">
2771
- <ANCHOR id="clutter-x11-texture-pixmap-new-with-pixmap" href="clutter/clutter-ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-new-with-pixmap">
2772
- <ANCHOR id="clutter-x11-texture-pixmap-new-with-window" href="clutter/clutter-ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-new-with-window">
2773
- <ANCHOR id="clutter-x11-texture-pixmap-set-pixmap" href="clutter/clutter-ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-set-pixmap">
2774
- <ANCHOR id="clutter-x11-texture-pixmap-set-window" href="clutter/clutter-ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-set-window">
2775
- <ANCHOR id="clutter-x11-texture-pixmap-sync-window" href="clutter/clutter-ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-sync-window">
2776
- <ANCHOR id="clutter-x11-texture-pixmap-update-area" href="clutter/clutter-ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-update-area">
2777
- <ANCHOR id="clutter-x11-texture-pixmap-set-automatic" href="clutter/clutter-ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-set-automatic">
2778
- <ANCHOR id="clutter-ClutterX11TexturePixmap.other_details" href="clutter/clutter-ClutterX11TexturePixmap.html#clutter-ClutterX11TexturePixmap.other_details">
2779
- <ANCHOR id="ClutterX11TexturePixmap" href="clutter/clutter-ClutterX11TexturePixmap.html#ClutterX11TexturePixmap">
2780
- <ANCHOR id="ClutterX11TexturePixmapClass" href="clutter/clutter-ClutterX11TexturePixmap.html#ClutterX11TexturePixmapClass">
2781
- <ANCHOR id="clutter-ClutterGLXTexturePixmap" href="clutter/clutter-ClutterGLXTexturePixmap.html">
2782
- <ANCHOR id="clutter-ClutterGLXTexturePixmap.functions" href="clutter/clutter-ClutterGLXTexturePixmap.html#clutter-ClutterGLXTexturePixmap.functions">
2783
- <ANCHOR id="clutter-ClutterGLXTexturePixmap.other" href="clutter/clutter-ClutterGLXTexturePixmap.html#clutter-ClutterGLXTexturePixmap.other">
2784
- <ANCHOR id="clutter-ClutterGLXTexturePixmap.description" href="clutter/clutter-ClutterGLXTexturePixmap.html#clutter-ClutterGLXTexturePixmap.description">
2785
- <ANCHOR id="clutter-ClutterGLXTexturePixmap.functions_details" href="clutter/clutter-ClutterGLXTexturePixmap.html#clutter-ClutterGLXTexturePixmap.functions_details">
2786
- <ANCHOR id="clutter-glx-texture-pixmap-new" href="clutter/clutter-ClutterGLXTexturePixmap.html#clutter-glx-texture-pixmap-new">
2787
- <ANCHOR id="clutter-glx-texture-pixmap-new-with-pixmap" href="clutter/clutter-ClutterGLXTexturePixmap.html#clutter-glx-texture-pixmap-new-with-pixmap">
2788
- <ANCHOR id="clutter-glx-texture-pixmap-new-with-window" href="clutter/clutter-ClutterGLXTexturePixmap.html#clutter-glx-texture-pixmap-new-with-window">
2789
- <ANCHOR id="clutter-glx-texture-pixmap-using-extension" href="clutter/clutter-ClutterGLXTexturePixmap.html#clutter-glx-texture-pixmap-using-extension">
2790
- <ANCHOR id="clutter-ClutterGLXTexturePixmap.other_details" href="clutter/clutter-ClutterGLXTexturePixmap.html#clutter-ClutterGLXTexturePixmap.other_details">
2791
- <ANCHOR id="ClutterGLXTexturePixmap" href="clutter/clutter-ClutterGLXTexturePixmap.html#ClutterGLXTexturePixmap">
2792
- <ANCHOR id="ClutterGLXTexturePixmapClass" href="clutter/clutter-ClutterGLXTexturePixmap.html#ClutterGLXTexturePixmapClass">
2830
+ <ANCHOR id="ClutterX11TexturePixmap" href="clutter/ClutterX11TexturePixmap.html">
2831
+ <ANCHOR id="ClutterX11TexturePixmap.functions" href="clutter/ClutterX11TexturePixmap.html#ClutterX11TexturePixmap.functions">
2832
+ <ANCHOR id="ClutterX11TexturePixmap.other" href="clutter/ClutterX11TexturePixmap.html#ClutterX11TexturePixmap.other">
2833
+ <ANCHOR id="ClutterX11TexturePixmap.object-hierarchy" href="clutter/ClutterX11TexturePixmap.html#ClutterX11TexturePixmap.object-hierarchy">
2834
+ <ANCHOR id="ClutterX11TexturePixmap.implemented-interfaces" href="clutter/ClutterX11TexturePixmap.html#ClutterX11TexturePixmap.implemented-interfaces">
2835
+ <ANCHOR id="ClutterX11TexturePixmap.description" href="clutter/ClutterX11TexturePixmap.html#ClutterX11TexturePixmap.description">
2836
+ <ANCHOR id="ClutterX11TexturePixmap.functions_details" href="clutter/ClutterX11TexturePixmap.html#ClutterX11TexturePixmap.functions_details">
2837
+ <ANCHOR id="clutter-x11-texture-pixmap-new" href="clutter/ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-new">
2838
+ <ANCHOR id="clutter-x11-texture-pixmap-new-with-pixmap" href="clutter/ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-new-with-pixmap">
2839
+ <ANCHOR id="clutter-x11-texture-pixmap-new-with-window" href="clutter/ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-new-with-window">
2840
+ <ANCHOR id="clutter-x11-texture-pixmap-set-pixmap" href="clutter/ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-set-pixmap">
2841
+ <ANCHOR id="clutter-x11-texture-pixmap-set-window" href="clutter/ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-set-window">
2842
+ <ANCHOR id="clutter-x11-texture-pixmap-sync-window" href="clutter/ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-sync-window">
2843
+ <ANCHOR id="clutter-x11-texture-pixmap-update-area" href="clutter/ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-update-area">
2844
+ <ANCHOR id="clutter-x11-texture-pixmap-set-automatic" href="clutter/ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-set-automatic">
2845
+ <ANCHOR id="ClutterX11TexturePixmap.other_details" href="clutter/ClutterX11TexturePixmap.html#ClutterX11TexturePixmap.other_details">
2846
+ <ANCHOR id="ClutterX11TexturePixmap-struct" href="clutter/ClutterX11TexturePixmap.html#ClutterX11TexturePixmap-struct">
2847
+ <ANCHOR id="ClutterX11TexturePixmapClass" href="clutter/ClutterX11TexturePixmap.html#ClutterX11TexturePixmapClass">
2848
+ <ANCHOR id="ClutterGLXTexturePixmap" href="clutter/ClutterGLXTexturePixmap.html">
2849
+ <ANCHOR id="ClutterGLXTexturePixmap.functions" href="clutter/ClutterGLXTexturePixmap.html#ClutterGLXTexturePixmap.functions">
2850
+ <ANCHOR id="ClutterGLXTexturePixmap.other" href="clutter/ClutterGLXTexturePixmap.html#ClutterGLXTexturePixmap.other">
2851
+ <ANCHOR id="ClutterGLXTexturePixmap.object-hierarchy" href="clutter/ClutterGLXTexturePixmap.html#ClutterGLXTexturePixmap.object-hierarchy">
2852
+ <ANCHOR id="ClutterGLXTexturePixmap.implemented-interfaces" href="clutter/ClutterGLXTexturePixmap.html#ClutterGLXTexturePixmap.implemented-interfaces">
2853
+ <ANCHOR id="ClutterGLXTexturePixmap.description" href="clutter/ClutterGLXTexturePixmap.html#ClutterGLXTexturePixmap.description">
2854
+ <ANCHOR id="ClutterGLXTexturePixmap.functions_details" href="clutter/ClutterGLXTexturePixmap.html#ClutterGLXTexturePixmap.functions_details">
2855
+ <ANCHOR id="clutter-glx-texture-pixmap-new" href="clutter/ClutterGLXTexturePixmap.html#clutter-glx-texture-pixmap-new">
2856
+ <ANCHOR id="clutter-glx-texture-pixmap-new-with-pixmap" href="clutter/ClutterGLXTexturePixmap.html#clutter-glx-texture-pixmap-new-with-pixmap">
2857
+ <ANCHOR id="clutter-glx-texture-pixmap-new-with-window" href="clutter/ClutterGLXTexturePixmap.html#clutter-glx-texture-pixmap-new-with-window">
2858
+ <ANCHOR id="clutter-glx-texture-pixmap-using-extension" href="clutter/ClutterGLXTexturePixmap.html#clutter-glx-texture-pixmap-using-extension">
2859
+ <ANCHOR id="ClutterGLXTexturePixmap.other_details" href="clutter/ClutterGLXTexturePixmap.html#ClutterGLXTexturePixmap.other_details">
2860
+ <ANCHOR id="ClutterGLXTexturePixmap-struct" href="clutter/ClutterGLXTexturePixmap.html#ClutterGLXTexturePixmap-struct">
2861
+ <ANCHOR id="ClutterGLXTexturePixmapClass" href="clutter/ClutterGLXTexturePixmap.html#ClutterGLXTexturePixmapClass">
2793
2862
  <ANCHOR id="clutter-Win32-Specific-Support" href="clutter/clutter-Win32-Specific-Support.html">
2794
2863
  <ANCHOR id="clutter-Win32-Specific-Support.functions" href="clutter/clutter-Win32-Specific-Support.html#clutter-Win32-Specific-Support.functions">
2795
2864
  <ANCHOR id="clutter-Win32-Specific-Support.description" href="clutter/clutter-Win32-Specific-Support.html#clutter-Win32-Specific-Support.description">
@@ -2876,6 +2945,125 @@
2876
2945
  <ANCHOR id="clutter-mir-stage-get-mir-surface" href="clutter/clutter-clutter-mir.html#clutter-mir-stage-get-mir-surface">
2877
2946
  <ANCHOR id="clutter-mir-stage-set-mir-surface" href="clutter/clutter-clutter-mir.html#clutter-mir-stage-set-mir-surface">
2878
2947
  <ANCHOR id="clutter-clutter-mir.other_details" href="clutter/clutter-clutter-mir.html#clutter-clutter-mir.other_details">
2948
+ <ANCHOR id="CallyActor" href="clutter/CallyActor.html">
2949
+ <ANCHOR id="CallyActor.functions" href="clutter/CallyActor.html#CallyActor.functions">
2950
+ <ANCHOR id="CallyActor.other" href="clutter/CallyActor.html#CallyActor.other">
2951
+ <ANCHOR id="CallyActor.object-hierarchy" href="clutter/CallyActor.html#CallyActor.object-hierarchy">
2952
+ <ANCHOR id="CallyActor.implemented-interfaces" href="clutter/CallyActor.html#CallyActor.implemented-interfaces">
2953
+ <ANCHOR id="CallyActor.description" href="clutter/CallyActor.html#CallyActor.description">
2954
+ <ANCHOR id="CallyActor.functions_details" href="clutter/CallyActor.html#CallyActor.functions_details">
2955
+ <ANCHOR id="CallyActionFunc" href="clutter/CallyActor.html#CallyActionFunc">
2956
+ <ANCHOR id="CallyActionCallback" href="clutter/CallyActor.html#CallyActionCallback">
2957
+ <ANCHOR id="cally-actor-new" href="clutter/CallyActor.html#cally-actor-new">
2958
+ <ANCHOR id="cally-actor-add-action" href="clutter/CallyActor.html#cally-actor-add-action">
2959
+ <ANCHOR id="cally-actor-add-action-full" href="clutter/CallyActor.html#cally-actor-add-action-full">
2960
+ <ANCHOR id="cally-actor-remove-action" href="clutter/CallyActor.html#cally-actor-remove-action">
2961
+ <ANCHOR id="cally-actor-remove-action-by-name" href="clutter/CallyActor.html#cally-actor-remove-action-by-name">
2962
+ <ANCHOR id="CallyActor.other_details" href="clutter/CallyActor.html#CallyActor.other_details">
2963
+ <ANCHOR id="CallyActor-struct" href="clutter/CallyActor.html#CallyActor-struct">
2964
+ <ANCHOR id="CallyActorClass" href="clutter/CallyActor.html#CallyActorClass">
2965
+ <ANCHOR id="CallyActor.see-also" href="clutter/CallyActor.html#CallyActor.see-also">
2966
+ <ANCHOR id="CallyGroup" href="clutter/CallyGroup.html">
2967
+ <ANCHOR id="CallyGroup.functions" href="clutter/CallyGroup.html#CallyGroup.functions">
2968
+ <ANCHOR id="CallyGroup.other" href="clutter/CallyGroup.html#CallyGroup.other">
2969
+ <ANCHOR id="CallyGroup.object-hierarchy" href="clutter/CallyGroup.html#CallyGroup.object-hierarchy">
2970
+ <ANCHOR id="CallyGroup.implemented-interfaces" href="clutter/CallyGroup.html#CallyGroup.implemented-interfaces">
2971
+ <ANCHOR id="CallyGroup.description" href="clutter/CallyGroup.html#CallyGroup.description">
2972
+ <ANCHOR id="CallyGroup.functions_details" href="clutter/CallyGroup.html#CallyGroup.functions_details">
2973
+ <ANCHOR id="cally-group-new" href="clutter/CallyGroup.html#cally-group-new">
2974
+ <ANCHOR id="CallyGroup.other_details" href="clutter/CallyGroup.html#CallyGroup.other_details">
2975
+ <ANCHOR id="CallyGroup-struct" href="clutter/CallyGroup.html#CallyGroup-struct">
2976
+ <ANCHOR id="CallyGroupClass" href="clutter/CallyGroup.html#CallyGroupClass">
2977
+ <ANCHOR id="CallyGroup.see-also" href="clutter/CallyGroup.html#CallyGroup.see-also">
2978
+ <ANCHOR id="CallyStage" href="clutter/CallyStage.html">
2979
+ <ANCHOR id="CallyStage.functions" href="clutter/CallyStage.html#CallyStage.functions">
2980
+ <ANCHOR id="CallyStage.other" href="clutter/CallyStage.html#CallyStage.other">
2981
+ <ANCHOR id="CallyStage.object-hierarchy" href="clutter/CallyStage.html#CallyStage.object-hierarchy">
2982
+ <ANCHOR id="CallyStage.implemented-interfaces" href="clutter/CallyStage.html#CallyStage.implemented-interfaces">
2983
+ <ANCHOR id="CallyStage.description" href="clutter/CallyStage.html#CallyStage.description">
2984
+ <ANCHOR id="CallyStage.functions_details" href="clutter/CallyStage.html#CallyStage.functions_details">
2985
+ <ANCHOR id="cally-stage-new" href="clutter/CallyStage.html#cally-stage-new">
2986
+ <ANCHOR id="CallyStage.other_details" href="clutter/CallyStage.html#CallyStage.other_details">
2987
+ <ANCHOR id="CallyStage-struct" href="clutter/CallyStage.html#CallyStage-struct">
2988
+ <ANCHOR id="CallyStageClass" href="clutter/CallyStage.html#CallyStageClass">
2989
+ <ANCHOR id="CallyStage.see-also" href="clutter/CallyStage.html#CallyStage.see-also">
2990
+ <ANCHOR id="CallyTexture" href="clutter/CallyTexture.html">
2991
+ <ANCHOR id="CallyTexture.functions" href="clutter/CallyTexture.html#CallyTexture.functions">
2992
+ <ANCHOR id="CallyTexture.other" href="clutter/CallyTexture.html#CallyTexture.other">
2993
+ <ANCHOR id="CallyTexture.object-hierarchy" href="clutter/CallyTexture.html#CallyTexture.object-hierarchy">
2994
+ <ANCHOR id="CallyTexture.implemented-interfaces" href="clutter/CallyTexture.html#CallyTexture.implemented-interfaces">
2995
+ <ANCHOR id="CallyTexture.description" href="clutter/CallyTexture.html#CallyTexture.description">
2996
+ <ANCHOR id="CallyTexture.functions_details" href="clutter/CallyTexture.html#CallyTexture.functions_details">
2997
+ <ANCHOR id="cally-texture-new" href="clutter/CallyTexture.html#cally-texture-new">
2998
+ <ANCHOR id="CallyTexture.other_details" href="clutter/CallyTexture.html#CallyTexture.other_details">
2999
+ <ANCHOR id="CallyTexture-struct" href="clutter/CallyTexture.html#CallyTexture-struct">
3000
+ <ANCHOR id="CallyTextureClass" href="clutter/CallyTexture.html#CallyTextureClass">
3001
+ <ANCHOR id="CallyTexture.see-also" href="clutter/CallyTexture.html#CallyTexture.see-also">
3002
+ <ANCHOR id="CallyRectangle" href="clutter/CallyRectangle.html">
3003
+ <ANCHOR id="CallyRectangle.functions" href="clutter/CallyRectangle.html#CallyRectangle.functions">
3004
+ <ANCHOR id="CallyRectangle.other" href="clutter/CallyRectangle.html#CallyRectangle.other">
3005
+ <ANCHOR id="CallyRectangle.object-hierarchy" href="clutter/CallyRectangle.html#CallyRectangle.object-hierarchy">
3006
+ <ANCHOR id="CallyRectangle.implemented-interfaces" href="clutter/CallyRectangle.html#CallyRectangle.implemented-interfaces">
3007
+ <ANCHOR id="CallyRectangle.description" href="clutter/CallyRectangle.html#CallyRectangle.description">
3008
+ <ANCHOR id="CallyRectangle.functions_details" href="clutter/CallyRectangle.html#CallyRectangle.functions_details">
3009
+ <ANCHOR id="cally-rectangle-new" href="clutter/CallyRectangle.html#cally-rectangle-new">
3010
+ <ANCHOR id="CallyRectangle.other_details" href="clutter/CallyRectangle.html#CallyRectangle.other_details">
3011
+ <ANCHOR id="CallyRectangle-struct" href="clutter/CallyRectangle.html#CallyRectangle-struct">
3012
+ <ANCHOR id="CallyRectangleClass" href="clutter/CallyRectangle.html#CallyRectangleClass">
3013
+ <ANCHOR id="CallyRectangle.see-also" href="clutter/CallyRectangle.html#CallyRectangle.see-also">
3014
+ <ANCHOR id="CallyText" href="clutter/CallyText.html">
3015
+ <ANCHOR id="CallyText.functions" href="clutter/CallyText.html#CallyText.functions">
3016
+ <ANCHOR id="CallyText.other" href="clutter/CallyText.html#CallyText.other">
3017
+ <ANCHOR id="CallyText.object-hierarchy" href="clutter/CallyText.html#CallyText.object-hierarchy">
3018
+ <ANCHOR id="CallyText.implemented-interfaces" href="clutter/CallyText.html#CallyText.implemented-interfaces">
3019
+ <ANCHOR id="CallyText.description" href="clutter/CallyText.html#CallyText.description">
3020
+ <ANCHOR id="CallyText.functions_details" href="clutter/CallyText.html#CallyText.functions_details">
3021
+ <ANCHOR id="cally-text-new" href="clutter/CallyText.html#cally-text-new">
3022
+ <ANCHOR id="CallyText.other_details" href="clutter/CallyText.html#CallyText.other_details">
3023
+ <ANCHOR id="CallyText-struct" href="clutter/CallyText.html#CallyText-struct">
3024
+ <ANCHOR id="CallyTextClass" href="clutter/CallyText.html#CallyTextClass">
3025
+ <ANCHOR id="CallyText.see-also" href="clutter/CallyText.html#CallyText.see-also">
3026
+ <ANCHOR id="CallyClone" href="clutter/CallyClone.html">
3027
+ <ANCHOR id="CallyClone.functions" href="clutter/CallyClone.html#CallyClone.functions">
3028
+ <ANCHOR id="CallyClone.other" href="clutter/CallyClone.html#CallyClone.other">
3029
+ <ANCHOR id="CallyClone.object-hierarchy" href="clutter/CallyClone.html#CallyClone.object-hierarchy">
3030
+ <ANCHOR id="CallyClone.implemented-interfaces" href="clutter/CallyClone.html#CallyClone.implemented-interfaces">
3031
+ <ANCHOR id="CallyClone.description" href="clutter/CallyClone.html#CallyClone.description">
3032
+ <ANCHOR id="CallyClone.functions_details" href="clutter/CallyClone.html#CallyClone.functions_details">
3033
+ <ANCHOR id="cally-clone-new" href="clutter/CallyClone.html#cally-clone-new">
3034
+ <ANCHOR id="CallyClone.other_details" href="clutter/CallyClone.html#CallyClone.other_details">
3035
+ <ANCHOR id="CallyClone-struct" href="clutter/CallyClone.html#CallyClone-struct">
3036
+ <ANCHOR id="CallyCloneClass" href="clutter/CallyClone.html#CallyCloneClass">
3037
+ <ANCHOR id="CallyClone.see-also" href="clutter/CallyClone.html#CallyClone.see-also">
3038
+ <ANCHOR id="clutter-General-API" href="clutter/clutter-General-API.html">
3039
+ <ANCHOR id="clutter-General-API.functions" href="clutter/clutter-General-API.html#clutter-General-API.functions">
3040
+ <ANCHOR id="clutter-General-API.description" href="clutter/clutter-General-API.html#clutter-General-API.description">
3041
+ <ANCHOR id="clutter-General-API.functions_details" href="clutter/clutter-General-API.html#clutter-General-API.functions_details">
3042
+ <ANCHOR id="cally-get-cally-initialized" href="clutter/clutter-General-API.html#cally-get-cally-initialized">
3043
+ <ANCHOR id="cally-accessibility-init" href="clutter/clutter-General-API.html#cally-accessibility-init">
3044
+ <ANCHOR id="CALLY-ACCESSIBLE-FACTORY:CAPS" href="clutter/clutter-General-API.html#CALLY-ACCESSIBLE-FACTORY:CAPS">
3045
+ <ANCHOR id="CALLY-ACTOR-SET-FACTORY:CAPS" href="clutter/clutter-General-API.html#CALLY-ACTOR-SET-FACTORY:CAPS">
3046
+ <ANCHOR id="clutter-General-API.other_details" href="clutter/clutter-General-API.html#clutter-General-API.other_details">
3047
+ <ANCHOR id="CallyUtil" href="clutter/CallyUtil.html">
3048
+ <ANCHOR id="CallyUtil.other" href="clutter/CallyUtil.html#CallyUtil.other">
3049
+ <ANCHOR id="CallyUtil.object-hierarchy" href="clutter/CallyUtil.html#CallyUtil.object-hierarchy">
3050
+ <ANCHOR id="CallyUtil.description" href="clutter/CallyUtil.html#CallyUtil.description">
3051
+ <ANCHOR id="CallyUtil.functions_details" href="clutter/CallyUtil.html#CallyUtil.functions_details">
3052
+ <ANCHOR id="CallyUtil.other_details" href="clutter/CallyUtil.html#CallyUtil.other_details">
3053
+ <ANCHOR id="CallyUtil-struct" href="clutter/CallyUtil.html#CallyUtil-struct">
3054
+ <ANCHOR id="CallyUtilClass" href="clutter/CallyUtil.html#CallyUtilClass">
3055
+ <ANCHOR id="CallyUtil.see-also" href="clutter/CallyUtil.html#CallyUtil.see-also">
3056
+ <ANCHOR id="CallyRoot" href="clutter/CallyRoot.html">
3057
+ <ANCHOR id="CallyRoot.functions" href="clutter/CallyRoot.html#CallyRoot.functions">
3058
+ <ANCHOR id="CallyRoot.other" href="clutter/CallyRoot.html#CallyRoot.other">
3059
+ <ANCHOR id="CallyRoot.object-hierarchy" href="clutter/CallyRoot.html#CallyRoot.object-hierarchy">
3060
+ <ANCHOR id="CallyRoot.description" href="clutter/CallyRoot.html#CallyRoot.description">
3061
+ <ANCHOR id="CallyRoot.functions_details" href="clutter/CallyRoot.html#CallyRoot.functions_details">
3062
+ <ANCHOR id="cally-root-new" href="clutter/CallyRoot.html#cally-root-new">
3063
+ <ANCHOR id="CallyRoot.other_details" href="clutter/CallyRoot.html#CallyRoot.other_details">
3064
+ <ANCHOR id="CallyRoot-struct" href="clutter/CallyRoot.html#CallyRoot-struct">
3065
+ <ANCHOR id="CallyRootClass" href="clutter/CallyRoot.html#CallyRootClass">
3066
+ <ANCHOR id="CallyRoot.see-also" href="clutter/CallyRoot.html#CallyRoot.see-also">
2879
3067
  <ANCHOR id="ClutterAlpha" href="clutter/ClutterAlpha.html">
2880
3068
  <ANCHOR id="ClutterAlpha.functions" href="clutter/ClutterAlpha.html#ClutterAlpha.functions">
2881
3069
  <ANCHOR id="ClutterAlpha.properties" href="clutter/ClutterAlpha.html#ClutterAlpha.properties">
@@ -2960,6 +3148,7 @@
2960
3148
  <ANCHOR id="ClutterAnimator" href="clutter/ClutterAnimator.html">
2961
3149
  <ANCHOR id="ClutterAnimator.functions" href="clutter/ClutterAnimator.html#ClutterAnimator.functions">
2962
3150
  <ANCHOR id="ClutterAnimator.properties" href="clutter/ClutterAnimator.html#ClutterAnimator.properties">
3151
+ <ANCHOR id="ClutterAnimatorKey" href="clutter/ClutterAnimator.html#ClutterAnimatorKey">
2963
3152
  <ANCHOR id="ClutterAnimator.other" href="clutter/ClutterAnimator.html#ClutterAnimator.other">
2964
3153
  <ANCHOR id="ClutterAnimator.object-hierarchy" href="clutter/ClutterAnimator.html#ClutterAnimator.object-hierarchy">
2965
3154
  <ANCHOR id="ClutterAnimator.implemented-interfaces" href="clutter/ClutterAnimator.html#ClutterAnimator.implemented-interfaces">
@@ -2992,7 +3181,7 @@
2992
3181
  <ANCHOR id="ClutterInterpolation" href="clutter/ClutterAnimator.html#ClutterInterpolation">
2993
3182
  <ANCHOR id="CLUTTER-INTERPOLATION-LINEAR:CAPS" href="clutter/ClutterAnimator.html#CLUTTER-INTERPOLATION-LINEAR:CAPS">
2994
3183
  <ANCHOR id="CLUTTER-INTERPOLATION-CUBIC:CAPS" href="clutter/ClutterAnimator.html#CLUTTER-INTERPOLATION-CUBIC:CAPS">
2995
- <ANCHOR id="ClutterAnimatorKey" href="clutter/ClutterAnimator.html#ClutterAnimatorKey">
3184
+ <ANCHOR id="ClutterAnimatorKey-struct" href="clutter/ClutterAnimator.html#ClutterAnimatorKey-struct">
2996
3185
  <ANCHOR id="ClutterAnimator.property-details" href="clutter/ClutterAnimator.html#ClutterAnimator.property-details">
2997
3186
  <ANCHOR id="ClutterAnimator--duration" href="clutter/ClutterAnimator.html#ClutterAnimator--duration">
2998
3187
  <ANCHOR id="ClutterAnimator--timeline" href="clutter/ClutterAnimator.html#ClutterAnimator--timeline">
@@ -3311,6 +3500,9 @@
3311
3500
  <ANCHOR id="clutter-Shaders.functions" href="clutter/clutter-Shaders.html#clutter-Shaders.functions">
3312
3501
  <ANCHOR id="clutter-Shaders.properties" href="clutter/clutter-Shaders.html#clutter-Shaders.properties">
3313
3502
  <ANCHOR id="ClutterShader" href="clutter/clutter-Shaders.html#ClutterShader">
3503
+ <ANCHOR id="ClutterShaderFloat" href="clutter/clutter-Shaders.html#ClutterShaderFloat">
3504
+ <ANCHOR id="ClutterShaderInt" href="clutter/clutter-Shaders.html#ClutterShaderInt">
3505
+ <ANCHOR id="ClutterShaderMatrix" href="clutter/clutter-Shaders.html#ClutterShaderMatrix">
3314
3506
  <ANCHOR id="clutter-Shaders.other" href="clutter/clutter-Shaders.html#clutter-Shaders.other">
3315
3507
  <ANCHOR id="clutter-Shaders.object-hierarchy" href="clutter/clutter-Shaders.html#clutter-Shaders.object-hierarchy">
3316
3508
  <ANCHOR id="clutter-Shaders.description" href="clutter/clutter-Shaders.html#clutter-Shaders.description">
@@ -3354,6 +3546,7 @@
3354
3546
  <ANCHOR id="ClutterState.functions" href="clutter/ClutterState.html#ClutterState.functions">
3355
3547
  <ANCHOR id="ClutterState.properties" href="clutter/ClutterState.html#ClutterState.properties">
3356
3548
  <ANCHOR id="ClutterState.signals" href="clutter/ClutterState.html#ClutterState.signals">
3549
+ <ANCHOR id="ClutterStateKey" href="clutter/ClutterState.html#ClutterStateKey">
3357
3550
  <ANCHOR id="ClutterState.other" href="clutter/ClutterState.html#ClutterState.other">
3358
3551
  <ANCHOR id="ClutterState.object-hierarchy" href="clutter/ClutterState.html#ClutterState.object-hierarchy">
3359
3552
  <ANCHOR id="ClutterState.implemented-interfaces" href="clutter/ClutterState.html#ClutterState.implemented-interfaces">
@@ -3385,7 +3578,7 @@
3385
3578
  <ANCHOR id="ClutterState.other_details" href="clutter/ClutterState.html#ClutterState.other_details">
3386
3579
  <ANCHOR id="ClutterState-struct" href="clutter/ClutterState.html#ClutterState-struct">
3387
3580
  <ANCHOR id="ClutterStateClass" href="clutter/ClutterState.html#ClutterStateClass">
3388
- <ANCHOR id="ClutterStateKey" href="clutter/ClutterState.html#ClutterStateKey">
3581
+ <ANCHOR id="ClutterStateKey-struct" href="clutter/ClutterState.html#ClutterStateKey-struct">
3389
3582
  <ANCHOR id="ClutterState.property-details" href="clutter/ClutterState.html#ClutterState.property-details">
3390
3583
  <ANCHOR id="ClutterState--duration" href="clutter/ClutterState.html#ClutterState--duration">
3391
3584
  <ANCHOR id="ClutterState--state" href="clutter/ClutterState.html#ClutterState--state">
@@ -3513,6 +3706,8 @@
3513
3706
  <ANCHOR id="annotation-glossterm-element-type" href="clutter/annotation-glossary.html#annotation-glossterm-element-type">
3514
3707
  <ANCHOR id="annotation-glossterm-in" href="clutter/annotation-glossary.html#annotation-glossterm-in">
3515
3708
  <ANCHOR id="annotation-glossterm-inout" href="clutter/annotation-glossary.html#annotation-glossterm-inout">
3709
+ <ANCHOR id="annotation-glossterm-nullable" href="clutter/annotation-glossary.html#annotation-glossterm-nullable">
3710
+ <ANCHOR id="annotation-glossterm-optional" href="clutter/annotation-glossary.html#annotation-glossterm-optional">
3516
3711
  <ANCHOR id="annotation-glossterm-out" href="clutter/annotation-glossary.html#annotation-glossterm-out">
3517
3712
  <ANCHOR id="annotation-glossterm-out caller-allocates" href="clutter/annotation-glossary.html#annotation-glossterm-out caller-allocates">
3518
3713
  <ANCHOR id="annotation-glossterm-rename-to" href="clutter/annotation-glossary.html#annotation-glossterm-rename-to">