clutter 3.0.7-x64-mingw32 → 3.0.8-x64-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
@@ -22,13 +22,13 @@
22
22
  * Joseph Scheuhammer <clown@alum.mit.edu>
23
23
  */
24
24
 
25
+ #ifndef __CLUTTER_BRIGHTNESS_CONTRAST_EFFECT_H__
26
+ #define __CLUTTER_BRIGHTNESS_CONTRAST_EFFECT_H__
27
+
25
28
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
26
29
  #error "Only <clutter/clutter.h> can be included directly."
27
30
  #endif
28
31
 
29
- #ifndef __CLUTTER_BRIGHTNESS_CONTRAST_EFFECT_H__
30
- #define __CLUTTER_BRIGHTNESS_CONTRAST_EFFECT_H__
31
-
32
32
  #include <clutter/clutter-color.h>
33
33
  #include <clutter/clutter-effect.h>
34
34
 
@@ -19,13 +19,13 @@
19
19
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
 
22
+ #ifndef __CLUTTER_CAIRO_H__
23
+ #define __CLUTTER_CAIRO_H__
24
+
22
25
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
23
26
  #error "Only <clutter/clutter.h> can be included directly."
24
27
  #endif
25
28
 
26
- #ifndef __CLUTTER_CAIRO_H__
27
- #define __CLUTTER_CAIRO_H__
28
-
29
29
  #include <clutter/clutter-types.h>
30
30
 
31
31
  G_BEGIN_DECLS
@@ -22,13 +22,13 @@
22
22
  * Emmanuele Bassi <ebassi@linux.intel.com>
23
23
  */
24
24
 
25
+ #ifndef __CLUTTER_CANVAS_H__
26
+ #define __CLUTTER_CANVAS_H__
27
+
25
28
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
26
29
  #error "Only <clutter/clutter.h> can be included directly."
27
30
  #endif
28
31
 
29
- #ifndef __CLUTTER_CANVAS_H__
30
- #define __CLUTTER_CANVAS_H__
31
-
32
32
  #include <clutter/clutter-types.h>
33
33
 
34
34
  G_BEGIN_DECLS
@@ -25,13 +25,13 @@
25
25
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
26
26
  */
27
27
 
28
+ #ifndef __CLUTTER_CHILD_META_H__
29
+ #define __CLUTTER_CHILD_META_H__
30
+
28
31
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
29
32
  #error "Only <clutter/clutter.h> can be included directly."
30
33
  #endif
31
34
 
32
- #ifndef __CLUTTER_CHILD_META_H__
33
- #define __CLUTTER_CHILD_META_H__
34
-
35
35
  #include <glib-object.h>
36
36
  #include <clutter/clutter-types.h>
37
37
 
@@ -25,13 +25,13 @@
25
25
  * Colin Walters <walters@verbum.org>
26
26
  */
27
27
 
28
+ #ifndef __CLUTTER_CLICK_ACTION_H__
29
+ #define __CLUTTER_CLICK_ACTION_H__
30
+
28
31
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
29
32
  #error "Only <clutter/clutter.h> can be included directly."
30
33
  #endif
31
34
 
32
- #ifndef __CLUTTER_CLICK_ACTION_H__
33
- #define __CLUTTER_CLICK_ACTION_H__
34
-
35
35
  #include <clutter/clutter-action.h>
36
36
  #include <clutter/clutter-event.h>
37
37
 
@@ -21,13 +21,13 @@
21
21
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
22
22
  */
23
23
 
24
+ #ifndef __CLUTTER_CLONE_H__
25
+ #define __CLUTTER_CLONE_H__
26
+
24
27
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
25
28
  #error "Only <clutter/clutter.h> can be included directly."
26
29
  #endif
27
30
 
28
- #ifndef __CLUTTER_CLONE_H__
29
- #define __CLUTTER_CLONE_H__
30
-
31
31
  #include <clutter/clutter-actor.h>
32
32
 
33
33
  G_BEGIN_DECLS
@@ -19,13 +19,13 @@
19
19
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
 
22
+ #ifndef __CLUTTER_COLOR_STATIC_H__
23
+ #define __CLUTTER_COLOR_STATIC_H__
24
+
22
25
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
23
26
  #error "Only <clutter/clutter.h> can be included directly."
24
27
  #endif
25
28
 
26
- #ifndef __CLUTTER_COLOR_STATIC_H__
27
- #define __CLUTTER_COLOR_STATIC_H__
28
-
29
29
  #define __CLUTTER_COLOR_SYM(x) (clutter_color_get_static (CLUTTER_COLOR_##x))
30
30
 
31
31
  #define CLUTTER_COLOR_White (__CLUTTER_COLOR_SYM (WHITE))
@@ -23,13 +23,13 @@
23
23
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
24
24
  */
25
25
 
26
+ #ifndef __CLUTTER_COLOR_H__
27
+ #define __CLUTTER_COLOR_H__
28
+
26
29
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
27
30
  #error "Only <clutter/clutter.h> can be included directly."
28
31
  #endif
29
32
 
30
- #ifndef __CLUTTER_COLOR_H__
31
- #define __CLUTTER_COLOR_H__
32
-
33
33
  #include <clutter/clutter-types.h>
34
34
 
35
35
  G_BEGIN_DECLS
@@ -22,13 +22,13 @@
22
22
  * Emmanuele Bassi <ebassi@linux.intel.com>
23
23
  */
24
24
 
25
+ #ifndef __CLUTTER_COLORIZE_EFFECT_H__
26
+ #define __CLUTTER_COLORIZE_EFFECT_H__
27
+
25
28
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
26
29
  #error "Only <clutter/clutter.h> can be included directly."
27
30
  #endif
28
31
 
29
- #ifndef __CLUTTER_COLORIZE_EFFECT_H__
30
- #define __CLUTTER_COLORIZE_EFFECT_H__
31
-
32
32
  #include <clutter/clutter-color.h>
33
33
  #include <clutter/clutter-effect.h>
34
34
 
@@ -22,13 +22,13 @@
22
22
  * Emmanuele Bassi <ebassi@linux.intel.com>
23
23
  */
24
24
 
25
+ #ifndef __CLUTTER_CONSTRAINT_H__
26
+ #define __CLUTTER_CONSTRAINT_H__
27
+
25
28
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
26
29
  #error "Only <clutter/clutter.h> can be included directly."
27
30
  #endif
28
31
 
29
- #ifndef __CLUTTER_CONSTRAINT_H__
30
- #define __CLUTTER_CONSTRAINT_H__
31
-
32
32
  #include <clutter/clutter-actor-meta.h>
33
33
 
34
34
  G_BEGIN_DECLS
@@ -24,13 +24,13 @@
24
24
  * Author: Emmanuele Bassi <ebassi@openedhand.com>
25
25
  */
26
26
 
27
+ #ifndef __CLUTTER_CONTAINER_H__
28
+ #define __CLUTTER_CONTAINER_H__
29
+
27
30
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
28
31
  #error "Only <clutter/clutter.h> can be included directly."
29
32
  #endif
30
33
 
31
- #ifndef __CLUTTER_CONTAINER_H__
32
- #define __CLUTTER_CONTAINER_H__
33
-
34
34
  #include <clutter/clutter-actor.h>
35
35
  #include <clutter/clutter-child-meta.h>
36
36
  #include <clutter/clutter-types.h>
@@ -22,13 +22,13 @@
22
22
  * Emmanuele Bassi <ebassi@linux.intel.com>
23
23
  */
24
24
 
25
+ #ifndef __CLUTTER_CONTENT_H__
26
+ #define __CLUTTER_CONTENT_H__
27
+
25
28
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
26
29
  #error "Only <clutter/clutter.h> can be included directly."
27
30
  #endif
28
31
 
29
- #ifndef __CLUTTER_CONTENT_H__
30
- #define __CLUTTER_CONTENT_H__
31
-
32
32
  #include <clutter/clutter-types.h>
33
33
 
34
34
  G_BEGIN_DECLS
@@ -22,13 +22,13 @@
22
22
  * Emmanuele Bassi <ebassi@linux.intel.com>
23
23
  */
24
24
 
25
+ #ifndef __CLUTTER_DEFORM_EFFECT_H__
26
+ #define __CLUTTER_DEFORM_EFFECT_H__
27
+
25
28
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
26
29
  #error "Only <clutter/clutter.h> can be included directly."
27
30
  #endif
28
31
 
29
- #ifndef __CLUTTER_DEFORM_EFFECT_H__
30
- #define __CLUTTER_DEFORM_EFFECT_H__
31
-
32
32
  #include <cogl/cogl.h>
33
33
  #include <clutter/clutter-offscreen-effect.h>
34
34
 
@@ -25,8 +25,10 @@
25
25
  #include "deprecated/clutter-group.h"
26
26
  #include "deprecated/clutter-input-device.h"
27
27
  #include "deprecated/clutter-keysyms.h"
28
+ #include "deprecated/clutter-list-model.h"
28
29
  #include "deprecated/clutter-main.h"
29
30
  #include "deprecated/clutter-media.h"
31
+ #include "deprecated/clutter-model.h"
30
32
  #include "deprecated/clutter-rectangle.h"
31
33
  #include "deprecated/clutter-score.h"
32
34
  #include "deprecated/clutter-shader.h"
@@ -22,13 +22,13 @@
22
22
  * Emmanuele Bassi <ebassi@linux.intel.com>
23
23
  */
24
24
 
25
+ #ifndef __CLUTTER_DESATURATE_EFFECT_H__
26
+ #define __CLUTTER_DESATURATE_EFFECT_H__
27
+
25
28
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
26
29
  #error "Only <clutter/clutter.h> can be included directly."
27
30
  #endif
28
31
 
29
- #ifndef __CLUTTER_DESATURATE_EFFECT_H__
30
- #define __CLUTTER_DESATURATE_EFFECT_H__
31
-
32
32
  #include <clutter/clutter-effect.h>
33
33
 
34
34
  G_BEGIN_DECLS
@@ -21,13 +21,13 @@
21
21
  * Author: Emmanuele Bassi <ebassi@linux.intel.com>
22
22
  */
23
23
 
24
+ #ifndef __CLUTTER_DEVICE_MANAGER_H__
25
+ #define __CLUTTER_DEVICE_MANAGER_H__
26
+
24
27
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
25
28
  #error "Only <clutter/clutter.h> can be included directly."
26
29
  #endif
27
30
 
28
- #ifndef __CLUTTER_DEVICE_MANAGER_H__
29
- #define __CLUTTER_DEVICE_MANAGER_H__
30
-
31
31
  #include <clutter/clutter-input-device.h>
32
32
  #include <clutter/clutter-stage.h>
33
33
 
@@ -22,13 +22,13 @@
22
22
  * Emmanuele Bassi <ebassi@linux.intel.com>
23
23
  */
24
24
 
25
+ #ifndef __CLUTTER_DRAG_ACTION_H__
26
+ #define __CLUTTER_DRAG_ACTION_H__
27
+
25
28
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
26
29
  #error "Only <clutter/clutter.h> can be included directly."
27
30
  #endif
28
31
 
29
- #ifndef __CLUTTER_DRAG_ACTION_H__
30
- #define __CLUTTER_DRAG_ACTION_H__
31
-
32
32
  #include <clutter/clutter-action.h>
33
33
  #include <clutter/clutter-event.h>
34
34
 
@@ -22,13 +22,13 @@
22
22
  * Emmanuele Bassi <ebassi@linux.intel.com>
23
23
  */
24
24
 
25
+ #ifndef __CLUTTER_DROP_ACTION_H__
26
+ #define __CLUTTER_DROP_ACTION_H__
27
+
25
28
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
26
29
  #error "Only <clutter/clutter.h> can be directly included."
27
30
  #endif
28
31
 
29
- #ifndef __CLUTTER_DROP_ACTION_H__
30
- #define __CLUTTER_DROP_ACTION_H__
31
-
32
32
  #include <clutter/clutter-action.h>
33
33
 
34
34
  G_BEGIN_DECLS
@@ -22,13 +22,13 @@
22
22
  * Emmanuele Bassi <ebassi@linux.intel.com>
23
23
  */
24
24
 
25
+ #ifndef __CLUTTER_EFFECT_H__
26
+ #define __CLUTTER_EFFECT_H__
27
+
25
28
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
26
29
  #error "Only <clutter/clutter.h> can be included directly."
27
30
  #endif
28
31
 
29
- #ifndef __CLUTTER_EFFECT_H__
30
- #define __CLUTTER_EFFECT_H__
31
-
32
32
  #include <clutter/clutter-actor-meta.h>
33
33
 
34
34
  G_BEGIN_DECLS
@@ -166,6 +166,15 @@ CLUTTER_AVAILABLE_IN_ALL GType clutter_zoom_axis_get_type (void) G_GNUC_CONST;
166
166
  CLUTTER_AVAILABLE_IN_ALL GType clutter_gesture_trigger_edge_get_type (void) G_GNUC_CONST;
167
167
  #define CLUTTER_TYPE_GESTURE_TRIGGER_EDGE (clutter_gesture_trigger_edge_get_type())
168
168
 
169
+ CLUTTER_AVAILABLE_IN_ALL GType clutter_touchpad_gesture_phase_get_type (void) G_GNUC_CONST;
170
+ #define CLUTTER_TYPE_TOUCHPAD_GESTURE_PHASE (clutter_touchpad_gesture_phase_get_type())
171
+
172
+ CLUTTER_AVAILABLE_IN_ALL GType clutter_scroll_source_get_type (void) G_GNUC_CONST;
173
+ #define CLUTTER_TYPE_SCROLL_SOURCE (clutter_scroll_source_get_type())
174
+
175
+ CLUTTER_AVAILABLE_IN_ALL GType clutter_scroll_finish_flags_get_type (void) G_GNUC_CONST;
176
+ #define CLUTTER_TYPE_SCROLL_FINISH_FLAGS (clutter_scroll_finish_flags_get_type())
177
+
169
178
  /* enumerations from "./clutter-image.h" */
170
179
  CLUTTER_AVAILABLE_IN_ALL GType clutter_image_error_get_type (void) G_GNUC_CONST;
171
180
  #define CLUTTER_TYPE_IMAGE_ERROR (clutter_image_error_get_type())
@@ -19,13 +19,13 @@
19
19
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
 
22
+ #ifndef __CLUTTER_ENUMS_H__
23
+ #define __CLUTTER_ENUMS_H__
24
+
22
25
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
23
26
  #error "Only <clutter/clutter.h> can be included directly."
24
27
  #endif
25
28
 
26
- #ifndef __CLUTTER_ENUMS_H__
27
- #define __CLUTTER_ENUMS_H__
28
-
29
29
  #include <glib-object.h>
30
30
 
31
31
  G_BEGIN_DECLS
@@ -757,6 +757,10 @@ typedef enum { /*< flags prefix=CLUTTER_EVENT >*/
757
757
  * event added in 1.10
758
758
  * @CLUTTER_TOUCH_CANCEL: A touch event sequence has been canceled;
759
759
  * event added in 1.10
760
+ * @CLUTTER_TOUCHPAD_PINCH: A pinch gesture event, the current state is
761
+ * determined by its phase field; event added in 1.24
762
+ * @CLUTTER_TOUCHPAD_SWIPE: A swipe gesture event, the current state is
763
+ * determined by its phase field; event added in 1.24
760
764
  * @CLUTTER_EVENT_LAST: Marks the end of the #ClutterEventType enumeration;
761
765
  * added in 1.10
762
766
  *
@@ -782,6 +786,8 @@ typedef enum { /*< prefix=CLUTTER >*/
782
786
  CLUTTER_TOUCH_UPDATE,
783
787
  CLUTTER_TOUCH_END,
784
788
  CLUTTER_TOUCH_CANCEL,
789
+ CLUTTER_TOUCHPAD_PINCH,
790
+ CLUTTER_TOUCHPAD_SWIPE,
785
791
 
786
792
  CLUTTER_EVENT_LAST /* helper */
787
793
  } ClutterEventType;
@@ -1018,6 +1024,8 @@ typedef enum { /*< prefix=CLUTTER_SWIPE_DIRECTION >*/
1018
1024
  * @CLUTTER_PAN_AXIS_NONE: No constraint
1019
1025
  * @CLUTTER_PAN_X_AXIS: Set a constraint on the X axis
1020
1026
  * @CLUTTER_PAN_Y_AXIS: Set a constraint on the Y axis
1027
+ * @CLUTTER_PAN_AXIS_AUTO: Constrain panning automatically based on initial
1028
+ * movement (available since 1.24)
1021
1029
  *
1022
1030
  * The axis of the constraint that should be applied on the
1023
1031
  * panning action
@@ -1028,7 +1036,9 @@ typedef enum { /*< prefix=CLUTTER_PAN >*/
1028
1036
  CLUTTER_PAN_AXIS_NONE = 0,
1029
1037
 
1030
1038
  CLUTTER_PAN_X_AXIS,
1031
- CLUTTER_PAN_Y_AXIS
1039
+ CLUTTER_PAN_Y_AXIS,
1040
+
1041
+ CLUTTER_PAN_AXIS_AUTO
1032
1042
  } ClutterPanAxis;
1033
1043
 
1034
1044
 
@@ -1398,6 +1408,82 @@ typedef enum {
1398
1408
  CLUTTER_GESTURE_TRIGGER_EDGE_BEFORE
1399
1409
  } ClutterGestureTriggerEdge;
1400
1410
 
1411
+ /**
1412
+ * ClutterTouchpadGesturePhase:
1413
+ * @CLUTTER_TOUCHPAD_GESTURE_PHASE_BEGIN: The gesture has begun.
1414
+ * @CLUTTER_TOUCHPAD_GESTURE_PHASE_UPDATE: The gesture has been updated.
1415
+ * @CLUTTER_TOUCHPAD_GESTURE_PHASE_END: The gesture was finished, changes
1416
+ * should be permanently applied.
1417
+ * @CLUTTER_TOUCHPAD_GESTURE_PHASE_CANCEL: The gesture was cancelled, all
1418
+ * changes should be undone.
1419
+ *
1420
+ * The phase of a touchpad gesture event. All gestures are guaranteed to
1421
+ * begin with an event of type %CLUTTER_TOUCHPAD_GESTURE_PHASE_BEGIN,
1422
+ * followed by a number of %CLUTTER_TOUCHPAD_GESTURE_PHASE_UPDATE (possibly 0).
1423
+ *
1424
+ * A finished gesture may have 2 possible outcomes, an event with phase
1425
+ * %CLUTTER_TOUCHPAD_GESTURE_PHASE_END will be emitted when the gesture is
1426
+ * considered successful, this should be used as the hint to perform any
1427
+ * permanent changes.
1428
+
1429
+ * Cancelled gestures may be so for a variety of reasons, due to hardware,
1430
+ * or due to the gesture recognition layers hinting the gesture did not
1431
+ * finish resolutely (eg. a 3rd finger being added during a pinch gesture).
1432
+ * In these cases, the last event with report the phase
1433
+ * %CLUTTER_TOUCHPAD_GESTURE_PHASE_CANCEL, this should be used as a hint
1434
+ * to undo any visible/permanent changes that were done throughout the
1435
+ * progress of the gesture.
1436
+ *
1437
+ * See also #ClutterTouchpadPinchEvent and #ClutterTouchpadPinchEvent.
1438
+ *
1439
+ * Since: 1.24
1440
+ */
1441
+ typedef enum {
1442
+ CLUTTER_TOUCHPAD_GESTURE_PHASE_BEGIN,
1443
+ CLUTTER_TOUCHPAD_GESTURE_PHASE_UPDATE,
1444
+ CLUTTER_TOUCHPAD_GESTURE_PHASE_END,
1445
+ CLUTTER_TOUCHPAD_GESTURE_PHASE_CANCEL
1446
+ } ClutterTouchpadGesturePhase;
1447
+
1448
+ /**
1449
+ * ClutterScrollSource:
1450
+ * @CLUTTER_SCROLL_SOURCE_UNKNOWN: Source of scroll events is unknown.
1451
+ * @CLUTTER_SCROLL_SOURCE_WHEEL: The scroll event is originated by a mouse wheel.
1452
+ * @CLUTTER_SCROLL_SOURCE_FINGER: The scroll event is originated by one or more
1453
+ * fingers on the device (eg. touchpads).
1454
+ * @CLUTTER_SCROLL_SOURCE_CONTINUOUS: The scroll event is originated by the
1455
+ * motion of some device (eg. a scroll button is set).
1456
+ *
1457
+ * The scroll source determines the source of the scroll event. Keep in mind
1458
+ * that the source device #ClutterInputDeviceType is not enough to infer
1459
+ * the scroll source.
1460
+ *
1461
+ * Since: 1.26
1462
+ */
1463
+ typedef enum {
1464
+ CLUTTER_SCROLL_SOURCE_UNKNOWN,
1465
+ CLUTTER_SCROLL_SOURCE_WHEEL,
1466
+ CLUTTER_SCROLL_SOURCE_FINGER,
1467
+ CLUTTER_SCROLL_SOURCE_CONTINUOUS
1468
+ } ClutterScrollSource;
1469
+
1470
+ /**
1471
+ * ClutterScrollFinishFlags:
1472
+ * @CLUTTER_SCROLL_FINISHED_NONE: no axis was stopped.
1473
+ * @CLUTTER_SCROLL_FINISHED_HORIZONTAL: The horizontal axis stopped.
1474
+ * @CLUTTER_SCROLL_FINISHED_VERTICAL: The vertical axis stopped.
1475
+ *
1476
+ * Flags used to notify the axes that were stopped in a #ClutterScrollEvent.
1477
+ * These can be used to trigger post-scroll effects like kinetic scrolling.
1478
+ *
1479
+ * Since: 1.26
1480
+ */
1481
+ typedef enum {
1482
+ CLUTTER_SCROLL_FINISHED_NONE = 0,
1483
+ CLUTTER_SCROLL_FINISHED_HORIZONTAL = 1 << 0,
1484
+ CLUTTER_SCROLL_FINISHED_VERTICAL = 1 << 1
1485
+ } ClutterScrollFinishFlags;
1486
+
1401
1487
  G_END_DECLS
1402
1488
 
1403
1489
  #endif /* __CLUTTER_ENUMS_H__ */