clutter 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (631) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +14 -5
  3. data/lib/clutter.rb +1 -2
  4. data/vendor/local/bin/json-glib-format.exe +0 -0
  5. data/vendor/local/bin/json-glib-validate.exe +0 -0
  6. data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
  7. data/vendor/local/bin/{libcogl-15.dll → libcogl-20.dll} +0 -0
  8. data/vendor/local/bin/libcogl-pango-20.dll +0 -0
  9. data/vendor/local/bin/libcogl-path-20.dll +0 -0
  10. data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
  11. data/vendor/local/include/clutter-1.0/cally/cally-actor.h +9 -4
  12. data/vendor/local/include/clutter-1.0/cally/cally-clone.h +6 -4
  13. data/vendor/local/include/clutter-1.0/cally/cally-group.h +5 -3
  14. data/vendor/local/include/clutter-1.0/cally/cally-main.h +7 -2
  15. data/vendor/local/include/clutter-1.0/cally/cally-rectangle.h +5 -3
  16. data/vendor/local/include/clutter-1.0/cally/cally-root.h +6 -4
  17. data/vendor/local/include/clutter-1.0/cally/cally-stage.h +5 -3
  18. data/vendor/local/include/clutter-1.0/cally/cally-text.h +6 -4
  19. data/vendor/local/include/clutter-1.0/cally/cally-texture.h +6 -4
  20. data/vendor/local/include/clutter-1.0/cally/cally-util.h +7 -3
  21. data/vendor/local/include/clutter-1.0/clutter/clutter-action.h +13 -5
  22. data/vendor/local/include/clutter-1.0/clutter/clutter-actor-meta.h +8 -2
  23. data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +90 -1
  24. data/vendor/local/include/clutter-1.0/clutter/clutter-align-constraint.h +9 -1
  25. data/vendor/local/include/clutter-1.0/clutter/clutter-animatable.h +5 -0
  26. data/vendor/local/include/clutter-1.0/clutter/clutter-backend.h +15 -9
  27. data/vendor/local/include/clutter-1.0/clutter/clutter-bin-layout.h +4 -2
  28. data/vendor/local/include/clutter-1.0/clutter/clutter-bind-constraint.h +9 -1
  29. data/vendor/local/include/clutter-1.0/clutter/clutter-binding-pool.h +13 -0
  30. data/vendor/local/include/clutter-1.0/clutter/clutter-blur-effect.h +3 -1
  31. data/vendor/local/include/clutter-1.0/clutter/clutter-box-layout.h +9 -0
  32. data/vendor/local/include/clutter-1.0/clutter/clutter-brightness-contrast-effect.h +9 -1
  33. data/vendor/local/include/clutter-1.0/clutter/clutter-cairo.h +2 -0
  34. data/vendor/local/include/clutter-1.0/clutter/clutter-canvas.h +7 -2
  35. data/vendor/local/include/clutter-1.0/clutter/clutter-child-meta.h +10 -8
  36. data/vendor/local/include/clutter-1.0/clutter/clutter-click-action.h +8 -2
  37. data/vendor/local/include/clutter-1.0/clutter/clutter-clone.h +8 -4
  38. data/vendor/local/include/clutter-1.0/clutter/clutter-color.h +32 -7
  39. data/vendor/local/include/clutter-1.0/clutter/clutter-colorize-effect.h +5 -1
  40. data/vendor/local/include/clutter-1.0/clutter/clutter-constraint.h +14 -2
  41. data/vendor/local/include/clutter-1.0/clutter/clutter-container.h +49 -37
  42. data/vendor/local/include/clutter-1.0/clutter/clutter-content.h +2 -2
  43. data/vendor/local/include/clutter-1.0/clutter/clutter-deform-effect.h +19 -13
  44. data/vendor/local/include/clutter-1.0/clutter/clutter-deprecated.h +1 -0
  45. data/vendor/local/include/clutter-1.0/clutter/clutter-desaturate-effect.h +5 -1
  46. data/vendor/local/include/clutter-1.0/clutter/clutter-device-manager.h +6 -2
  47. data/vendor/local/include/clutter-1.0/clutter/clutter-drag-action.h +12 -2
  48. data/vendor/local/include/clutter-1.0/clutter/clutter-drop-action.h +4 -2
  49. data/vendor/local/include/clutter-1.0/clutter/clutter-effect.h +11 -1
  50. data/vendor/local/include/clutter-1.0/clutter/clutter-enum-types.h +62 -55
  51. data/vendor/local/include/clutter-1.0/clutter/clutter-enums.h +23 -0
  52. data/vendor/local/include/clutter-1.0/clutter/clutter-event.h +74 -8
  53. data/vendor/local/include/clutter-1.0/clutter/clutter-feature.h +2 -0
  54. data/vendor/local/include/clutter-1.0/clutter/clutter-fixed-layout.h +2 -0
  55. data/vendor/local/include/clutter-1.0/clutter/clutter-flow-layout.h +14 -0
  56. data/vendor/local/include/clutter-1.0/clutter/clutter-gesture-action.h +27 -2
  57. data/vendor/local/include/clutter-1.0/clutter/clutter-group.h +1 -0
  58. data/vendor/local/include/clutter-1.0/clutter/clutter-image.h +2 -2
  59. data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +20 -0
  60. data/vendor/local/include/clutter-1.0/clutter/clutter-interval.h +18 -0
  61. data/vendor/local/include/clutter-1.0/clutter/clutter-layout-manager.h +13 -0
  62. data/vendor/local/include/clutter-1.0/clutter/clutter-layout-meta.h +2 -0
  63. data/vendor/local/include/clutter-1.0/clutter/clutter-list-model.h +3 -0
  64. data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +67 -33
  65. data/vendor/local/include/clutter-1.0/clutter/clutter-main.h +36 -0
  66. data/vendor/local/include/clutter-1.0/clutter/clutter-model.h +42 -1
  67. data/vendor/local/include/clutter-1.0/clutter/clutter-offscreen-effect.h +4 -0
  68. data/vendor/local/include/clutter-1.0/clutter/clutter-page-turn-effect.h +9 -1
  69. data/vendor/local/include/clutter-1.0/clutter/clutter-paint-nodes.h +5 -5
  70. data/vendor/local/include/clutter-1.0/clutter/clutter-pan-action.h +2 -2
  71. data/vendor/local/include/clutter-1.0/clutter/clutter-path-constraint.h +7 -1
  72. data/vendor/local/include/clutter-1.0/clutter/clutter-path.h +26 -0
  73. data/vendor/local/include/clutter-1.0/clutter/clutter-property-transition.h +2 -2
  74. data/vendor/local/include/clutter-1.0/clutter/clutter-rotate-action.h +2 -2
  75. data/vendor/local/include/clutter-1.0/clutter/clutter-script.h +16 -0
  76. data/vendor/local/include/clutter-1.0/clutter/clutter-scriptable.h +5 -0
  77. data/vendor/local/include/clutter-1.0/clutter/clutter-scroll-actor.h +2 -2
  78. data/vendor/local/include/clutter-1.0/clutter/clutter-settings.h +2 -0
  79. data/vendor/local/include/clutter-1.0/clutter/clutter-shader-effect.h +9 -2
  80. data/vendor/local/include/clutter-1.0/clutter/clutter-shader-types.h +10 -1
  81. data/vendor/local/include/clutter-1.0/clutter/clutter-snap-constraint.h +9 -1
  82. data/vendor/local/include/clutter-1.0/clutter/clutter-stage-manager.h +5 -0
  83. data/vendor/local/include/clutter-1.0/clutter/clutter-stage.h +35 -9
  84. data/vendor/local/include/clutter-1.0/clutter/clutter-swipe-action.h +4 -2
  85. data/vendor/local/include/clutter-1.0/clutter/clutter-tap-action.h +2 -2
  86. data/vendor/local/include/clutter-1.0/clutter/clutter-test-utils.h +164 -0
  87. data/vendor/local/include/clutter-1.0/clutter/clutter-text-buffer.h +2 -2
  88. data/vendor/local/include/clutter-1.0/clutter/clutter-text.h +67 -0
  89. data/vendor/local/include/clutter-1.0/clutter/clutter-texture.h +2 -0
  90. data/vendor/local/include/clutter-1.0/clutter/clutter-timeline.h +25 -0
  91. data/vendor/local/include/clutter-1.0/clutter/clutter-transition-group.h +2 -2
  92. data/vendor/local/include/clutter-1.0/clutter/clutter-transition.h +2 -2
  93. data/vendor/local/include/clutter-1.0/clutter/clutter-types.h +60 -6
  94. data/vendor/local/include/clutter-1.0/clutter/clutter-units.h +18 -0
  95. data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +37 -20
  96. data/vendor/local/include/clutter-1.0/clutter/clutter-zoom-action.h +2 -2
  97. data/vendor/local/include/clutter-1.0/clutter/clutter.h +2 -3
  98. data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-fixed.h +1 -0
  99. data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-state.h +3 -3
  100. data/vendor/local/include/clutter-1.0/clutter/{clutter-table-layout.h → deprecated/clutter-table-layout.h} +15 -0
  101. data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-timeout-pool.h +1 -1
  102. data/vendor/local/include/clutter-1.0/clutter/win32/clutter-win32.h +5 -0
  103. data/vendor/local/include/cogl/cogl-pango/cogl-pango.h +33 -14
  104. data/vendor/local/include/cogl/cogl-path/cogl-path-types.h +18 -14
  105. data/vendor/local/include/cogl/cogl-path/cogl-path.h +22 -12
  106. data/vendor/local/include/cogl/cogl-path/cogl1-path-functions.h +20 -13
  107. data/vendor/local/include/cogl/cogl-path/cogl2-path-functions.h +35 -13
  108. data/vendor/local/include/cogl/cogl/cogl-atlas-texture.h +81 -53
  109. data/vendor/local/include/cogl/cogl/cogl-attribute-buffer.h +31 -11
  110. data/vendor/local/include/cogl/cogl/cogl-attribute.h +31 -11
  111. data/vendor/local/include/cogl/cogl/cogl-auto-texture.h +221 -0
  112. data/vendor/local/include/cogl/cogl/cogl-bitmap.h +31 -11
  113. data/vendor/local/include/cogl/cogl/cogl-buffer.h +26 -13
  114. data/vendor/local/include/cogl/cogl/cogl-clip-state.h +244 -15
  115. data/vendor/local/include/cogl/cogl/cogl-clutter.h +18 -13
  116. data/vendor/local/include/cogl/cogl/cogl-color.h +31 -11
  117. data/vendor/local/include/cogl/cogl/cogl-context.h +41 -14
  118. data/vendor/local/include/cogl/cogl/cogl-defines.h +20 -13
  119. data/vendor/local/include/cogl/cogl/cogl-deprecated.h +18 -11
  120. data/vendor/local/include/cogl/cogl/cogl-depth-state.h +20 -14
  121. data/vendor/local/include/cogl/cogl/cogl-display.h +33 -14
  122. data/vendor/local/include/cogl/cogl/cogl-enum-types.h +9 -6
  123. data/vendor/local/include/cogl/cogl/cogl-error.h +20 -15
  124. data/vendor/local/include/cogl/cogl/cogl-euler.h +31 -13
  125. data/vendor/local/include/cogl/cogl/cogl-fence.h +20 -13
  126. data/vendor/local/include/cogl/cogl/cogl-fixed.h +20 -13
  127. data/vendor/local/include/cogl/cogl/cogl-frame-info.h +31 -12
  128. data/vendor/local/include/cogl/cogl/cogl-framebuffer-deprecated.h +264 -0
  129. data/vendor/local/include/cogl/cogl/cogl-framebuffer.h +70 -29
  130. data/vendor/local/include/cogl/cogl/cogl-gles2.h +64 -18
  131. data/vendor/local/include/cogl/cogl/cogl-glib-source.h +18 -11
  132. data/vendor/local/include/cogl/cogl/cogl-index-buffer.h +31 -11
  133. data/vendor/local/include/cogl/cogl/cogl-indices.h +31 -11
  134. data/vendor/local/include/cogl/cogl/cogl-macros.h +33 -13
  135. data/vendor/local/include/cogl/cogl/cogl-material-compat.h +20 -13
  136. data/vendor/local/include/cogl/cogl/cogl-matrix-stack.h +37 -12
  137. data/vendor/local/include/cogl/cogl/cogl-matrix.h +34 -15
  138. data/vendor/local/include/cogl/cogl/cogl-meta-texture.h +25 -12
  139. data/vendor/local/include/cogl/cogl/cogl-object.h +40 -12
  140. data/vendor/local/include/cogl/cogl/cogl-offscreen.h +31 -11
  141. data/vendor/local/include/cogl/cogl/cogl-onscreen-template.h +31 -12
  142. data/vendor/local/include/cogl/cogl/cogl-onscreen.h +63 -12
  143. data/vendor/local/include/cogl/cogl/cogl-output.h +31 -12
  144. data/vendor/local/include/cogl/cogl/cogl-pango.h +18 -11
  145. data/vendor/local/include/cogl/cogl/cogl-pipeline-layer-state.h +20 -13
  146. data/vendor/local/include/cogl/cogl/cogl-pipeline-state.h +20 -13
  147. data/vendor/local/include/cogl/cogl/cogl-pipeline.h +31 -11
  148. data/vendor/local/include/cogl/cogl/cogl-pixel-buffer.h +31 -11
  149. data/vendor/local/include/cogl/cogl/cogl-poll.h +20 -14
  150. data/vendor/local/include/cogl/cogl/cogl-primitive-texture.h +25 -12
  151. data/vendor/local/include/cogl/cogl/cogl-primitive.h +32 -13
  152. data/vendor/local/include/cogl/cogl/cogl-primitives.h +20 -13
  153. data/vendor/local/include/cogl/cogl/cogl-quaternion.h +34 -15
  154. data/vendor/local/include/cogl/cogl/cogl-renderer.h +33 -15
  155. data/vendor/local/include/cogl/cogl/cogl-shader.h +20 -13
  156. data/vendor/local/include/cogl/cogl/cogl-snippet.h +27 -12
  157. data/vendor/local/include/cogl/cogl/cogl-sub-texture.h +29 -15
  158. data/vendor/local/include/cogl/cogl/cogl-swap-chain.h +33 -13
  159. data/vendor/local/include/cogl/cogl/cogl-texture-2d-gl.h +29 -24
  160. data/vendor/local/include/cogl/cogl/cogl-texture-2d-sliced.h +54 -49
  161. data/vendor/local/include/cogl/cogl/cogl-texture-2d.h +81 -65
  162. data/vendor/local/include/cogl/cogl/cogl-texture-3d.h +71 -54
  163. data/vendor/local/include/cogl/cogl/cogl-texture-deprecated.h +105 -0
  164. data/vendor/local/include/cogl/cogl/cogl-texture-rectangle.h +61 -48
  165. data/vendor/local/include/cogl/cogl/cogl-texture.h +157 -241
  166. data/vendor/local/include/cogl/cogl/cogl-type-casts.h +53 -0
  167. data/vendor/local/include/cogl/cogl/cogl-types.h +23 -11
  168. data/vendor/local/include/cogl/cogl/cogl-vector.h +20 -15
  169. data/vendor/local/include/cogl/cogl/cogl-version.h +28 -12
  170. data/vendor/local/include/cogl/cogl/cogl-vertex-buffer.h +20 -13
  171. data/vendor/local/include/cogl/cogl/cogl-win32-renderer.h +18 -13
  172. data/vendor/local/include/cogl/cogl/cogl.h +61 -22
  173. data/vendor/local/include/cogl/cogl/cogl1-context.h +20 -434
  174. data/vendor/local/include/cogl/cogl/cogl2-experimental.h +18 -12
  175. data/vendor/local/include/cogl/cogl/deprecated/cogl-auto-texture.h +221 -0
  176. data/vendor/local/include/cogl/cogl/deprecated/cogl-clip-state.h +266 -0
  177. data/vendor/local/include/cogl/cogl/deprecated/cogl-clutter.h +54 -0
  178. data/vendor/local/include/cogl/cogl/deprecated/cogl-fixed.h +811 -0
  179. data/vendor/local/include/cogl/cogl/deprecated/cogl-framebuffer-deprecated.h +264 -0
  180. data/vendor/local/include/cogl/cogl/deprecated/cogl-material-compat.h +1391 -0
  181. data/vendor/local/include/cogl/cogl/deprecated/cogl-shader.h +704 -0
  182. data/vendor/local/include/cogl/cogl/deprecated/cogl-texture-deprecated.h +105 -0
  183. data/vendor/local/include/cogl/cogl/deprecated/cogl-type-casts.h +53 -0
  184. data/vendor/local/include/cogl/cogl/deprecated/cogl-vertex-buffer.h +451 -0
  185. data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-core-functions.h +18 -11
  186. data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-gles2-functions.h +18 -11
  187. data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-glsl-functions.h +18 -11
  188. data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h +18 -11
  189. data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-in-gles2-core-functions.h +18 -11
  190. data/vendor/local/include/json-glib-1.0/json-glib/json-builder.h +21 -7
  191. data/vendor/local/include/json-glib-1.0/json-glib/json-enum-types.h +8 -3
  192. data/vendor/local/include/json-glib-1.0/json-glib/json-generator.h +16 -3
  193. data/vendor/local/include/json-glib-1.0/json-glib/json-glib.h +1 -0
  194. data/vendor/local/include/json-glib-1.0/json-glib/json-gobject.h +23 -5
  195. data/vendor/local/include/json-glib-1.0/json-glib/json-gvariant.h +9 -2
  196. data/vendor/local/include/json-glib-1.0/json-glib/json-parser.h +17 -4
  197. data/vendor/local/include/json-glib-1.0/json-glib/json-path.h +13 -8
  198. data/vendor/local/include/json-glib-1.0/json-glib/json-reader.h +28 -7
  199. data/vendor/local/include/json-glib-1.0/json-glib/json-types.h +97 -12
  200. data/vendor/local/include/json-glib-1.0/json-glib/json-version-macros.h +135 -0
  201. data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +14 -12
  202. data/vendor/local/lib/girepository-1.0/Clutter-1.0.typelib +0 -0
  203. data/vendor/local/lib/girepository-1.0/Cogl-1.0.typelib +0 -0
  204. data/vendor/local/lib/girepository-1.0/Cogl-2.0.typelib +0 -0
  205. data/vendor/local/lib/girepository-1.0/CoglPango-1.0.typelib +0 -0
  206. data/vendor/local/lib/girepository-1.0/CoglPango-2.0.typelib +0 -0
  207. data/vendor/local/lib/girepository-1.0/Json-1.0.typelib +0 -0
  208. data/vendor/local/lib/libclutter-1.0.dll.a +0 -0
  209. data/vendor/local/lib/libclutter-1.0.la +4 -4
  210. data/vendor/local/lib/libcogl-pango.dll.a +0 -0
  211. data/vendor/local/lib/libcogl-pango.la +5 -5
  212. data/vendor/local/lib/libcogl-path.dll.a +0 -0
  213. data/vendor/local/lib/libcogl-path.la +41 -0
  214. data/vendor/local/lib/libcogl.dll.a +0 -0
  215. data/vendor/local/lib/libcogl.la +5 -5
  216. data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
  217. data/vendor/local/lib/libjson-glib-1.0.la +3 -3
  218. data/vendor/local/lib/pkgconfig/cally-1.0.pc +1 -1
  219. data/vendor/local/lib/pkgconfig/clutter-1.0.pc +2 -2
  220. data/vendor/local/lib/pkgconfig/clutter-win32-1.0.pc +2 -2
  221. data/vendor/local/lib/pkgconfig/cogl-1.0.pc +1 -1
  222. data/vendor/local/lib/pkgconfig/cogl-gl-1.0.pc +1 -1
  223. data/vendor/local/lib/pkgconfig/cogl-pango-1.0.pc +1 -1
  224. data/vendor/local/lib/pkgconfig/cogl-pango-2.0-experimental.pc +3 -3
  225. data/vendor/local/lib/pkgconfig/cogl-path-1.0.pc +13 -0
  226. data/vendor/local/lib/pkgconfig/cogl-path-2.0-experimental.pc +13 -0
  227. data/vendor/local/lib/pkgconfig/json-glib-1.0.pc +1 -1
  228. data/vendor/local/share/gir-1.0/Cally-1.0.gir +4 -2
  229. data/vendor/local/share/gir-1.0/Clutter-1.0.gir +4527 -1814
  230. data/vendor/local/share/gir-1.0/Cogl-1.0.gir +1194 -1881
  231. data/vendor/local/share/gir-1.0/Cogl-2.0.gir +20369 -0
  232. data/vendor/local/share/gir-1.0/CoglPango-1.0.gir +9 -5
  233. data/vendor/local/share/gir-1.0/CoglPango-2.0.gir +331 -0
  234. data/vendor/local/share/gir-1.0/Json-1.0.gir +363 -163
  235. data/vendor/local/share/gtk-doc/html/cally/CallyActor.html +356 -259
  236. data/vendor/local/share/gtk-doc/html/cally/CallyClone.html +91 -69
  237. data/vendor/local/share/gtk-doc/html/cally/CallyGroup.html +89 -71
  238. data/vendor/local/share/gtk-doc/html/cally/CallyRectangle.html +90 -68
  239. data/vendor/local/share/gtk-doc/html/cally/CallyRoot.html +72 -59
  240. data/vendor/local/share/gtk-doc/html/cally/CallyStage.html +92 -70
  241. data/vendor/local/share/gtk-doc/html/cally/CallyText.html +90 -66
  242. data/vendor/local/share/gtk-doc/html/cally/CallyTexture.html +90 -68
  243. data/vendor/local/share/gtk-doc/html/cally/CallyUtil.html +42 -37
  244. data/vendor/local/share/gtk-doc/html/cally/cally-General-API.html +109 -86
  245. data/vendor/local/share/gtk-doc/html/cally/cally.devhelp2 +16 -16
  246. data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +4 -4
  247. data/vendor/local/share/gtk-doc/html/cally/callybase.html +4 -4
  248. data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +16 -16
  249. data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +4 -4
  250. data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +4 -4
  251. data/vendor/local/share/gtk-doc/html/cally/ch01.html +4 -4
  252. data/vendor/local/share/gtk-doc/html/cally/ch02.html +4 -4
  253. data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +4 -4
  254. data/vendor/local/share/gtk-doc/html/cally/index.html +3 -3
  255. data/vendor/local/share/gtk-doc/html/cally/index.sgml +47 -29
  256. data/vendor/local/share/gtk-doc/html/cally/ix01.html +27 -29
  257. data/vendor/local/share/gtk-doc/html/cally/ix02.html +4 -4
  258. data/vendor/local/share/gtk-doc/html/cally/ix03.html +25 -27
  259. data/vendor/local/share/gtk-doc/html/cally/ix04.html +6 -6
  260. data/vendor/local/share/gtk-doc/html/cally/license.html +4 -4
  261. data/vendor/local/share/gtk-doc/html/cally/style.css +260 -105
  262. data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +47 -45
  263. data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +11634 -9660
  264. data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +283 -206
  265. data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +335 -242
  266. data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +595 -523
  267. data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +341 -273
  268. data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +995 -804
  269. data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +583 -432
  270. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +565 -457
  271. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +207 -169
  272. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +718 -518
  273. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +211 -172
  274. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +338 -283
  275. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +506 -367
  276. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +322 -275
  277. data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +329 -901
  278. data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +374 -553
  279. data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +65 -55
  280. data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +491 -419
  281. data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +1032 -790
  282. data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +316 -243
  283. data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +613 -755
  284. data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +367 -373
  285. data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +181 -144
  286. data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +399 -316
  287. data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +177 -135
  288. data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +154 -105
  289. data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +137 -262
  290. data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +1119 -851
  291. data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +238 -177
  292. data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +293 -225
  293. data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +159 -114
  294. data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +330 -243
  295. data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +772 -873
  296. data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +304 -766
  297. data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +353 -267
  298. data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +70 -57
  299. data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +646 -825
  300. data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +991 -555
  301. data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +725 -510
  302. data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +177 -133
  303. data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +380 -512
  304. data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +1252 -962
  305. data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +414 -320
  306. data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +830 -923
  307. data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +118 -87
  308. data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +144 -130
  309. data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +742 -586
  310. data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +1398 -1058
  311. data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +563 -425
  312. data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +322 -265
  313. data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +292 -194
  314. data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +473 -333
  315. data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +653 -489
  316. data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +1107 -855
  317. data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +277 -188
  318. data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +178 -130
  319. data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +334 -216
  320. data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +131 -95
  321. data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +709 -569
  322. data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +958 -899
  323. data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +242 -186
  324. data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +263 -606
  325. data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +243 -165
  326. data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +469 -368
  327. data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +353 -245
  328. data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +1967 -1513
  329. data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +1273 -1005
  330. data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +200 -144
  331. data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +995 -745
  332. data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +123 -93
  333. data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +2742 -1997
  334. data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +647 -474
  335. data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +1482 -1223
  336. data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +2161 -1735
  337. data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +496 -383
  338. data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +175 -135
  339. data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +313 -236
  340. data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +29 -13
  341. data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +4 -4
  342. data/vendor/local/share/gtk-doc/html/clutter/ch01.html +4 -4
  343. data/vendor/local/share/gtk-doc/html/clutter/ch02.html +4 -7
  344. data/vendor/local/share/gtk-doc/html/clutter/ch03.html +4 -8
  345. data/vendor/local/share/gtk-doc/html/clutter/ch04.html +4 -4
  346. data/vendor/local/share/gtk-doc/html/clutter/ch05.html +4 -4
  347. data/vendor/local/share/gtk-doc/html/clutter/ch06.html +4 -4
  348. data/vendor/local/share/gtk-doc/html/clutter/ch07.html +4 -4
  349. data/vendor/local/share/gtk-doc/html/clutter/ch08.html +4 -4
  350. data/vendor/local/share/gtk-doc/html/clutter/ch09.html +4 -4
  351. data/vendor/local/share/gtk-doc/html/clutter/ch10.html +5 -5
  352. data/vendor/local/share/gtk-doc/html/clutter/ch11.html +4 -4
  353. data/vendor/local/share/gtk-doc/html/clutter/ch12.html +4 -4
  354. data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +3059 -2295
  355. data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html +181 -137
  356. data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +340 -197
  357. data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html +306 -222
  358. data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +1272 -988
  359. data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +154 -69
  360. data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +2714 -1972
  361. data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +151 -116
  362. data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +205 -154
  363. data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +1455 -1890
  364. data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +1449 -1804
  365. data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +134 -112
  366. data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +625 -520
  367. data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +302 -239
  368. data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +872 -637
  369. data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +293 -213
  370. data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +674 -508
  371. data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +454 -339
  372. data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +816 -623
  373. data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +346 -302
  374. data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +60 -34
  375. data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +200 -170
  376. data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +162 -119
  377. data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +678 -565
  378. data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +5 -5
  379. data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +1937 -2272
  380. data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +4 -4
  381. data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +4 -4
  382. data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +4 -11
  383. data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +4 -4
  384. data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +87 -87
  385. data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +4 -4
  386. data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +6 -6
  387. data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +5 -5
  388. data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +11 -4
  389. data/vendor/local/share/gtk-doc/html/clutter/go01.html +4 -4
  390. data/vendor/local/share/gtk-doc/html/clutter/index.html +11 -11
  391. data/vendor/local/share/gtk-doc/html/clutter/index.sgml +842 -978
  392. data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +7 -7
  393. data/vendor/local/share/gtk-doc/html/clutter/ix01.html +2005 -1923
  394. data/vendor/local/share/gtk-doc/html/clutter/ix02.html +663 -470
  395. data/vendor/local/share/gtk-doc/html/clutter/ix03.html +83 -85
  396. data/vendor/local/share/gtk-doc/html/clutter/ix04.html +122 -124
  397. data/vendor/local/share/gtk-doc/html/clutter/ix05.html +217 -219
  398. data/vendor/local/share/gtk-doc/html/clutter/ix06.html +148 -150
  399. data/vendor/local/share/gtk-doc/html/clutter/ix07.html +349 -351
  400. data/vendor/local/share/gtk-doc/html/clutter/ix08.html +177 -179
  401. data/vendor/local/share/gtk-doc/html/clutter/ix09.html +214 -216
  402. data/vendor/local/share/gtk-doc/html/clutter/ix10.html +83 -85
  403. data/vendor/local/share/gtk-doc/html/clutter/ix11.html +80 -82
  404. data/vendor/local/share/gtk-doc/html/clutter/ix12.html +219 -221
  405. data/vendor/local/share/gtk-doc/html/clutter/ix13.html +212 -214
  406. data/vendor/local/share/gtk-doc/html/clutter/ix14.html +22 -32
  407. data/vendor/local/share/gtk-doc/html/clutter/license.html +4 -4
  408. data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +16 -16
  409. data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +15 -15
  410. data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +17 -17
  411. data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +11 -12
  412. data/vendor/local/share/gtk-doc/html/clutter/migration.html +4 -4
  413. data/vendor/local/share/gtk-doc/html/clutter/pt09.html +4 -4
  414. data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +9 -4
  415. data/vendor/local/share/gtk-doc/html/clutter/style.css +260 -105
  416. data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +6 -6
  417. data/vendor/local/share/gtk-doc/html/json-glib/JsonBuilder.html +513 -392
  418. data/vendor/local/share/gtk-doc/html/json-glib/JsonGenerator.html +479 -347
  419. data/vendor/local/share/gtk-doc/html/json-glib/JsonParser.html +804 -600
  420. data/vendor/local/share/gtk-doc/html/json-glib/JsonPath.html +395 -362
  421. data/vendor/local/share/gtk-doc/html/json-glib/JsonReader.html +788 -609
  422. data/vendor/local/share/gtk-doc/html/json-glib/annotation-glossary.html +32 -43
  423. data/vendor/local/share/gtk-doc/html/json-glib/ch01.html +9 -9
  424. data/vendor/local/share/gtk-doc/html/json-glib/ch02.html +9 -9
  425. data/vendor/local/share/gtk-doc/html/json-glib/ch03.html +9 -9
  426. data/vendor/local/share/gtk-doc/html/json-glib/ch05.html +40 -0
  427. data/vendor/local/share/gtk-doc/html/json-glib/home.png +0 -0
  428. data/vendor/local/share/gtk-doc/html/json-glib/index.html +15 -6
  429. data/vendor/local/share/gtk-doc/html/json-glib/index.sgml +82 -73
  430. data/vendor/local/share/gtk-doc/html/json-glib/ix01.html +230 -227
  431. data/vendor/local/share/gtk-doc/html/json-glib/ix02.html +17 -22
  432. data/vendor/local/share/gtk-doc/html/json-glib/ix03.html +20 -25
  433. data/vendor/local/share/gtk-doc/html/json-glib/ix04.html +17 -22
  434. data/vendor/local/share/gtk-doc/html/json-glib/ix05.html +50 -55
  435. data/vendor/local/share/gtk-doc/html/json-glib/ix06.html +30 -35
  436. data/vendor/local/share/gtk-doc/html/json-glib/ix07.html +39 -44
  437. data/vendor/local/share/gtk-doc/html/json-glib/ix08.html +35 -40
  438. data/vendor/local/share/gtk-doc/html/json-glib/json-advanced.html +12 -9
  439. data/vendor/local/share/gtk-doc/html/json-glib/json-base.html +9 -9
  440. data/vendor/local/share/gtk-doc/html/json-glib/json-format-tool.html +84 -0
  441. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Boxed-Types-Serialization.html +306 -221
  442. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-GObject-Serialization.html +261 -204
  443. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Array.html +843 -583
  444. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-GVariant-Integration.html +223 -199
  445. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Node.html +1327 -912
  446. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Object.html +986 -694
  447. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Serializable-Interface.html +386 -301
  448. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +151 -87
  449. data/vendor/local/share/gtk-doc/html/json-glib/json-glib.devhelp2 +204 -218
  450. data/vendor/local/share/gtk-doc/html/json-glib/json-glib.html +9 -9
  451. data/vendor/local/share/gtk-doc/html/json-glib/json-streams.html +9 -9
  452. data/vendor/local/share/gtk-doc/html/json-glib/json-tools.html +19 -13
  453. data/vendor/local/share/gtk-doc/html/json-glib/json-validate-tool.html +72 -0
  454. data/vendor/local/share/gtk-doc/html/json-glib/left-insensitive.png +0 -0
  455. data/vendor/local/share/gtk-doc/html/json-glib/left.png +0 -0
  456. data/vendor/local/share/gtk-doc/html/json-glib/license.html +9 -9
  457. data/vendor/local/share/gtk-doc/html/json-glib/right-insensitive.png +0 -0
  458. data/vendor/local/share/gtk-doc/html/json-glib/right.png +0 -0
  459. data/vendor/local/share/gtk-doc/html/json-glib/style.css +314 -104
  460. data/vendor/local/share/gtk-doc/html/json-glib/tools.html +38 -0
  461. data/vendor/local/share/gtk-doc/html/json-glib/up-insensitive.png +0 -0
  462. data/vendor/local/share/gtk-doc/html/json-glib/up.png +0 -0
  463. data/vendor/local/share/license/cogl/COPYING +107 -502
  464. data/vendor/local/share/locale/an/LC_MESSAGES/clutter-1.0.mo +0 -0
  465. data/vendor/local/share/locale/an/LC_MESSAGES/cogl.mo +0 -0
  466. data/vendor/local/share/locale/ar/LC_MESSAGES/clutter-1.0.mo +0 -0
  467. data/vendor/local/share/locale/ar/LC_MESSAGES/cogl.mo +0 -0
  468. data/vendor/local/share/locale/as/LC_MESSAGES/clutter-1.0.mo +0 -0
  469. data/vendor/local/share/locale/as/LC_MESSAGES/cogl.mo +0 -0
  470. data/vendor/local/share/locale/as/LC_MESSAGES/json-glib-1.0.mo +0 -0
  471. data/vendor/local/share/locale/ast/LC_MESSAGES/clutter-1.0.mo +0 -0
  472. data/vendor/local/share/locale/ast/LC_MESSAGES/cogl.mo +0 -0
  473. data/vendor/local/share/locale/az_IR/LC_MESSAGES/clutter-1.0.mo +0 -0
  474. data/vendor/local/share/locale/be/LC_MESSAGES/clutter-1.0.mo +0 -0
  475. data/vendor/local/share/locale/be/LC_MESSAGES/cogl.mo +0 -0
  476. data/vendor/local/share/locale/bg/LC_MESSAGES/clutter-1.0.mo +0 -0
  477. data/vendor/local/share/locale/bg/LC_MESSAGES/cogl.mo +0 -0
  478. data/vendor/local/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo +0 -0
  479. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo +0 -0
  480. data/vendor/local/share/locale/ca/LC_MESSAGES/clutter-1.0.mo +0 -0
  481. data/vendor/local/share/locale/ca/LC_MESSAGES/cogl.mo +0 -0
  482. data/vendor/local/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo +0 -0
  483. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/clutter-1.0.mo +0 -0
  484. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/cogl.mo +0 -0
  485. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo +0 -0
  486. data/vendor/local/share/locale/cs/LC_MESSAGES/clutter-1.0.mo +0 -0
  487. data/vendor/local/share/locale/cs/LC_MESSAGES/cogl.mo +0 -0
  488. data/vendor/local/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo +0 -0
  489. data/vendor/local/share/locale/da/LC_MESSAGES/clutter-1.0.mo +0 -0
  490. data/vendor/local/share/locale/da/LC_MESSAGES/cogl.mo +0 -0
  491. data/vendor/local/share/locale/da/LC_MESSAGES/json-glib-1.0.mo +0 -0
  492. data/vendor/local/share/locale/de/LC_MESSAGES/clutter-1.0.mo +0 -0
  493. data/vendor/local/share/locale/de/LC_MESSAGES/cogl.mo +0 -0
  494. data/vendor/local/share/locale/de/LC_MESSAGES/json-glib-1.0.mo +0 -0
  495. data/vendor/local/share/locale/el/LC_MESSAGES/clutter-1.0.mo +0 -0
  496. data/vendor/local/share/locale/el/LC_MESSAGES/cogl.mo +0 -0
  497. data/vendor/local/share/locale/el/LC_MESSAGES/json-glib-1.0.mo +0 -0
  498. data/vendor/local/share/locale/en_CA/LC_MESSAGES/cogl.mo +0 -0
  499. data/vendor/local/share/locale/en_GB/LC_MESSAGES/clutter-1.0.mo +0 -0
  500. data/vendor/local/share/locale/en_GB/LC_MESSAGES/cogl.mo +0 -0
  501. data/vendor/local/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo +0 -0
  502. data/vendor/local/share/locale/eo/LC_MESSAGES/clutter-1.0.mo +0 -0
  503. data/vendor/local/share/locale/eo/LC_MESSAGES/cogl.mo +0 -0
  504. data/vendor/local/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo +0 -0
  505. data/vendor/local/share/locale/es/LC_MESSAGES/clutter-1.0.mo +0 -0
  506. data/vendor/local/share/locale/es/LC_MESSAGES/cogl.mo +0 -0
  507. data/vendor/local/share/locale/es/LC_MESSAGES/json-glib-1.0.mo +0 -0
  508. data/vendor/local/share/locale/et/LC_MESSAGES/json-glib-1.0.mo +0 -0
  509. data/vendor/local/share/locale/eu/LC_MESSAGES/clutter-1.0.mo +0 -0
  510. data/vendor/local/share/locale/eu/LC_MESSAGES/cogl.mo +0 -0
  511. data/vendor/local/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo +0 -0
  512. data/vendor/local/share/locale/fa/LC_MESSAGES/clutter-1.0.mo +0 -0
  513. data/vendor/local/share/locale/fa/LC_MESSAGES/cogl.mo +0 -0
  514. data/vendor/local/share/locale/fi/LC_MESSAGES/clutter-1.0.mo +0 -0
  515. data/vendor/local/share/locale/fr/LC_MESSAGES/clutter-1.0.mo +0 -0
  516. data/vendor/local/share/locale/fr/LC_MESSAGES/cogl.mo +0 -0
  517. data/vendor/local/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo +0 -0
  518. data/vendor/local/share/locale/fur/LC_MESSAGES/json-glib-1.0.mo +0 -0
  519. data/vendor/local/share/locale/gl/LC_MESSAGES/clutter-1.0.mo +0 -0
  520. data/vendor/local/share/locale/gl/LC_MESSAGES/cogl.mo +0 -0
  521. data/vendor/local/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo +0 -0
  522. data/vendor/local/share/locale/he/LC_MESSAGES/clutter-1.0.mo +0 -0
  523. data/vendor/local/share/locale/he/LC_MESSAGES/cogl.mo +0 -0
  524. data/vendor/local/share/locale/he/LC_MESSAGES/json-glib-1.0.mo +0 -0
  525. data/vendor/local/share/locale/hi/LC_MESSAGES/clutter-1.0.mo +0 -0
  526. data/vendor/local/share/locale/hi/LC_MESSAGES/cogl.mo +0 -0
  527. data/vendor/local/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo +0 -0
  528. data/vendor/local/share/locale/hu/LC_MESSAGES/clutter-1.0.mo +0 -0
  529. data/vendor/local/share/locale/hu/LC_MESSAGES/cogl.mo +0 -0
  530. data/vendor/local/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo +0 -0
  531. data/vendor/local/share/locale/id/LC_MESSAGES/clutter-1.0.mo +0 -0
  532. data/vendor/local/share/locale/id/LC_MESSAGES/cogl.mo +0 -0
  533. data/vendor/local/share/locale/id/LC_MESSAGES/json-glib-1.0.mo +0 -0
  534. data/vendor/local/share/locale/it/LC_MESSAGES/clutter-1.0.mo +0 -0
  535. data/vendor/local/share/locale/it/LC_MESSAGES/cogl.mo +0 -0
  536. data/vendor/local/share/locale/it/LC_MESSAGES/json-glib-1.0.mo +0 -0
  537. data/vendor/local/share/locale/ja/LC_MESSAGES/clutter-1.0.mo +0 -0
  538. data/vendor/local/share/locale/ja/LC_MESSAGES/cogl.mo +0 -0
  539. data/vendor/local/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo +0 -0
  540. data/vendor/local/share/locale/km/LC_MESSAGES/clutter-1.0.mo +0 -0
  541. data/vendor/local/share/locale/km/LC_MESSAGES/cogl.mo +0 -0
  542. data/vendor/local/share/locale/kn/LC_MESSAGES/clutter-1.0.mo +0 -0
  543. data/vendor/local/share/locale/kn/LC_MESSAGES/cogl.mo +0 -0
  544. data/vendor/local/share/locale/ko/LC_MESSAGES/clutter-1.0.mo +0 -0
  545. data/vendor/local/share/locale/ko/LC_MESSAGES/cogl.mo +0 -0
  546. data/vendor/local/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo +0 -0
  547. data/vendor/local/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo +0 -0
  548. data/vendor/local/share/locale/lt/LC_MESSAGES/clutter-1.0.mo +0 -0
  549. data/vendor/local/share/locale/lt/LC_MESSAGES/cogl.mo +0 -0
  550. data/vendor/local/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo +0 -0
  551. data/vendor/local/share/locale/lv/LC_MESSAGES/clutter-1.0.mo +0 -0
  552. data/vendor/local/share/locale/lv/LC_MESSAGES/cogl.mo +0 -0
  553. data/vendor/local/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo +0 -0
  554. data/vendor/local/share/locale/mk/LC_MESSAGES/clutter-1.0.mo +0 -0
  555. data/vendor/local/share/locale/ml/LC_MESSAGES/clutter-1.0.mo +0 -0
  556. data/vendor/local/share/locale/ml/LC_MESSAGES/cogl.mo +0 -0
  557. data/vendor/local/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo +0 -0
  558. data/vendor/local/share/locale/nb/LC_MESSAGES/clutter-1.0.mo +0 -0
  559. data/vendor/local/share/locale/nb/LC_MESSAGES/cogl.mo +0 -0
  560. data/vendor/local/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo +0 -0
  561. data/vendor/local/share/locale/nl/LC_MESSAGES/clutter-1.0.mo +0 -0
  562. data/vendor/local/share/locale/nl/LC_MESSAGES/cogl.mo +0 -0
  563. data/vendor/local/share/locale/or/LC_MESSAGES/clutter-1.0.mo +0 -0
  564. data/vendor/local/share/locale/or/LC_MESSAGES/cogl.mo +0 -0
  565. data/vendor/local/share/locale/or/LC_MESSAGES/json-glib-1.0.mo +0 -0
  566. data/vendor/local/share/locale/pa/LC_MESSAGES/clutter-1.0.mo +0 -0
  567. data/vendor/local/share/locale/pa/LC_MESSAGES/cogl.mo +0 -0
  568. data/vendor/local/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo +0 -0
  569. data/vendor/local/share/locale/pl/LC_MESSAGES/clutter-1.0.mo +0 -0
  570. data/vendor/local/share/locale/pl/LC_MESSAGES/cogl.mo +0 -0
  571. data/vendor/local/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo +0 -0
  572. data/vendor/local/share/locale/ps/LC_MESSAGES/clutter-1.0.mo +0 -0
  573. data/vendor/local/share/locale/pt/LC_MESSAGES/clutter-1.0.mo +0 -0
  574. data/vendor/local/share/locale/pt/LC_MESSAGES/cogl.mo +0 -0
  575. data/vendor/local/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo +0 -0
  576. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/clutter-1.0.mo +0 -0
  577. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/cogl.mo +0 -0
  578. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo +0 -0
  579. data/vendor/local/share/locale/ro/LC_MESSAGES/clutter-1.0.mo +0 -0
  580. data/vendor/local/share/locale/ru/LC_MESSAGES/clutter-1.0.mo +0 -0
  581. data/vendor/local/share/locale/ru/LC_MESSAGES/cogl.mo +0 -0
  582. data/vendor/local/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo +0 -0
  583. data/vendor/local/share/locale/sk/LC_MESSAGES/clutter-1.0.mo +0 -0
  584. data/vendor/local/share/locale/sk/LC_MESSAGES/cogl.mo +0 -0
  585. data/vendor/local/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo +0 -0
  586. data/vendor/local/share/locale/sl/LC_MESSAGES/clutter-1.0.mo +0 -0
  587. data/vendor/local/share/locale/sl/LC_MESSAGES/cogl.mo +0 -0
  588. data/vendor/local/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo +0 -0
  589. data/vendor/local/share/locale/sr/LC_MESSAGES/clutter-1.0.mo +0 -0
  590. data/vendor/local/share/locale/sr/LC_MESSAGES/cogl.mo +0 -0
  591. data/vendor/local/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo +0 -0
  592. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/clutter-1.0.mo +0 -0
  593. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/cogl.mo +0 -0
  594. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo +0 -0
  595. data/vendor/local/share/locale/sv/LC_MESSAGES/clutter-1.0.mo +0 -0
  596. data/vendor/local/share/locale/sv/LC_MESSAGES/cogl.mo +0 -0
  597. data/vendor/local/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo +0 -0
  598. data/vendor/local/share/locale/ta/LC_MESSAGES/clutter-1.0.mo +0 -0
  599. data/vendor/local/share/locale/ta/LC_MESSAGES/cogl.mo +0 -0
  600. data/vendor/local/share/locale/te/LC_MESSAGES/clutter-1.0.mo +0 -0
  601. data/vendor/local/share/locale/te/LC_MESSAGES/cogl.mo +0 -0
  602. data/vendor/local/share/locale/te/LC_MESSAGES/json-glib-1.0.mo +0 -0
  603. data/vendor/local/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo +0 -0
  604. data/vendor/local/share/locale/th/LC_MESSAGES/cogl.mo +0 -0
  605. data/vendor/local/share/locale/tr/LC_MESSAGES/clutter-1.0.mo +0 -0
  606. data/vendor/local/share/locale/tr/LC_MESSAGES/cogl.mo +0 -0
  607. data/vendor/local/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo +0 -0
  608. data/vendor/local/share/locale/ug/LC_MESSAGES/clutter-1.0.mo +0 -0
  609. data/vendor/local/share/locale/ug/LC_MESSAGES/cogl.mo +0 -0
  610. data/vendor/local/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo +0 -0
  611. data/vendor/local/share/locale/uk/LC_MESSAGES/clutter-1.0.mo +0 -0
  612. data/vendor/local/share/locale/uk/LC_MESSAGES/cogl.mo +0 -0
  613. data/vendor/local/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo +0 -0
  614. data/vendor/local/share/locale/ur/LC_MESSAGES/clutter-1.0.mo +0 -0
  615. data/vendor/local/share/locale/vi/LC_MESSAGES/cogl.mo +0 -0
  616. data/vendor/local/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo +0 -0
  617. data/vendor/local/share/locale/yi/LC_MESSAGES/clutter-1.0.mo +0 -0
  618. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo +0 -0
  619. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/cogl.mo +0 -0
  620. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo +0 -0
  621. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo +0 -0
  622. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/cogl.mo +0 -0
  623. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo +0 -0
  624. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo +0 -0
  625. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/cogl.mo +0 -0
  626. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo +0 -0
  627. data/vendor/local/share/man/man1/json-glib-format.1 +60 -0
  628. data/vendor/local/share/man/man1/json-glib-validate.1 +56 -0
  629. metadata +66 -27
  630. data/vendor/local/bin/libcogl-pango-15.dll +0 -0
  631. data/vendor/local/share/gtk-doc/html/json-glib/ch04.html +0 -38
@@ -8,21 +8,17 @@
8
8
  <link rel="up" href="deprecated.html" title="Part IX. Deprecated Classes">
9
9
  <link rel="prev" href="clutter-Implicit-Animations.html" title="Implicit Animations">
10
10
  <link rel="next" href="ClutterBehaviour.html" title="ClutterBehaviour">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
- <td width="100%" align="left">
17
- <a href="#" class="shortcut">Top</a>
18
-  | 
19
- <a href="#ClutterAnimator.description" class="shortcut">Description</a>
20
-  | 
21
- <a href="#ClutterAnimator.object-hierarchy" class="shortcut">Object Hierarchy</a>
22
-  | 
23
- <a href="#ClutterAnimator.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
24
-  | 
25
- <a href="#ClutterAnimator.properties" class="shortcut">Properties</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
+ <a href="#ClutterAnimator.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#ClutterAnimator.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces">  <span class="dim">|</span> 
20
+ <a href="#ClutterAnimator.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties">  <span class="dim">|</span> 
21
+ <a href="#ClutterAnimator.properties" class="shortcut">Properties</a></span>
26
22
  </td>
27
23
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
28
24
  <td><a accesskey="u" href="deprecated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
@@ -36,84 +32,240 @@
36
32
  <h2><span class="refentrytitle"><a name="ClutterAnimator.top_of_page"></a>ClutterAnimator</span></h2>
37
33
  <p>ClutterAnimator — Multi-actor tweener</p>
38
34
  </td>
39
- <td valign="top" align="right"></td>
35
+ <td class="gallery_image" valign="top" align="right"></td>
40
36
  </tr></table></div>
41
- <div class="refsynopsisdiv">
42
- <a name="ClutterAnimator.synopsis"></a><h2>Synopsis</h2>
43
- <pre class="synopsis"> <a class="link" href="ClutterAnimator.html#ClutterAnimator-struct" title="ClutterAnimator">ClutterAnimator</a>;
44
- struct <a class="link" href="ClutterAnimator.html#ClutterAnimatorClass" title="struct ClutterAnimatorClass">ClutterAnimatorClass</a>;
45
- <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="returnvalue">ClutterAnimator</span></a> * <a class="link" href="ClutterAnimator.html#clutter-animator-new" title="clutter_animator_new ()">clutter_animator_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
46
- <span class="returnvalue">void</span> <a class="link" href="ClutterAnimator.html#clutter-animator-set" title="clutter_animator_set ()">clutter_animator_set</a> (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
47
- <em class="parameter"><code><span class="type">gpointer</span> first_object</code></em>,
48
- <em class="parameter"><code>const <span class="type">gchar</span> *first_property_name</code></em>,
49
- <em class="parameter"><code><span class="type">guint</span> first_mode</code></em>,
50
- <em class="parameter"><code><span class="type">gdouble</span> first_progress</code></em>,
51
- <em class="parameter"><code>...</code></em>);
52
- <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="returnvalue">ClutterAnimator</span></a> * <a class="link" href="ClutterAnimator.html#clutter-animator-set-key" title="clutter_animator_set_key ()">clutter_animator_set_key</a> (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
53
- <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
54
- <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
55
- <em class="parameter"><code><span class="type">guint</span> mode</code></em>,
56
- <em class="parameter"><code><span class="type">gdouble</span> progress</code></em>,
57
- <em class="parameter"><code>const <span class="type">GValue</span> *value</code></em>);
58
- <span class="returnvalue">void</span> <a class="link" href="ClutterAnimator.html#clutter-animator-remove-key" title="clutter_animator_remove_key ()">clutter_animator_remove_key</a> (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
59
- <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
60
- <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
61
- <em class="parameter"><code><span class="type">gdouble</span> progress</code></em>);
62
- <span class="returnvalue">GList</span> * <a class="link" href="ClutterAnimator.html#clutter-animator-get-keys" title="clutter_animator_get_keys ()">clutter_animator_get_keys</a> (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
63
- <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
64
- <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
65
- <em class="parameter"><code><span class="type">gdouble</span> progress</code></em>);
66
- <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> * <a class="link" href="ClutterAnimator.html#clutter-animator-start" title="clutter_animator_start ()">clutter_animator_start</a> (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>);
67
- <span class="returnvalue">gboolean</span> <a class="link" href="ClutterAnimator.html#clutter-animator-compute-value" title="clutter_animator_compute_value ()">clutter_animator_compute_value</a> (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
68
- <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
69
- <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
70
- <em class="parameter"><code><span class="type">gdouble</span> progress</code></em>,
71
- <em class="parameter"><code><span class="type">GValue</span> *value</code></em>);
72
-
73
- <span class="returnvalue">void</span> <a class="link" href="ClutterAnimator.html#clutter-animator-set-timeline" title="clutter_animator_set_timeline ()">clutter_animator_set_timeline</a> (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
74
- <em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);
75
- <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> * <a class="link" href="ClutterAnimator.html#clutter-animator-get-timeline" title="clutter_animator_get_timeline ()">clutter_animator_get_timeline</a> (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>);
76
- <span class="returnvalue">void</span> <a class="link" href="ClutterAnimator.html#clutter-animator-set-duration" title="clutter_animator_set_duration ()">clutter_animator_set_duration</a> (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
77
- <em class="parameter"><code><span class="type">guint</span> duration</code></em>);
78
- <span class="returnvalue">guint</span> <a class="link" href="ClutterAnimator.html#clutter-animator-get-duration" title="clutter_animator_get_duration ()">clutter_animator_get_duration</a> (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>);
79
-
80
- <span class="returnvalue">void</span> <a class="link" href="ClutterAnimator.html#clutter-animator-property-set-ease-in" title="clutter_animator_property_set_ease_in ()">clutter_animator_property_set_ease_in</a>
81
- (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
82
- <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
83
- <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
84
- <em class="parameter"><code><span class="type">gboolean</span> ease_in</code></em>);
85
- <span class="returnvalue">gboolean</span> <a class="link" href="ClutterAnimator.html#clutter-animator-property-get-ease-in" title="clutter_animator_property_get_ease_in ()">clutter_animator_property_get_ease_in</a>
86
- (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
87
- <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
88
- <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);
89
- enum <a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation">ClutterInterpolation</a>;
90
- <span class="returnvalue">void</span> <a class="link" href="ClutterAnimator.html#clutter-animator-property-set-interpolation" title="clutter_animator_property_set_interpolation ()">clutter_animator_property_set_interpolation</a>
91
- (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
92
- <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
93
- <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
94
- <em class="parameter"><code><a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation"><span class="type">ClutterInterpolation</span></a> interpolation</code></em>);
95
- <a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation"><span class="returnvalue">ClutterInterpolation</span></a> <a class="link" href="ClutterAnimator.html#clutter-animator-property-get-interpolation" title="clutter_animator_property_get_interpolation ()">clutter_animator_property_get_interpolation</a>
96
- (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
97
- <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
98
- <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);
99
-
100
- <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey">ClutterAnimatorKey</a>;
101
- <span class="returnvalue">GObject</span> * <a class="link" href="ClutterAnimator.html#clutter-animator-key-get-object" title="clutter_animator_key_get_object ()">clutter_animator_key_get_object</a> (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);
102
- const <span class="returnvalue">gchar</span> * <a class="link" href="ClutterAnimator.html#clutter-animator-key-get-property-name" title="clutter_animator_key_get_property_name ()">clutter_animator_key_get_property_name</a>
103
- (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);
104
- <span class="returnvalue">GType</span> <a class="link" href="ClutterAnimator.html#clutter-animator-key-get-property-type" title="clutter_animator_key_get_property_type ()">clutter_animator_key_get_property_type</a>
105
- (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);
106
- <span class="returnvalue">gulong</span> <a class="link" href="ClutterAnimator.html#clutter-animator-key-get-mode" title="clutter_animator_key_get_mode ()">clutter_animator_key_get_mode</a> (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);
107
- <span class="returnvalue">gdouble</span> <a class="link" href="ClutterAnimator.html#clutter-animator-key-get-progress" title="clutter_animator_key_get_progress ()">clutter_animator_key_get_progress</a> (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);
108
- <span class="returnvalue">gboolean</span> <a class="link" href="ClutterAnimator.html#clutter-animator-key-get-value" title="clutter_animator_key_get_value ()">clutter_animator_key_get_value</a> (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>,
109
- <em class="parameter"><code><span class="type">GValue</span> *value</code></em>);
110
- </pre>
37
+ <div class="refsect1">
38
+ <a name="ClutterAnimator.functions"></a><h2>Functions</h2>
39
+ <div class="informaltable"><table width="100%" border="0">
40
+ <colgroup>
41
+ <col width="150px" class="functions_return">
42
+ <col class="functions_name">
43
+ </colgroup>
44
+ <tbody>
45
+ <tr>
46
+ <td class="function_type">
47
+ <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="returnvalue">ClutterAnimator</span></a> *
48
+ </td>
49
+ <td class="function_name">
50
+ <a class="link" href="ClutterAnimator.html#clutter-animator-new" title="clutter_animator_new ()">clutter_animator_new</a> <span class="c_punctuation">()</span>
51
+ </td>
52
+ </tr>
53
+ <tr>
54
+ <td class="function_type">
55
+ <span class="returnvalue">void</span>
56
+ </td>
57
+ <td class="function_name">
58
+ <a class="link" href="ClutterAnimator.html#clutter-animator-set" title="clutter_animator_set ()">clutter_animator_set</a> <span class="c_punctuation">()</span>
59
+ </td>
60
+ </tr>
61
+ <tr>
62
+ <td class="function_type">
63
+ <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="returnvalue">ClutterAnimator</span></a> *
64
+ </td>
65
+ <td class="function_name">
66
+ <a class="link" href="ClutterAnimator.html#clutter-animator-set-key" title="clutter_animator_set_key ()">clutter_animator_set_key</a> <span class="c_punctuation">()</span>
67
+ </td>
68
+ </tr>
69
+ <tr>
70
+ <td class="function_type">
71
+ <span class="returnvalue">void</span>
72
+ </td>
73
+ <td class="function_name">
74
+ <a class="link" href="ClutterAnimator.html#clutter-animator-remove-key" title="clutter_animator_remove_key ()">clutter_animator_remove_key</a> <span class="c_punctuation">()</span>
75
+ </td>
76
+ </tr>
77
+ <tr>
78
+ <td class="function_type">
79
+ <span class="returnvalue">GList</span> *
80
+ </td>
81
+ <td class="function_name">
82
+ <a class="link" href="ClutterAnimator.html#clutter-animator-get-keys" title="clutter_animator_get_keys ()">clutter_animator_get_keys</a> <span class="c_punctuation">()</span>
83
+ </td>
84
+ </tr>
85
+ <tr>
86
+ <td class="function_type">
87
+ <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> *
88
+ </td>
89
+ <td class="function_name">
90
+ <a class="link" href="ClutterAnimator.html#clutter-animator-start" title="clutter_animator_start ()">clutter_animator_start</a> <span class="c_punctuation">()</span>
91
+ </td>
92
+ </tr>
93
+ <tr>
94
+ <td class="function_type">
95
+ <span class="returnvalue">gboolean</span>
96
+ </td>
97
+ <td class="function_name">
98
+ <a class="link" href="ClutterAnimator.html#clutter-animator-compute-value" title="clutter_animator_compute_value ()">clutter_animator_compute_value</a> <span class="c_punctuation">()</span>
99
+ </td>
100
+ </tr>
101
+ <tr>
102
+ <td class="function_type">
103
+ <span class="returnvalue">void</span>
104
+ </td>
105
+ <td class="function_name">
106
+ <a class="link" href="ClutterAnimator.html#clutter-animator-set-timeline" title="clutter_animator_set_timeline ()">clutter_animator_set_timeline</a> <span class="c_punctuation">()</span>
107
+ </td>
108
+ </tr>
109
+ <tr>
110
+ <td class="function_type">
111
+ <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> *
112
+ </td>
113
+ <td class="function_name">
114
+ <a class="link" href="ClutterAnimator.html#clutter-animator-get-timeline" title="clutter_animator_get_timeline ()">clutter_animator_get_timeline</a> <span class="c_punctuation">()</span>
115
+ </td>
116
+ </tr>
117
+ <tr>
118
+ <td class="function_type">
119
+ <span class="returnvalue">void</span>
120
+ </td>
121
+ <td class="function_name">
122
+ <a class="link" href="ClutterAnimator.html#clutter-animator-set-duration" title="clutter_animator_set_duration ()">clutter_animator_set_duration</a> <span class="c_punctuation">()</span>
123
+ </td>
124
+ </tr>
125
+ <tr>
126
+ <td class="function_type">
127
+ <span class="returnvalue">guint</span>
128
+ </td>
129
+ <td class="function_name">
130
+ <a class="link" href="ClutterAnimator.html#clutter-animator-get-duration" title="clutter_animator_get_duration ()">clutter_animator_get_duration</a> <span class="c_punctuation">()</span>
131
+ </td>
132
+ </tr>
133
+ <tr>
134
+ <td class="function_type">
135
+ <span class="returnvalue">void</span>
136
+ </td>
137
+ <td class="function_name">
138
+ <a class="link" href="ClutterAnimator.html#clutter-animator-property-set-ease-in" title="clutter_animator_property_set_ease_in ()">clutter_animator_property_set_ease_in</a> <span class="c_punctuation">()</span>
139
+ </td>
140
+ </tr>
141
+ <tr>
142
+ <td class="function_type">
143
+ <span class="returnvalue">gboolean</span>
144
+ </td>
145
+ <td class="function_name">
146
+ <a class="link" href="ClutterAnimator.html#clutter-animator-property-get-ease-in" title="clutter_animator_property_get_ease_in ()">clutter_animator_property_get_ease_in</a> <span class="c_punctuation">()</span>
147
+ </td>
148
+ </tr>
149
+ <tr>
150
+ <td class="function_type">
151
+ <span class="returnvalue">void</span>
152
+ </td>
153
+ <td class="function_name">
154
+ <a class="link" href="ClutterAnimator.html#clutter-animator-property-set-interpolation" title="clutter_animator_property_set_interpolation ()">clutter_animator_property_set_interpolation</a> <span class="c_punctuation">()</span>
155
+ </td>
156
+ </tr>
157
+ <tr>
158
+ <td class="function_type">
159
+ <a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation"><span class="returnvalue">ClutterInterpolation</span></a>
160
+ </td>
161
+ <td class="function_name">
162
+ <a class="link" href="ClutterAnimator.html#clutter-animator-property-get-interpolation" title="clutter_animator_property_get_interpolation ()">clutter_animator_property_get_interpolation</a> <span class="c_punctuation">()</span>
163
+ </td>
164
+ </tr>
165
+ <tr>
166
+ <td class="function_type">
167
+ <span class="returnvalue">GObject</span> *
168
+ </td>
169
+ <td class="function_name">
170
+ <a class="link" href="ClutterAnimator.html#clutter-animator-key-get-object" title="clutter_animator_key_get_object ()">clutter_animator_key_get_object</a> <span class="c_punctuation">()</span>
171
+ </td>
172
+ </tr>
173
+ <tr>
174
+ <td class="function_type">const <span class="returnvalue">gchar</span> *
175
+ </td>
176
+ <td class="function_name">
177
+ <a class="link" href="ClutterAnimator.html#clutter-animator-key-get-property-name" title="clutter_animator_key_get_property_name ()">clutter_animator_key_get_property_name</a> <span class="c_punctuation">()</span>
178
+ </td>
179
+ </tr>
180
+ <tr>
181
+ <td class="function_type">
182
+ <span class="returnvalue">GType</span>
183
+ </td>
184
+ <td class="function_name">
185
+ <a class="link" href="ClutterAnimator.html#clutter-animator-key-get-property-type" title="clutter_animator_key_get_property_type ()">clutter_animator_key_get_property_type</a> <span class="c_punctuation">()</span>
186
+ </td>
187
+ </tr>
188
+ <tr>
189
+ <td class="function_type">
190
+ <span class="returnvalue">gulong</span>
191
+ </td>
192
+ <td class="function_name">
193
+ <a class="link" href="ClutterAnimator.html#clutter-animator-key-get-mode" title="clutter_animator_key_get_mode ()">clutter_animator_key_get_mode</a> <span class="c_punctuation">()</span>
194
+ </td>
195
+ </tr>
196
+ <tr>
197
+ <td class="function_type">
198
+ <span class="returnvalue">gdouble</span>
199
+ </td>
200
+ <td class="function_name">
201
+ <a class="link" href="ClutterAnimator.html#clutter-animator-key-get-progress" title="clutter_animator_key_get_progress ()">clutter_animator_key_get_progress</a> <span class="c_punctuation">()</span>
202
+ </td>
203
+ </tr>
204
+ <tr>
205
+ <td class="function_type">
206
+ <span class="returnvalue">gboolean</span>
207
+ </td>
208
+ <td class="function_name">
209
+ <a class="link" href="ClutterAnimator.html#clutter-animator-key-get-value" title="clutter_animator_key_get_value ()">clutter_animator_key_get_value</a> <span class="c_punctuation">()</span>
210
+ </td>
211
+ </tr>
212
+ </tbody>
213
+ </table></div>
214
+ </div>
215
+ <div class="refsect1">
216
+ <a name="ClutterAnimator.properties"></a><h2>Properties</h2>
217
+ <div class="informaltable"><table border="0">
218
+ <colgroup>
219
+ <col width="150px" class="properties_type">
220
+ <col width="300px" class="properties_name">
221
+ <col width="200px" class="properties_flags">
222
+ </colgroup>
223
+ <tbody>
224
+ <tr>
225
+ <td class="property_type"><span class="type">guint</span></td>
226
+ <td class="property_name"><a class="link" href="ClutterAnimator.html#ClutterAnimator--duration" title="The “duration” property">duration</a></td>
227
+ <td class="property_flags">Read / Write</td>
228
+ </tr>
229
+ <tr>
230
+ <td class="property_type">
231
+ <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *</td>
232
+ <td class="property_name"><a class="link" href="ClutterAnimator.html#ClutterAnimator--timeline" title="The “timeline” property">timeline</a></td>
233
+ <td class="property_flags">Read / Write</td>
234
+ </tr>
235
+ </tbody>
236
+ </table></div>
237
+ </div>
238
+ <div class="refsect1">
239
+ <a name="ClutterAnimator.other"></a><h2>Types and Values</h2>
240
+ <div class="informaltable"><table width="100%" border="0">
241
+ <colgroup>
242
+ <col width="150px" class="name">
243
+ <col class="description">
244
+ </colgroup>
245
+ <tbody>
246
+ <tr>
247
+ <td class="datatype_keyword"> </td>
248
+ <td class="function_name"><a class="link" href="ClutterAnimator.html#ClutterAnimator-struct" title="ClutterAnimator">ClutterAnimator</a></td>
249
+ </tr>
250
+ <tr>
251
+ <td class="datatype_keyword">struct</td>
252
+ <td class="function_name"><a class="link" href="ClutterAnimator.html#ClutterAnimatorClass" title="struct ClutterAnimatorClass">ClutterAnimatorClass</a></td>
253
+ </tr>
254
+ <tr>
255
+ <td class="datatype_keyword">enum</td>
256
+ <td class="function_name"><a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation">ClutterInterpolation</a></td>
257
+ </tr>
258
+ <tr>
259
+ <td class="datatype_keyword"> </td>
260
+ <td class="function_name"><a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey">ClutterAnimatorKey</a></td>
261
+ </tr>
262
+ </tbody>
263
+ </table></div>
111
264
  </div>
112
265
  <div class="refsect1">
113
266
  <a name="ClutterAnimator.object-hierarchy"></a><h2>Object Hierarchy</h2>
114
- <pre class="synopsis">
115
- GObject
116
- +----ClutterAnimator
267
+ <pre class="screen"> GObject
268
+ <span class="lineart">╰──</span> ClutterAnimator
117
269
  </pre>
118
270
  </div>
119
271
  <div class="refsect1">
@@ -123,57 +275,34 @@ ClutterAnimator implements
123
275
  <a class="link" href="ClutterScriptable.html" title="ClutterScriptable">ClutterScriptable</a>.</p>
124
276
  </div>
125
277
  <div class="refsect1">
126
- <a name="ClutterAnimator.properties"></a><h2>Properties</h2>
127
- <pre class="synopsis">
128
- "<a class="link" href="ClutterAnimator.html#ClutterAnimator--duration" title='The "duration" property'>duration</a>" <span class="type">guint</span> : Read / Write
129
- "<a class="link" href="ClutterAnimator.html#ClutterAnimator--timeline" title='The "timeline" property'>timeline</a>" <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>* : Read / Write
130
- </pre>
131
- </div>
132
- <div class="refsect1">
133
278
  <a name="ClutterAnimator.description"></a><h2>Description</h2>
134
- <p>
135
- <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> is an object providing declarative animations for
136
- <span class="type">GObject</span> properties belonging to one or more <span class="type">GObject</span>s to
137
- <a href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterIntervals</span></a>.
138
- </p>
139
- <p>
140
- <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> is used to build and describe complex animations
279
+ <p><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> is an object providing declarative animations for
280
+ <span class="type">GObject</span> properties belonging to one or more <span class="type">GObject</span>&lt;!-- --&gt;s to
281
+ <a href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterIntervals</span></a>.</p>
282
+ <p><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> is used to build and describe complex animations
141
283
  in terms of "key frames". <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> is meant to be used
142
284
  through the <a class="link" href="ClutterScript.html" title="ClutterScript"><span class="type">ClutterScript</span></a> definition format, but it comes with a
143
- convenience C API.
144
- </p>
145
- <p>
146
- </p>
147
- <div class="refsect2">
148
- <a name="ClutterAnimator-key-frames"></a><h3>Key Frames</h3>
285
+ convenience C API.</p>
286
+ <p><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> is available since Clutter 1.2</p>
287
+ <p><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> has been deprecated in Clutter 1.12</p>
288
+ <div class="refsect3">
289
+ <a name="id-1.10.4.8.6"></a><h4>Key Frames</h4>
149
290
  <p>Every animation handled by a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> can be
150
- described in terms of "key frames". For each <span class="type">GObject</span> property
151
- there can be multiple key frames, each one defined by the end
152
- value for the property to be computed starting from the current
153
- value to a specific point in time, using a given easing
154
- mode.</p>
291
+ described in terms of "key frames". For each <span class="type">GObject</span> property
292
+ there can be multiple key frames, each one defined by the end
293
+ value for the property to be computed starting from the current
294
+ value to a specific point in time, using a given easing
295
+ mode.</p>
155
296
  <p>The point in time is defined using a value representing
156
- the progress in the normalized interval of [ 0, 1 ]. This maps
157
- the value returned by <a class="link" href="ClutterTimeline.html#clutter-timeline-get-duration" title="clutter_timeline_get_duration ()"><code class="function">clutter_timeline_get_duration()</code></a>.</p>
158
- <div class="figure">
159
- <a name="easing-modes"></a><p class="title"><b>Figure 9. Key Frames</b></p>
160
- <div class="figure-contents"><div><img src="animator-key-frames.png" alt="Key Frames"></div></div>
161
- </div>
162
- <br class="figure-break"><p>In the image above the duration of the animation is
163
- represented by the blue line. Each key frame is the white dot,
164
- along with its progress. The red line represents the computed
165
- function of time given the easing mode.</p>
166
- </div>
167
- <p>
168
- </p>
169
- <p>
170
- </p>
171
- <div class="refsect2">
172
- <a name="ClutterAnimator-script"></a><h3>ClutterAnimator description for <a class="link" href="ClutterScript.html" title="ClutterScript"><span class="type">ClutterScript</span></a>
173
- </h3>
174
- <p><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> defines a custom "properties" property
175
- which allows describing the key frames for objects.</p>
176
- <p>The "properties" property has the following syntax:</p>
297
+ the progress in the normalized interval of [ 0, 1 ]. This maps
298
+ the value returned by <a class="link" href="ClutterTimeline.html#clutter-timeline-get-duration" title="clutter_timeline_get_duration ()"><code class="function">clutter_timeline_get_duration()</code></a>.</p>
299
+ </div>
300
+ <div class="refsect3">
301
+ <a name="id-1.10.4.8.7"></a><h4>ClutterAnimator description for ClutterScript</h4>
302
+ <p><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> defines a custom "properties" key
303
+ which allows describing the key frames for objects as
304
+ an array of key frames.</p>
305
+ <p>The <code class="literal">properties</code> array has the following syntax:</p>
177
306
  <div class="informalexample">
178
307
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
179
308
  <tbody>
@@ -193,12 +322,12 @@ convenience C API.
193
322
  <td class="listing_code"><pre class="programlisting"><span class="cbracket">{</span>
194
323
  <span class="normal"> </span><span class="string">"properties"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="symbol">[</span>
195
324
  <span class="normal"> </span><span class="cbracket">{</span>
196
- <span class="normal"> </span><span class="string">"object"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">lt</span><span class="symbol">;</span><span class="normal">id of </span><span class="usertype">an</span><span class="normal"> object</span><span class="symbol">&amp;</span><span class="normal">gt</span><span class="symbol">;,</span>
197
- <span class="normal"> </span><span class="string">"name"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">lt</span><span class="symbol">;</span><span class="normal">name of </span><span class="usertype">the</span><span class="normal"> property</span><span class="symbol">&amp;</span><span class="normal">gt</span><span class="symbol">;,</span>
198
- <span class="normal"> </span><span class="string">"ease-in"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">lt</span><span class="symbol">;</span><span class="normal">boolean</span><span class="symbol">&amp;</span><span class="normal">gt</span><span class="symbol">;,</span>
199
- <span class="normal"> </span><span class="string">"interpolation"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">lt</span><span class="symbol">;</span><span class="normal">#</span><span class="usertype">ClutterInterpolation</span><span class="normal"> value</span><span class="symbol">&amp;</span><span class="normal">gt</span><span class="symbol">;,</span>
325
+ <span class="normal"> </span><span class="string">"object"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> object_id</span>
326
+ <span class="normal"> </span><span class="string">"name"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> property_name</span>
327
+ <span class="normal"> </span><span class="string">"ease-in"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> true_or_false</span>
328
+ <span class="normal"> </span><span class="string">"interpolation"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> interpolation_value</span>
200
329
  <span class="normal"> </span><span class="string">"keys"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="symbol">[</span>
201
- <span class="normal"> </span><span class="symbol">[</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">lt</span><span class="symbol">;</span><span class="normal">progress</span><span class="symbol">&amp;</span><span class="normal">gt</span><span class="symbol">;,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">lt</span><span class="symbol">;</span><span class="usertype">easing</span><span class="normal"> mode</span><span class="symbol">&amp;</span><span class="normal">gt</span><span class="symbol">;,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">lt</span><span class="symbol">;</span><span class="usertype">final</span><span class="normal"> value</span><span class="symbol">&amp;</span><span class="normal">gt</span><span class="symbol">;</span><span class="normal"> </span><span class="symbol">]</span>
330
+ <span class="normal"> </span><span class="symbol">[</span><span class="normal"> progress</span><span class="symbol">,</span><span class="normal"> easing_mode</span><span class="symbol">,</span><span class="normal"> final_value </span><span class="symbol">]</span>
202
331
  <span class="normal"> </span><span class="symbol">]</span>
203
332
  <span class="normal"> </span><span class="symbol">]</span>
204
333
  <span class="cbracket">}</span></pre></td>
@@ -207,1009 +336,1071 @@ convenience C API.
207
336
  </table>
208
337
  </div>
209
338
 
210
- <div class="example">
211
- <a name="ClutterAnimator-script-example"></a><p class="title"><b>Example 22. ClutterAnimator definition</b></p>
212
- <div class="example-contents">
339
+ <p></p>
213
340
  <p>The following JSON fragment defines a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
214
- with the duration of 1 second and operating on the x and y
215
- properties of a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> named "rect-01", with two frames
216
- for each property. The first frame will linearly move the actor
217
- from its current position to the 100, 100 position in 20 percent
218
- of the duration of the animation; the second will using a cubic
219
- easing to move the actor to the 200, 200 coordinates.</p>
220
- <pre class="programlisting">
221
- {
222
- "type" : "ClutterAnimator",
223
- "duration" : 1000,
224
- "properties" : [
225
- {
226
- "object" : "rect-01",
227
- "name" : "x",
228
- "ease-in" : true,
229
- "keys" : [
230
- [ 0.2, "linear", 100.0 ],
231
- [ 1.0, "easeOutCubic", 200.0 ]
232
- ]
233
- },
234
- {
235
- "object" : "rect-01",
236
- "name" : "y",
237
- "ease-in" : true,
238
- "keys" : [
239
- [ 0.2, "linear", 100.0 ],
240
- [ 1.0, "easeOutCubic", 200.0 ]
241
- ]
242
- }
243
- ]
244
- }
245
- </pre>
246
- </div>
247
- </div>
248
- <br class="example-break">
249
- </div>
250
- <p>
251
- </p>
252
- <p>
253
- <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> is available since Clutter 1.2
254
- </p>
255
- <p>
256
- <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> has been deprecated in Clutter 1.12
257
- </p>
341
+ with the duration of 1 second and operating on the x and y
342
+ properties of a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> named "rect-01", with two frames
343
+ for each property. The first frame will linearly move the actor
344
+ from its current position to the 100, 100 position in 20 percent
345
+ of the duration of the animation; the second will using a cubic
346
+ easing to move the actor to the 200, 200 coordinates.</p>
347
+ <div class="informalexample">
348
+ <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
349
+ <tbody>
350
+ <tr>
351
+ <td class="listing_lines" align="right"><pre>1
352
+ 2
353
+ 3
354
+ 4
355
+ 5
356
+ 6
357
+ 7
358
+ 8
359
+ 9
360
+ 10
361
+ 11
362
+ 12
363
+ 13
364
+ 14
365
+ 15
366
+ 16
367
+ 17
368
+ 18
369
+ 19
370
+ 20
371
+ 21
372
+ 22
373
+ 23
374
+ 24</pre></td>
375
+ <td class="listing_code"><pre class="programlisting"><span class="cbracket">{</span>
376
+ <span class="normal"> </span><span class="string">"type"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="string">"ClutterAnimator"</span><span class="symbol">,</span>
377
+ <span class="normal"> </span><span class="string">"duration"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="number">1000</span><span class="symbol">,</span>
378
+ <span class="normal"> </span><span class="string">"properties"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="symbol">[</span>
379
+ <span class="normal"> </span><span class="cbracket">{</span>
380
+ <span class="normal"> </span><span class="string">"object"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="string">"rect-01"</span><span class="symbol">,</span>
381
+ <span class="normal"> </span><span class="string">"name"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="string">"x"</span><span class="symbol">,</span>
382
+ <span class="normal"> </span><span class="string">"ease-in"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> true</span><span class="symbol">,</span>
383
+ <span class="normal"> </span><span class="string">"keys"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="symbol">[</span>
384
+ <span class="normal"> </span><span class="symbol">[</span><span class="normal"> </span><span class="number">0.2</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"linear"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100.0</span><span class="normal"> </span><span class="symbol">],</span>
385
+ <span class="normal"> </span><span class="symbol">[</span><span class="normal"> </span><span class="number">1.0</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"easeOutCubic"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">200.0</span><span class="normal"> </span><span class="symbol">]</span>
386
+ <span class="normal"> </span><span class="symbol">]</span>
387
+ <span class="normal"> </span><span class="cbracket">}</span><span class="symbol">,</span>
388
+ <span class="normal"> </span><span class="cbracket">{</span>
389
+ <span class="normal"> </span><span class="string">"object"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="string">"rect-01"</span><span class="symbol">,</span>
390
+ <span class="normal"> </span><span class="string">"name"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="string">"y"</span><span class="symbol">,</span>
391
+ <span class="normal"> </span><span class="string">"ease-in"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> true</span><span class="symbol">,</span>
392
+ <span class="normal"> </span><span class="string">"keys"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="symbol">[</span>
393
+ <span class="normal"> </span><span class="symbol">[</span><span class="normal"> </span><span class="number">0.2</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"linear"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100.0</span><span class="normal"> </span><span class="symbol">],</span>
394
+ <span class="normal"> </span><span class="symbol">[</span><span class="normal"> </span><span class="number">1.0</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"easeOutCubic"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">200.0</span><span class="normal"> </span><span class="symbol">]</span>
395
+ <span class="normal"> </span><span class="symbol">]</span>
396
+ <span class="normal"> </span><span class="cbracket">}</span>
397
+ <span class="normal"> </span><span class="symbol">]</span>
398
+ <span class="cbracket">}</span></pre></td>
399
+ </tr>
400
+ </tbody>
401
+ </table>
258
402
  </div>
259
- <div class="refsect1">
260
- <a name="ClutterAnimator.details"></a><h2>Details</h2>
261
- <div class="refsect2">
262
- <a name="ClutterAnimator-struct"></a><h3>ClutterAnimator</h3>
263
- <pre class="programlisting">typedef struct _ClutterAnimator ClutterAnimator;</pre>
264
- <div class="warning">
265
- <h3 class="title">Warning</h3>
266
- <p><code class="literal">ClutterAnimator</code> is deprecated and should not be used in newly-written code. 1.12</p>
403
+
404
+ <p></p>
267
405
  </div>
268
- <p>
269
- The <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> structure contains only private data and
270
- should be accessed using the provided API
271
- </p>
272
- <p class="since">Since 1.2</p>
273
406
  </div>
274
- <hr>
407
+ <div class="refsect1">
408
+ <a name="ClutterAnimator.functions_details"></a><h2>Functions</h2>
275
409
  <div class="refsect2">
276
- <a name="ClutterAnimatorClass"></a><h3>struct ClutterAnimatorClass</h3>
277
- <pre class="programlisting">struct ClutterAnimatorClass {
278
- };
279
- </pre>
410
+ <a name="clutter-animator-new"></a><h3>clutter_animator_new ()</h3>
411
+ <pre class="programlisting"><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="returnvalue">ClutterAnimator</span></a> *
412
+ clutter_animator_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
280
413
  <div class="warning">
281
- <h3 class="title">Warning</h3>
282
- <p><code class="literal">ClutterAnimatorClass</code> is deprecated and should not be used in newly-written code. 1.12</p>
414
+ <p><code class="literal">clutter_animator_new</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
415
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
283
416
  </div>
284
- <p>
285
- The <a class="link" href="ClutterAnimator.html#ClutterAnimatorClass" title="struct ClutterAnimatorClass"><span class="type">ClutterAnimatorClass</span></a> structure contains only private data
286
- </p>
287
- <p class="since">Since 1.2</p>
417
+ <p>Creates a new <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> instance</p>
418
+ <div class="refsect3">
419
+ <a name="id-1.10.4.9.2.7"></a><h4>Returns</h4>
420
+ <p> a new <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>.</p>
421
+ <p></p>
288
422
  </div>
289
- <hr>
290
- <div class="refsect2">
291
- <a name="clutter-animator-new"></a><h3>clutter_animator_new ()</h3>
292
- <pre class="programlisting"><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="returnvalue">ClutterAnimator</span></a> * clutter_animator_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
293
- <div class="warning">
294
- <h3 class="title">Warning</h3>
295
- <p><code class="literal">clutter_animator_new</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
296
- </div>
297
- <p>
298
- Creates a new <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> instance
299
- </p>
300
- <div class="variablelist"><table border="0" class="variablelist">
301
- <colgroup>
302
- <col align="left" valign="top">
303
- <col>
304
- </colgroup>
305
- <tbody><tr>
306
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
307
- <td>a new <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>.</td>
308
- </tr></tbody>
309
- </table></div>
310
423
  <p class="since">Since 1.2</p>
311
424
  </div>
312
425
  <hr>
313
426
  <div class="refsect2">
314
- <a name="clutter-animator-set"></a><h3>clutter_animator_set ()</h3>
315
- <pre class="programlisting"><span class="returnvalue">void</span> clutter_animator_set (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
316
- <em class="parameter"><code><span class="type">gpointer</span> first_object</code></em>,
317
- <em class="parameter"><code>const <span class="type">gchar</span> *first_property_name</code></em>,
318
- <em class="parameter"><code><span class="type">guint</span> first_mode</code></em>,
319
- <em class="parameter"><code><span class="type">gdouble</span> first_progress</code></em>,
320
- <em class="parameter"><code>...</code></em>);</pre>
427
+ <a name="clutter-animator-set"></a><h3>clutter_animator_set ()</h3>
428
+ <pre class="programlisting"><span class="returnvalue">void</span>
429
+ clutter_animator_set (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
430
+ <em class="parameter"><code><span class="type">gpointer</span> first_object</code></em>,
431
+ <em class="parameter"><code>const <span class="type">gchar</span> *first_property_name</code></em>,
432
+ <em class="parameter"><code><span class="type">guint</span> first_mode</code></em>,
433
+ <em class="parameter"><code><span class="type">gdouble</span> first_progress</code></em>,
434
+ <em class="parameter"><code>...</code></em>);</pre>
321
435
  <div class="warning">
322
- <h3 class="title">Warning</h3>
323
- <p><code class="literal">clutter_animator_set</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
436
+ <p><code class="literal">clutter_animator_set</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
437
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
324
438
  </div>
325
- <p>
326
- Adds multiple keys to a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>, specifying the value a given
439
+ <p>Adds multiple keys to a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>, specifying the value a given
327
440
  property should have at a given progress of the animation. The mode
328
441
  specified is the mode used when going to this key from the previous key of
329
442
  the <em class="parameter"><code>property_name</code></em>
330
443
  </p>
331
- <p>
332
- If a given (object, property, progress) tuple already exist the mode and
333
- value will be replaced with the new values.
334
- </p>
335
- <div class="variablelist"><table border="0" class="variablelist">
444
+ <p>If a given (object, property, progress) tuple already exist the mode and
445
+ value will be replaced with the new values.</p>
446
+ <div class="refsect3">
447
+ <a name="id-1.10.4.9.3.8"></a><h4>Parameters</h4>
448
+ <div class="informaltable"><table width="100%" border="0">
336
449
  <colgroup>
337
- <col align="left" valign="top">
338
- <col>
450
+ <col width="150px" class="parameters_name">
451
+ <col class="parameters_description">
452
+ <col width="200px" class="parameters_annotations">
339
453
  </colgroup>
340
454
  <tbody>
341
455
  <tr>
342
- <td><p><span class="term"><em class="parameter"><code>animator</code></em> :</span></p></td>
343
- <td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
344
- </td>
456
+ <td class="parameter_name"><p>animator</p></td>
457
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
458
+ <td class="parameter_annotations"> </td>
345
459
  </tr>
346
460
  <tr>
347
- <td><p><span class="term"><em class="parameter"><code>first_object</code></em> :</span></p></td>
348
- <td>a <span class="type">GObject</span>
349
- </td>
461
+ <td class="parameter_name"><p>first_object</p></td>
462
+ <td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
463
+ <td class="parameter_annotations"> </td>
350
464
  </tr>
351
465
  <tr>
352
- <td><p><span class="term"><em class="parameter"><code>first_property_name</code></em> :</span></p></td>
353
- <td>the property to specify a key for</td>
466
+ <td class="parameter_name"><p>first_property_name</p></td>
467
+ <td class="parameter_description"><p>the property to specify a key for</p></td>
468
+ <td class="parameter_annotations"> </td>
354
469
  </tr>
355
470
  <tr>
356
- <td><p><span class="term"><em class="parameter"><code>first_mode</code></em> :</span></p></td>
357
- <td>the id of the alpha function to use</td>
471
+ <td class="parameter_name"><p>first_mode</p></td>
472
+ <td class="parameter_description"><p>the id of the alpha function to use</p></td>
473
+ <td class="parameter_annotations"> </td>
358
474
  </tr>
359
475
  <tr>
360
- <td><p><span class="term"><em class="parameter"><code>first_progress</code></em> :</span></p></td>
361
- <td>at which stage of the animation this value applies; the
362
- range is a normalized floating point value between 0 and 1</td>
476
+ <td class="parameter_name"><p>first_progress</p></td>
477
+ <td class="parameter_description"><p>at which stage of the animation this value applies; the
478
+ range is a normalized floating point value between 0 and 1</p></td>
479
+ <td class="parameter_annotations"> </td>
363
480
  </tr>
364
481
  <tr>
365
- <td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
366
- <td>the value first_property_name should have for first_object
482
+ <td class="parameter_name"><p>...</p></td>
483
+ <td class="parameter_description"><p>the value first_property_name should have for first_object
367
484
  at first_progress, followed by more (object, property_name, mode,
368
- progress, value) tuples, followed by <code class="literal">NULL</code>
369
- </td>
485
+ progress, value) tuples, followed by <code class="literal">NULL</code></p></td>
486
+ <td class="parameter_annotations"> </td>
370
487
  </tr>
371
488
  </tbody>
372
489
  </table></div>
490
+ </div>
373
491
  <p class="since">Since 1.2</p>
374
492
  </div>
375
493
  <hr>
376
494
  <div class="refsect2">
377
- <a name="clutter-animator-set-key"></a><h3>clutter_animator_set_key ()</h3>
378
- <pre class="programlisting"><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="returnvalue">ClutterAnimator</span></a> * clutter_animator_set_key (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
379
- <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
380
- <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
381
- <em class="parameter"><code><span class="type">guint</span> mode</code></em>,
382
- <em class="parameter"><code><span class="type">gdouble</span> progress</code></em>,
383
- <em class="parameter"><code>const <span class="type">GValue</span> *value</code></em>);</pre>
495
+ <a name="clutter-animator-set-key"></a><h3>clutter_animator_set_key ()</h3>
496
+ <pre class="programlisting"><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="returnvalue">ClutterAnimator</span></a> *
497
+ clutter_animator_set_key (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
498
+ <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
499
+ <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
500
+ <em class="parameter"><code><span class="type">guint</span> mode</code></em>,
501
+ <em class="parameter"><code><span class="type">gdouble</span> progress</code></em>,
502
+ <em class="parameter"><code>const <span class="type">GValue</span> *value</code></em>);</pre>
384
503
  <div class="warning">
385
- <h3 class="title">Warning</h3>
386
- <p><code class="literal">clutter_animator_set_key</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
387
- </div>
388
- <p>
389
- Sets a single key in the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> for the <em class="parameter"><code>property_name</code></em> of
390
- <em class="parameter"><code>object</code></em> at <em class="parameter"><code>progress</code></em>.
391
- </p>
392
- <p>
393
- See also: <a class="link" href="ClutterAnimator.html#clutter-animator-set" title="clutter_animator_set ()"><code class="function">clutter_animator_set()</code></a>
394
- </p>
395
- <div class="variablelist"><table border="0" class="variablelist">
504
+ <p><code class="literal">clutter_animator_set_key</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
505
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
506
+ </div>
507
+ <p>Sets a single key in the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> for the <em class="parameter"><code>property_name</code></em>
508
+ of
509
+ <em class="parameter"><code>object</code></em>
510
+ at <em class="parameter"><code>progress</code></em>
511
+ .</p>
512
+ <p>See also: <a class="link" href="ClutterAnimator.html#clutter-animator-set" title="clutter_animator_set ()"><code class="function">clutter_animator_set()</code></a></p>
513
+ <div class="refsect3">
514
+ <a name="id-1.10.4.9.4.8"></a><h4>Parameters</h4>
515
+ <div class="informaltable"><table width="100%" border="0">
396
516
  <colgroup>
397
- <col align="left" valign="top">
398
- <col>
517
+ <col width="150px" class="parameters_name">
518
+ <col class="parameters_description">
519
+ <col width="200px" class="parameters_annotations">
399
520
  </colgroup>
400
521
  <tbody>
401
522
  <tr>
402
- <td><p><span class="term"><em class="parameter"><code>animator</code></em> :</span></p></td>
403
- <td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
404
- </td>
523
+ <td class="parameter_name"><p>animator</p></td>
524
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
525
+ <td class="parameter_annotations"> </td>
405
526
  </tr>
406
527
  <tr>
407
- <td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
408
- <td>a <span class="type">GObject</span>
409
- </td>
528
+ <td class="parameter_name"><p>object</p></td>
529
+ <td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
530
+ <td class="parameter_annotations"> </td>
410
531
  </tr>
411
532
  <tr>
412
- <td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
413
- <td>the property to specify a key for</td>
533
+ <td class="parameter_name"><p>property_name</p></td>
534
+ <td class="parameter_description"><p>the property to specify a key for</p></td>
535
+ <td class="parameter_annotations"> </td>
414
536
  </tr>
415
537
  <tr>
416
- <td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
417
- <td>the id of the alpha function to use</td>
538
+ <td class="parameter_name"><p>mode</p></td>
539
+ <td class="parameter_description"><p>the id of the alpha function to use</p></td>
540
+ <td class="parameter_annotations"> </td>
418
541
  </tr>
419
542
  <tr>
420
- <td><p><span class="term"><em class="parameter"><code>progress</code></em> :</span></p></td>
421
- <td>the normalized range at which stage of the animation this
422
- value applies</td>
543
+ <td class="parameter_name"><p>progress</p></td>
544
+ <td class="parameter_description"><p>the normalized range at which stage of the animation this
545
+ value applies</p></td>
546
+ <td class="parameter_annotations"> </td>
423
547
  </tr>
424
548
  <tr>
425
- <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
426
- <td>the value property_name should have at progress.</td>
427
- </tr>
428
- <tr>
429
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
430
- <td>The animator instance. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
431
- </td>
549
+ <td class="parameter_name"><p>value</p></td>
550
+ <td class="parameter_description"><p>the value property_name should have at progress.</p></td>
551
+ <td class="parameter_annotations"> </td>
432
552
  </tr>
433
553
  </tbody>
434
554
  </table></div>
555
+ </div>
556
+ <div class="refsect3">
557
+ <a name="id-1.10.4.9.4.9"></a><h4>Returns</h4>
558
+ <p> The animator instance. </p>
559
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
560
+ </div>
435
561
  <p class="since">Since 1.2</p>
436
562
  </div>
437
563
  <hr>
438
564
  <div class="refsect2">
439
- <a name="clutter-animator-remove-key"></a><h3>clutter_animator_remove_key ()</h3>
440
- <pre class="programlisting"><span class="returnvalue">void</span> clutter_animator_remove_key (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
441
- <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
442
- <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
443
- <em class="parameter"><code><span class="type">gdouble</span> progress</code></em>);</pre>
565
+ <a name="clutter-animator-remove-key"></a><h3>clutter_animator_remove_key ()</h3>
566
+ <pre class="programlisting"><span class="returnvalue">void</span>
567
+ clutter_animator_remove_key (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
568
+ <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
569
+ <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
570
+ <em class="parameter"><code><span class="type">gdouble</span> progress</code></em>);</pre>
444
571
  <div class="warning">
445
- <h3 class="title">Warning</h3>
446
- <p><code class="literal">clutter_animator_remove_key</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
572
+ <p><code class="literal">clutter_animator_remove_key</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
573
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
447
574
  </div>
448
- <p>
449
- Removes all keys matching the conditions specificed in the arguments.
450
- </p>
451
- <div class="variablelist"><table border="0" class="variablelist">
575
+ <p>Removes all keys matching the conditions specificed in the arguments.</p>
576
+ <div class="refsect3">
577
+ <a name="id-1.10.4.9.5.7"></a><h4>Parameters</h4>
578
+ <div class="informaltable"><table width="100%" border="0">
452
579
  <colgroup>
453
- <col align="left" valign="top">
454
- <col>
580
+ <col width="150px" class="parameters_name">
581
+ <col class="parameters_description">
582
+ <col width="200px" class="parameters_annotations">
455
583
  </colgroup>
456
584
  <tbody>
457
585
  <tr>
458
- <td><p><span class="term"><em class="parameter"><code>animator</code></em> :</span></p></td>
459
- <td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
460
- </td>
586
+ <td class="parameter_name"><p>animator</p></td>
587
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
588
+ <td class="parameter_annotations"> </td>
461
589
  </tr>
462
590
  <tr>
463
- <td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
464
- <td>a <span class="type">GObject</span> to search for, or <code class="literal">NULL</code> for all. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
465
- </td>
591
+ <td class="parameter_name"><p>object</p></td>
592
+ <td class="parameter_description"><p> a <span class="type">GObject</span> to search for, or <code class="literal">NULL</code> for all. </p></td>
593
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
466
594
  </tr>
467
595
  <tr>
468
- <td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
469
- <td>a specific property name to query for,
470
- or <code class="literal">NULL</code> for all. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
471
- </td>
596
+ <td class="parameter_name"><p>property_name</p></td>
597
+ <td class="parameter_description"><p> a specific property name to query for,
598
+ or <code class="literal">NULL</code> for all. </p></td>
599
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
472
600
  </tr>
473
601
  <tr>
474
- <td><p><span class="term"><em class="parameter"><code>progress</code></em> :</span></p></td>
475
- <td>a specific progress to search for or a negative value
476
- for all</td>
602
+ <td class="parameter_name"><p>progress</p></td>
603
+ <td class="parameter_description"><p>a specific progress to search for or a negative value
604
+ for all</p></td>
605
+ <td class="parameter_annotations"> </td>
477
606
  </tr>
478
607
  </tbody>
479
608
  </table></div>
609
+ </div>
480
610
  <p class="since">Since 1.2</p>
481
611
  </div>
482
612
  <hr>
483
613
  <div class="refsect2">
484
- <a name="clutter-animator-get-keys"></a><h3>clutter_animator_get_keys ()</h3>
485
- <pre class="programlisting"><span class="returnvalue">GList</span> * clutter_animator_get_keys (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
486
- <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
487
- <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
488
- <em class="parameter"><code><span class="type">gdouble</span> progress</code></em>);</pre>
614
+ <a name="clutter-animator-get-keys"></a><h3>clutter_animator_get_keys ()</h3>
615
+ <pre class="programlisting"><span class="returnvalue">GList</span> *
616
+ clutter_animator_get_keys (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
617
+ <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
618
+ <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
619
+ <em class="parameter"><code><span class="type">gdouble</span> progress</code></em>);</pre>
489
620
  <div class="warning">
490
- <h3 class="title">Warning</h3>
491
- <p><code class="literal">clutter_animator_get_keys</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
492
- </div>
493
- <p>
494
- Returns a list of pointers to opaque structures with accessor functions
495
- that describe the keys added to an animator.
496
- </p>
497
- <div class="variablelist"><table border="0" class="variablelist">
621
+ <p><code class="literal">clutter_animator_get_keys</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
622
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
623
+ </div>
624
+ <p>Returns a list of pointers to opaque structures with accessor functions
625
+ that describe the keys added to an animator.</p>
626
+ <div class="refsect3">
627
+ <a name="id-1.10.4.9.6.7"></a><h4>Parameters</h4>
628
+ <div class="informaltable"><table width="100%" border="0">
498
629
  <colgroup>
499
- <col align="left" valign="top">
500
- <col>
630
+ <col width="150px" class="parameters_name">
631
+ <col class="parameters_description">
632
+ <col width="200px" class="parameters_annotations">
501
633
  </colgroup>
502
634
  <tbody>
503
635
  <tr>
504
- <td><p><span class="term"><em class="parameter"><code>animator</code></em> :</span></p></td>
505
- <td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> instance</td>
506
- </tr>
507
- <tr>
508
- <td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
509
- <td>a <span class="type">GObject</span> to search for, or <code class="literal">NULL</code> for all objects. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
510
- </td>
636
+ <td class="parameter_name"><p>animator</p></td>
637
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> instance</p></td>
638
+ <td class="parameter_annotations"> </td>
511
639
  </tr>
512
640
  <tr>
513
- <td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
514
- <td>a specific property name to query for,
515
- or <code class="literal">NULL</code> for all properties. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
516
- </td>
641
+ <td class="parameter_name"><p>object</p></td>
642
+ <td class="parameter_description"><p> a <span class="type">GObject</span> to search for, or <code class="literal">NULL</code> for all objects. </p></td>
643
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
517
644
  </tr>
518
645
  <tr>
519
- <td><p><span class="term"><em class="parameter"><code>progress</code></em> :</span></p></td>
520
- <td>a specific progress to search for, or a negative value for all
521
- progresses</td>
646
+ <td class="parameter_name"><p>property_name</p></td>
647
+ <td class="parameter_description"><p> a specific property name to query for,
648
+ or <code class="literal">NULL</code> for all properties. </p></td>
649
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
522
650
  </tr>
523
651
  <tr>
524
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
525
- <td>a
526
- list of <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>s; the contents of the list are owned
527
- by the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>, but you should free the returned list when done,
528
- using <code class="function">g_list_free()</code>. <span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Clutter.AnimatorKey]</span>
529
- </td>
652
+ <td class="parameter_name"><p>progress</p></td>
653
+ <td class="parameter_description"><p>a specific progress to search for, or a negative value for all
654
+ progresses</p></td>
655
+ <td class="parameter_annotations"> </td>
530
656
  </tr>
531
657
  </tbody>
532
658
  </table></div>
659
+ </div>
660
+ <div class="refsect3">
661
+ <a name="id-1.10.4.9.6.8"></a><h4>Returns</h4>
662
+ <p> a
663
+ list of <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>&lt;!-- --&gt;s; the contents of the list are owned
664
+ by the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>, but you should free the returned list when done,
665
+ using <code class="function">g_list_free()</code>. </p>
666
+ <p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Clutter.AnimatorKey]</span></p>
667
+ </div>
533
668
  <p class="since">Since 1.2</p>
534
669
  </div>
535
670
  <hr>
536
671
  <div class="refsect2">
537
- <a name="clutter-animator-start"></a><h3>clutter_animator_start ()</h3>
538
- <pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> * clutter_animator_start (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>);</pre>
672
+ <a name="clutter-animator-start"></a><h3>clutter_animator_start ()</h3>
673
+ <pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> *
674
+ clutter_animator_start (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>);</pre>
539
675
  <div class="warning">
540
- <h3 class="title">Warning</h3>
541
- <p><code class="literal">clutter_animator_start</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
542
- </div>
543
- <p>
544
- Start the ClutterAnimator, this is a thin wrapper that rewinds
545
- and starts the animators current timeline.
546
- </p>
547
- <div class="variablelist"><table border="0" class="variablelist">
676
+ <p><code class="literal">clutter_animator_start</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
677
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
678
+ </div>
679
+ <p>Start the ClutterAnimator, this is a thin wrapper that rewinds
680
+ and starts the animators current timeline.</p>
681
+ <div class="refsect3">
682
+ <a name="id-1.10.4.9.7.7"></a><h4>Parameters</h4>
683
+ <div class="informaltable"><table width="100%" border="0">
548
684
  <colgroup>
549
- <col align="left" valign="top">
550
- <col>
685
+ <col width="150px" class="parameters_name">
686
+ <col class="parameters_description">
687
+ <col width="200px" class="parameters_annotations">
551
688
  </colgroup>
552
- <tbody>
553
- <tr>
554
- <td><p><span class="term"><em class="parameter"><code>animator</code></em> :</span></p></td>
555
- <td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
556
- </td>
557
- </tr>
558
- <tr>
559
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
560
- <td>the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> that drives
561
- the animator. The returned timeline is owned by the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
562
- and it should not be unreferenced. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
563
- </td>
564
- </tr>
565
- </tbody>
689
+ <tbody><tr>
690
+ <td class="parameter_name"><p>animator</p></td>
691
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
692
+ <td class="parameter_annotations"> </td>
693
+ </tr></tbody>
566
694
  </table></div>
695
+ </div>
696
+ <div class="refsect3">
697
+ <a name="id-1.10.4.9.7.8"></a><h4>Returns</h4>
698
+ <p> the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> that drives
699
+ the animator. The returned timeline is owned by the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
700
+ and it should not be unreferenced. </p>
701
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
702
+ </div>
567
703
  <p class="since">Since 1.2</p>
568
704
  </div>
569
705
  <hr>
570
706
  <div class="refsect2">
571
- <a name="clutter-animator-compute-value"></a><h3>clutter_animator_compute_value ()</h3>
572
- <pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_animator_compute_value (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
573
- <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
574
- <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
575
- <em class="parameter"><code><span class="type">gdouble</span> progress</code></em>,
576
- <em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
707
+ <a name="clutter-animator-compute-value"></a><h3>clutter_animator_compute_value ()</h3>
708
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
709
+ clutter_animator_compute_value (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
710
+ <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
711
+ <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
712
+ <em class="parameter"><code><span class="type">gdouble</span> progress</code></em>,
713
+ <em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
577
714
  <div class="warning">
578
- <h3 class="title">Warning</h3>
579
- <p><code class="literal">clutter_animator_compute_value</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
580
- </div>
581
- <p>
582
- Compute the value for a managed property at a given progress.
583
- </p>
584
- <p>
585
- If the property is an ease-in property, the current value of the property
586
- on the object will be used as the starting point for computation.
587
- </p>
588
- <div class="variablelist"><table border="0" class="variablelist">
715
+ <p><code class="literal">clutter_animator_compute_value</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
716
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
717
+ </div>
718
+ <p>Compute the value for a managed property at a given progress.</p>
719
+ <p>If the property is an ease-in property, the current value of the property
720
+ on the object will be used as the starting point for computation.</p>
721
+ <div class="refsect3">
722
+ <a name="id-1.10.4.9.8.8"></a><h4>Parameters</h4>
723
+ <div class="informaltable"><table width="100%" border="0">
589
724
  <colgroup>
590
- <col align="left" valign="top">
591
- <col>
725
+ <col width="150px" class="parameters_name">
726
+ <col class="parameters_description">
727
+ <col width="200px" class="parameters_annotations">
592
728
  </colgroup>
593
729
  <tbody>
594
730
  <tr>
595
- <td><p><span class="term"><em class="parameter"><code>animator</code></em> :</span></p></td>
596
- <td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
597
- </td>
731
+ <td class="parameter_name"><p>animator</p></td>
732
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
733
+ <td class="parameter_annotations"> </td>
598
734
  </tr>
599
735
  <tr>
600
- <td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
601
- <td>a <span class="type">GObject</span>
602
- </td>
736
+ <td class="parameter_name"><p>object</p></td>
737
+ <td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
738
+ <td class="parameter_annotations"> </td>
603
739
  </tr>
604
740
  <tr>
605
- <td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
606
- <td>the name of the property on object to check</td>
741
+ <td class="parameter_name"><p>property_name</p></td>
742
+ <td class="parameter_description"><p>the name of the property on object to check</p></td>
743
+ <td class="parameter_annotations"> </td>
607
744
  </tr>
608
745
  <tr>
609
- <td><p><span class="term"><em class="parameter"><code>progress</code></em> :</span></p></td>
610
- <td>a value between 0.0 and 1.0</td>
746
+ <td class="parameter_name"><p>progress</p></td>
747
+ <td class="parameter_description"><p>a value between 0.0 and 1.0</p></td>
748
+ <td class="parameter_annotations"> </td>
611
749
  </tr>
612
750
  <tr>
613
- <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
614
- <td>an initialized value to store the computed result</td>
615
- </tr>
616
- <tr>
617
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
618
- <td>
619
- <code class="literal">TRUE</code> if the computation yields has a value, otherwise (when
620
- an error occurs or the progress is before any of the keys) <code class="literal">FALSE</code> is
621
- returned and the <span class="type">GValue</span> is left untouched</td>
751
+ <td class="parameter_name"><p>value</p></td>
752
+ <td class="parameter_description"><p>an initialized value to store the computed result</p></td>
753
+ <td class="parameter_annotations"> </td>
622
754
  </tr>
623
755
  </tbody>
624
756
  </table></div>
757
+ </div>
758
+ <div class="refsect3">
759
+ <a name="id-1.10.4.9.8.9"></a><h4>Returns</h4>
760
+ <p> <code class="literal">TRUE</code> if the computation yields has a value, otherwise (when
761
+ an error occurs or the progress is before any of the keys) <code class="literal">FALSE</code> is
762
+ returned and the <span class="type">GValue</span> is left untouched</p>
763
+ <p></p>
764
+ </div>
625
765
  <p class="since">Since 1.2</p>
626
766
  </div>
627
767
  <hr>
628
768
  <div class="refsect2">
629
- <a name="clutter-animator-set-timeline"></a><h3>clutter_animator_set_timeline ()</h3>
630
- <pre class="programlisting"><span class="returnvalue">void</span> clutter_animator_set_timeline (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
631
- <em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
769
+ <a name="clutter-animator-set-timeline"></a><h3>clutter_animator_set_timeline ()</h3>
770
+ <pre class="programlisting"><span class="returnvalue">void</span>
771
+ clutter_animator_set_timeline (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
772
+ <em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
632
773
  <div class="warning">
633
- <h3 class="title">Warning</h3>
634
- <p><code class="literal">clutter_animator_set_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
774
+ <p><code class="literal">clutter_animator_set_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
775
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
635
776
  </div>
636
- <p>
637
- Sets an external timeline that will be used for driving the animation
638
- </p>
639
- <div class="variablelist"><table border="0" class="variablelist">
777
+ <p>Sets an external timeline that will be used for driving the animation</p>
778
+ <div class="refsect3">
779
+ <a name="id-1.10.4.9.9.7"></a><h4>Parameters</h4>
780
+ <div class="informaltable"><table width="100%" border="0">
640
781
  <colgroup>
641
- <col align="left" valign="top">
642
- <col>
782
+ <col width="150px" class="parameters_name">
783
+ <col class="parameters_description">
784
+ <col width="200px" class="parameters_annotations">
643
785
  </colgroup>
644
786
  <tbody>
645
787
  <tr>
646
- <td><p><span class="term"><em class="parameter"><code>animator</code></em> :</span></p></td>
647
- <td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
648
- </td>
788
+ <td class="parameter_name"><p>animator</p></td>
789
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
790
+ <td class="parameter_annotations"> </td>
649
791
  </tr>
650
792
  <tr>
651
- <td><p><span class="term"><em class="parameter"><code>timeline</code></em> :</span></p></td>
652
- <td>a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>
653
- </td>
793
+ <td class="parameter_name"><p>timeline</p></td>
794
+ <td class="parameter_description"><p>a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a></p></td>
795
+ <td class="parameter_annotations"> </td>
654
796
  </tr>
655
797
  </tbody>
656
798
  </table></div>
799
+ </div>
657
800
  <p class="since">Since 1.2</p>
658
801
  </div>
659
802
  <hr>
660
803
  <div class="refsect2">
661
- <a name="clutter-animator-get-timeline"></a><h3>clutter_animator_get_timeline ()</h3>
662
- <pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> * clutter_animator_get_timeline (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>);</pre>
804
+ <a name="clutter-animator-get-timeline"></a><h3>clutter_animator_get_timeline ()</h3>
805
+ <pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> *
806
+ clutter_animator_get_timeline (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>);</pre>
663
807
  <div class="warning">
664
- <h3 class="title">Warning</h3>
665
- <p><code class="literal">clutter_animator_get_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
808
+ <p><code class="literal">clutter_animator_get_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
809
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
666
810
  </div>
667
- <p>
668
- Get the timeline hooked up for driving the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
669
- </p>
670
- <div class="variablelist"><table border="0" class="variablelist">
811
+ <p>Get the timeline hooked up for driving the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p>
812
+ <div class="refsect3">
813
+ <a name="id-1.10.4.9.10.7"></a><h4>Parameters</h4>
814
+ <div class="informaltable"><table width="100%" border="0">
671
815
  <colgroup>
672
- <col align="left" valign="top">
673
- <col>
816
+ <col width="150px" class="parameters_name">
817
+ <col class="parameters_description">
818
+ <col width="200px" class="parameters_annotations">
674
819
  </colgroup>
675
- <tbody>
676
- <tr>
677
- <td><p><span class="term"><em class="parameter"><code>animator</code></em> :</span></p></td>
678
- <td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
679
- </td>
680
- </tr>
681
- <tr>
682
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
683
- <td>the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> that drives the animator. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
684
- </td>
685
- </tr>
686
- </tbody>
820
+ <tbody><tr>
821
+ <td class="parameter_name"><p>animator</p></td>
822
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
823
+ <td class="parameter_annotations"> </td>
824
+ </tr></tbody>
687
825
  </table></div>
826
+ </div>
827
+ <div class="refsect3">
828
+ <a name="id-1.10.4.9.10.8"></a><h4>Returns</h4>
829
+ <p> the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> that drives the animator. </p>
830
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
831
+ </div>
688
832
  <p class="since">Since 1.2</p>
689
833
  </div>
690
834
  <hr>
691
835
  <div class="refsect2">
692
- <a name="clutter-animator-set-duration"></a><h3>clutter_animator_set_duration ()</h3>
693
- <pre class="programlisting"><span class="returnvalue">void</span> clutter_animator_set_duration (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
694
- <em class="parameter"><code><span class="type">guint</span> duration</code></em>);</pre>
836
+ <a name="clutter-animator-set-duration"></a><h3>clutter_animator_set_duration ()</h3>
837
+ <pre class="programlisting"><span class="returnvalue">void</span>
838
+ clutter_animator_set_duration (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
839
+ <em class="parameter"><code><span class="type">guint</span> duration</code></em>);</pre>
695
840
  <div class="warning">
696
- <h3 class="title">Warning</h3>
697
- <p><code class="literal">clutter_animator_set_duration</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
698
- </div>
699
- <p>
700
- Runs the timeline of the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> with a duration in msecs
701
- as specified.
702
- </p>
703
- <div class="variablelist"><table border="0" class="variablelist">
841
+ <p><code class="literal">clutter_animator_set_duration</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
842
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
843
+ </div>
844
+ <p>Runs the timeline of the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> with a duration in msecs
845
+ as specified.</p>
846
+ <div class="refsect3">
847
+ <a name="id-1.10.4.9.11.7"></a><h4>Parameters</h4>
848
+ <div class="informaltable"><table width="100%" border="0">
704
849
  <colgroup>
705
- <col align="left" valign="top">
706
- <col>
850
+ <col width="150px" class="parameters_name">
851
+ <col class="parameters_description">
852
+ <col width="200px" class="parameters_annotations">
707
853
  </colgroup>
708
854
  <tbody>
709
855
  <tr>
710
- <td><p><span class="term"><em class="parameter"><code>animator</code></em> :</span></p></td>
711
- <td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
712
- </td>
856
+ <td class="parameter_name"><p>animator</p></td>
857
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
858
+ <td class="parameter_annotations"> </td>
713
859
  </tr>
714
860
  <tr>
715
- <td><p><span class="term"><em class="parameter"><code>duration</code></em> :</span></p></td>
716
- <td>milliseconds a run of the animator should last.</td>
861
+ <td class="parameter_name"><p>duration</p></td>
862
+ <td class="parameter_description"><p>milliseconds a run of the animator should last.</p></td>
863
+ <td class="parameter_annotations"> </td>
717
864
  </tr>
718
865
  </tbody>
719
866
  </table></div>
867
+ </div>
720
868
  <p class="since">Since 1.2</p>
721
869
  </div>
722
870
  <hr>
723
871
  <div class="refsect2">
724
- <a name="clutter-animator-get-duration"></a><h3>clutter_animator_get_duration ()</h3>
725
- <pre class="programlisting"><span class="returnvalue">guint</span> clutter_animator_get_duration (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>);</pre>
872
+ <a name="clutter-animator-get-duration"></a><h3>clutter_animator_get_duration ()</h3>
873
+ <pre class="programlisting"><span class="returnvalue">guint</span>
874
+ clutter_animator_get_duration (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>);</pre>
726
875
  <div class="warning">
727
- <h3 class="title">Warning</h3>
728
- <p><code class="literal">clutter_animator_get_duration</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
876
+ <p><code class="literal">clutter_animator_get_duration</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
877
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
729
878
  </div>
730
- <p>
731
- Retrieves the current duration of an animator
732
- </p>
733
- <div class="variablelist"><table border="0" class="variablelist">
879
+ <p>Retrieves the current duration of an animator</p>
880
+ <div class="refsect3">
881
+ <a name="id-1.10.4.9.12.7"></a><h4>Parameters</h4>
882
+ <div class="informaltable"><table width="100%" border="0">
734
883
  <colgroup>
735
- <col align="left" valign="top">
736
- <col>
884
+ <col width="150px" class="parameters_name">
885
+ <col class="parameters_description">
886
+ <col width="200px" class="parameters_annotations">
737
887
  </colgroup>
738
- <tbody>
739
- <tr>
740
- <td><p><span class="term"><em class="parameter"><code>animator</code></em> :</span></p></td>
741
- <td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
742
- </td>
743
- </tr>
744
- <tr>
745
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
746
- <td>the duration of the animation, in milliseconds</td>
747
- </tr>
748
- </tbody>
888
+ <tbody><tr>
889
+ <td class="parameter_name"><p>animator</p></td>
890
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
891
+ <td class="parameter_annotations"> </td>
892
+ </tr></tbody>
749
893
  </table></div>
894
+ </div>
895
+ <div class="refsect3">
896
+ <a name="id-1.10.4.9.12.8"></a><h4>Returns</h4>
897
+ <p> the duration of the animation, in milliseconds</p>
898
+ <p></p>
899
+ </div>
750
900
  <p class="since">Since 1.2</p>
751
901
  </div>
752
902
  <hr>
753
903
  <div class="refsect2">
754
- <a name="clutter-animator-property-set-ease-in"></a><h3>clutter_animator_property_set_ease_in ()</h3>
755
- <pre class="programlisting"><span class="returnvalue">void</span> clutter_animator_property_set_ease_in
756
- (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
757
- <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
758
- <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
759
- <em class="parameter"><code><span class="type">gboolean</span> ease_in</code></em>);</pre>
904
+ <a name="clutter-animator-property-set-ease-in"></a><h3>clutter_animator_property_set_ease_in ()</h3>
905
+ <pre class="programlisting"><span class="returnvalue">void</span>
906
+ clutter_animator_property_set_ease_in (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
907
+ <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
908
+ <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
909
+ <em class="parameter"><code><span class="type">gboolean</span> ease_in</code></em>);</pre>
760
910
  <div class="warning">
761
- <h3 class="title">Warning</h3>
762
- <p><code class="literal">clutter_animator_property_set_ease_in</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
911
+ <p><code class="literal">clutter_animator_property_set_ease_in</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
912
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
763
913
  </div>
764
- <p>
765
- Sets whether a property value is to be eased into the animation.
766
- </p>
767
- <div class="variablelist"><table border="0" class="variablelist">
914
+ <p>Sets whether a property value is to be eased into the animation.</p>
915
+ <div class="refsect3">
916
+ <a name="id-1.10.4.9.13.7"></a><h4>Parameters</h4>
917
+ <div class="informaltable"><table width="100%" border="0">
768
918
  <colgroup>
769
- <col align="left" valign="top">
770
- <col>
919
+ <col width="150px" class="parameters_name">
920
+ <col class="parameters_description">
921
+ <col width="200px" class="parameters_annotations">
771
922
  </colgroup>
772
923
  <tbody>
773
924
  <tr>
774
- <td><p><span class="term"><em class="parameter"><code>animator</code></em> :</span></p></td>
775
- <td>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
776
- </td>
925
+ <td class="parameter_name"><p>animator</p></td>
926
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
927
+ <td class="parameter_annotations"> </td>
777
928
  </tr>
778
929
  <tr>
779
- <td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
780
- <td>a <span class="type">GObject</span>
781
- </td>
930
+ <td class="parameter_name"><p>object</p></td>
931
+ <td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
932
+ <td class="parameter_annotations"> </td>
782
933
  </tr>
783
934
  <tr>
784
- <td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
785
- <td>the name of a property on object</td>
935
+ <td class="parameter_name"><p>property_name</p></td>
936
+ <td class="parameter_description"><p>the name of a property on object</p></td>
937
+ <td class="parameter_annotations"> </td>
786
938
  </tr>
787
939
  <tr>
788
- <td><p><span class="term"><em class="parameter"><code>ease_in</code></em> :</span></p></td>
789
- <td>we are going to be easing in this property</td>
940
+ <td class="parameter_name"><p>ease_in</p></td>
941
+ <td class="parameter_description"><p>we are going to be easing in this property</p></td>
942
+ <td class="parameter_annotations"> </td>
790
943
  </tr>
791
944
  </tbody>
792
945
  </table></div>
946
+ </div>
793
947
  <p class="since">Since 1.2</p>
794
948
  </div>
795
949
  <hr>
796
950
  <div class="refsect2">
797
- <a name="clutter-animator-property-get-ease-in"></a><h3>clutter_animator_property_get_ease_in ()</h3>
798
- <pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_animator_property_get_ease_in
799
- (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
800
- <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
801
- <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre>
951
+ <a name="clutter-animator-property-get-ease-in"></a><h3>clutter_animator_property_get_ease_in ()</h3>
952
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
953
+ clutter_animator_property_get_ease_in (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
954
+ <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
955
+ <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre>
802
956
  <div class="warning">
803
- <h3 class="title">Warning</h3>
804
- <p><code class="literal">clutter_animator_property_get_ease_in</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
957
+ <p><code class="literal">clutter_animator_property_get_ease_in</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
958
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
805
959
  </div>
806
- <p>
807
- Checks if a property value is to be eased into the animation.
808
- </p>
809
- <div class="variablelist"><table border="0" class="variablelist">
960
+ <p>Checks if a property value is to be eased into the animation.</p>
961
+ <div class="refsect3">
962
+ <a name="id-1.10.4.9.14.7"></a><h4>Parameters</h4>
963
+ <div class="informaltable"><table width="100%" border="0">
810
964
  <colgroup>
811
- <col align="left" valign="top">
812
- <col>
965
+ <col width="150px" class="parameters_name">
966
+ <col class="parameters_description">
967
+ <col width="200px" class="parameters_annotations">
813
968
  </colgroup>
814
969
  <tbody>
815
970
  <tr>
816
- <td><p><span class="term"><em class="parameter"><code>animator</code></em> :</span></p></td>
817
- <td>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
818
- </td>
819
- </tr>
820
- <tr>
821
- <td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
822
- <td>a <span class="type">GObject</span>
823
- </td>
971
+ <td class="parameter_name"><p>animator</p></td>
972
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
973
+ <td class="parameter_annotations"> </td>
824
974
  </tr>
825
975
  <tr>
826
- <td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
827
- <td>the name of a property on object</td>
976
+ <td class="parameter_name"><p>object</p></td>
977
+ <td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
978
+ <td class="parameter_annotations"> </td>
828
979
  </tr>
829
980
  <tr>
830
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
831
- <td>
832
- <code class="literal">TRUE</code> if the property is eased in</td>
981
+ <td class="parameter_name"><p>property_name</p></td>
982
+ <td class="parameter_description"><p>the name of a property on object</p></td>
983
+ <td class="parameter_annotations"> </td>
833
984
  </tr>
834
985
  </tbody>
835
986
  </table></div>
836
- <p class="since">Since 1.2</p>
837
987
  </div>
838
- <hr>
839
- <div class="refsect2">
840
- <a name="ClutterInterpolation"></a><h3>enum ClutterInterpolation</h3>
841
- <pre class="programlisting">typedef enum {
842
- CLUTTER_INTERPOLATION_LINEAR,
843
- CLUTTER_INTERPOLATION_CUBIC
844
- } ClutterInterpolation;
845
- </pre>
846
- <p>
847
- The mode of interpolation between key frames
848
- </p>
849
- <div class="variablelist"><table border="0" class="variablelist">
850
- <colgroup>
851
- <col align="left" valign="top">
852
- <col>
853
- </colgroup>
854
- <tbody>
855
- <tr>
856
- <td><p><a name="CLUTTER-INTERPOLATION-LINEAR:CAPS"></a><span class="term"><code class="literal">CLUTTER_INTERPOLATION_LINEAR</code></span></p></td>
857
- <td>linear interpolation
858
- </td>
859
- </tr>
860
- <tr>
861
- <td><p><a name="CLUTTER-INTERPOLATION-CUBIC:CAPS"></a><span class="term"><code class="literal">CLUTTER_INTERPOLATION_CUBIC</code></span></p></td>
862
- <td>cubic interpolation
863
- </td>
864
- </tr>
865
- </tbody>
866
- </table></div>
988
+ <div class="refsect3">
989
+ <a name="id-1.10.4.9.14.8"></a><h4>Returns</h4>
990
+ <p> <code class="literal">TRUE</code> if the property is eased in</p>
991
+ <p></p>
992
+ </div>
867
993
  <p class="since">Since 1.2</p>
868
994
  </div>
869
995
  <hr>
870
996
  <div class="refsect2">
871
- <a name="clutter-animator-property-set-interpolation"></a><h3>clutter_animator_property_set_interpolation ()</h3>
872
- <pre class="programlisting"><span class="returnvalue">void</span> clutter_animator_property_set_interpolation
873
- (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
874
- <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
875
- <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
876
- <em class="parameter"><code><a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation"><span class="type">ClutterInterpolation</span></a> interpolation</code></em>);</pre>
997
+ <a name="clutter-animator-property-set-interpolation"></a><h3>clutter_animator_property_set_interpolation ()</h3>
998
+ <pre class="programlisting"><span class="returnvalue">void</span>
999
+ clutter_animator_property_set_interpolation
1000
+ (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
1001
+ <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
1002
+ <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
1003
+ <em class="parameter"><code><a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation"><span class="type">ClutterInterpolation</span></a> interpolation</code></em>);</pre>
877
1004
  <div class="warning">
878
- <h3 class="title">Warning</h3>
879
- <p><code class="literal">clutter_animator_property_set_interpolation</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1005
+ <p><code class="literal">clutter_animator_property_set_interpolation</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
1006
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
880
1007
  </div>
881
- <p>
882
- Set the interpolation method to use, <a class="link" href="ClutterAnimator.html#CLUTTER-INTERPOLATION-LINEAR:CAPS"><code class="literal">CLUTTER_INTERPOLATION_LINEAR</code></a> causes
1008
+ <p>Set the interpolation method to use, <a class="link" href="ClutterAnimator.html#CLUTTER-INTERPOLATION-LINEAR:CAPS"><code class="literal">CLUTTER_INTERPOLATION_LINEAR</code></a> causes
883
1009
  the values to linearly change between the values, and
884
1010
  <a class="link" href="ClutterAnimator.html#CLUTTER-INTERPOLATION-CUBIC:CAPS"><code class="literal">CLUTTER_INTERPOLATION_CUBIC</code></a> causes the values to smoothly change between
885
- the values.
886
- </p>
887
- <div class="variablelist"><table border="0" class="variablelist">
1011
+ the values.</p>
1012
+ <div class="refsect3">
1013
+ <a name="id-1.10.4.9.15.7"></a><h4>Parameters</h4>
1014
+ <div class="informaltable"><table width="100%" border="0">
888
1015
  <colgroup>
889
- <col align="left" valign="top">
890
- <col>
1016
+ <col width="150px" class="parameters_name">
1017
+ <col class="parameters_description">
1018
+ <col width="200px" class="parameters_annotations">
891
1019
  </colgroup>
892
1020
  <tbody>
893
1021
  <tr>
894
- <td><p><span class="term"><em class="parameter"><code>animator</code></em> :</span></p></td>
895
- <td>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
896
- </td>
1022
+ <td class="parameter_name"><p>animator</p></td>
1023
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
1024
+ <td class="parameter_annotations"> </td>
897
1025
  </tr>
898
1026
  <tr>
899
- <td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
900
- <td>a <span class="type">GObject</span>
901
- </td>
1027
+ <td class="parameter_name"><p>object</p></td>
1028
+ <td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
1029
+ <td class="parameter_annotations"> </td>
902
1030
  </tr>
903
1031
  <tr>
904
- <td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
905
- <td>the name of a property on object</td>
1032
+ <td class="parameter_name"><p>property_name</p></td>
1033
+ <td class="parameter_description"><p>the name of a property on object</p></td>
1034
+ <td class="parameter_annotations"> </td>
906
1035
  </tr>
907
1036
  <tr>
908
- <td><p><span class="term"><em class="parameter"><code>interpolation</code></em> :</span></p></td>
909
- <td>the <a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation"><span class="type">ClutterInterpolation</span></a> to use</td>
1037
+ <td class="parameter_name"><p>interpolation</p></td>
1038
+ <td class="parameter_description"><p>the <a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation"><span class="type">ClutterInterpolation</span></a> to use</p></td>
1039
+ <td class="parameter_annotations"> </td>
910
1040
  </tr>
911
1041
  </tbody>
912
1042
  </table></div>
1043
+ </div>
913
1044
  <p class="since">Since 1.2</p>
914
1045
  </div>
915
1046
  <hr>
916
1047
  <div class="refsect2">
917
- <a name="clutter-animator-property-get-interpolation"></a><h3>clutter_animator_property_get_interpolation ()</h3>
918
- <pre class="programlisting"><a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation"><span class="returnvalue">ClutterInterpolation</span></a> clutter_animator_property_get_interpolation
919
- (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
920
- <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
921
- <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre>
1048
+ <a name="clutter-animator-property-get-interpolation"></a><h3>clutter_animator_property_get_interpolation ()</h3>
1049
+ <pre class="programlisting"><a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation"><span class="returnvalue">ClutterInterpolation</span></a>
1050
+ clutter_animator_property_get_interpolation
1051
+ (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
1052
+ <em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
1053
+ <em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre>
922
1054
  <div class="warning">
923
- <h3 class="title">Warning</h3>
924
- <p><code class="literal">clutter_animator_property_get_interpolation</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
925
- </div>
926
- <p>
927
- Get the interpolation used by animator for a property on a particular
928
- object.
929
- </p>
930
- <div class="variablelist"><table border="0" class="variablelist">
1055
+ <p><code class="literal">clutter_animator_property_get_interpolation</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
1056
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1057
+ </div>
1058
+ <p>Get the interpolation used by animator for a property on a particular
1059
+ object.</p>
1060
+ <div class="refsect3">
1061
+ <a name="id-1.10.4.9.16.7"></a><h4>Parameters</h4>
1062
+ <div class="informaltable"><table width="100%" border="0">
931
1063
  <colgroup>
932
- <col align="left" valign="top">
933
- <col>
1064
+ <col width="150px" class="parameters_name">
1065
+ <col class="parameters_description">
1066
+ <col width="200px" class="parameters_annotations">
934
1067
  </colgroup>
935
1068
  <tbody>
936
1069
  <tr>
937
- <td><p><span class="term"><em class="parameter"><code>animator</code></em> :</span></p></td>
938
- <td>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
939
- </td>
1070
+ <td class="parameter_name"><p>animator</p></td>
1071
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
1072
+ <td class="parameter_annotations"> </td>
940
1073
  </tr>
941
1074
  <tr>
942
- <td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
943
- <td>a <span class="type">GObject</span>
944
- </td>
1075
+ <td class="parameter_name"><p>object</p></td>
1076
+ <td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
1077
+ <td class="parameter_annotations"> </td>
945
1078
  </tr>
946
1079
  <tr>
947
- <td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
948
- <td>the name of a property on object</td>
949
- </tr>
950
- <tr>
951
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
952
- <td>a ClutterInterpolation value.</td>
1080
+ <td class="parameter_name"><p>property_name</p></td>
1081
+ <td class="parameter_description"><p>the name of a property on object</p></td>
1082
+ <td class="parameter_annotations"> </td>
953
1083
  </tr>
954
1084
  </tbody>
955
1085
  </table></div>
1086
+ </div>
1087
+ <div class="refsect3">
1088
+ <a name="id-1.10.4.9.16.8"></a><h4>Returns</h4>
1089
+ <p> a ClutterInterpolation value.</p>
1090
+ <p></p>
1091
+ </div>
956
1092
  <p class="since">Since 1.2</p>
957
1093
  </div>
958
1094
  <hr>
959
1095
  <div class="refsect2">
960
- <a name="ClutterAnimatorKey"></a><h3>ClutterAnimatorKey</h3>
961
- <pre class="programlisting">typedef struct _ClutterAnimatorKey ClutterAnimatorKey;</pre>
962
- <p>
963
- A key frame inside a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
964
- </p>
1096
+ <a name="clutter-animator-key-get-object"></a><h3>clutter_animator_key_get_object ()</h3>
1097
+ <pre class="programlisting"><span class="returnvalue">GObject</span> *
1098
+ clutter_animator_key_get_object (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
1099
+ <div class="warning">
1100
+ <p><code class="literal">clutter_animator_key_get_object</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
1101
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1102
+ </div>
1103
+ <p>Retrieves the object a key applies to.</p>
1104
+ <div class="refsect3">
1105
+ <a name="id-1.10.4.9.17.7"></a><h4>Parameters</h4>
1106
+ <div class="informaltable"><table width="100%" border="0">
1107
+ <colgroup>
1108
+ <col width="150px" class="parameters_name">
1109
+ <col class="parameters_description">
1110
+ <col width="200px" class="parameters_annotations">
1111
+ </colgroup>
1112
+ <tbody><tr>
1113
+ <td class="parameter_name"><p>key</p></td>
1114
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
1115
+ <td class="parameter_annotations"> </td>
1116
+ </tr></tbody>
1117
+ </table></div>
1118
+ </div>
1119
+ <div class="refsect3">
1120
+ <a name="id-1.10.4.9.17.8"></a><h4>Returns</h4>
1121
+ <p> the object an animator_key exist for. </p>
1122
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1123
+ </div>
965
1124
  <p class="since">Since 1.2</p>
966
1125
  </div>
967
1126
  <hr>
968
1127
  <div class="refsect2">
969
- <a name="clutter-animator-key-get-object"></a><h3>clutter_animator_key_get_object ()</h3>
970
- <pre class="programlisting"><span class="returnvalue">GObject</span> * clutter_animator_key_get_object (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
1128
+ <a name="clutter-animator-key-get-property-name"></a><h3>clutter_animator_key_get_property_name ()</h3>
1129
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> *
1130
+ clutter_animator_key_get_property_name
1131
+ (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
971
1132
  <div class="warning">
972
- <h3 class="title">Warning</h3>
973
- <p><code class="literal">clutter_animator_key_get_object</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1133
+ <p><code class="literal">clutter_animator_key_get_property_name</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
1134
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
974
1135
  </div>
975
- <p>
976
- Retrieves the object a key applies to.
977
- </p>
978
- <div class="variablelist"><table border="0" class="variablelist">
1136
+ <p>Retrieves the name of the property a key applies to.</p>
1137
+ <div class="refsect3">
1138
+ <a name="id-1.10.4.9.18.7"></a><h4>Parameters</h4>
1139
+ <div class="informaltable"><table width="100%" border="0">
979
1140
  <colgroup>
980
- <col align="left" valign="top">
981
- <col>
1141
+ <col width="150px" class="parameters_name">
1142
+ <col class="parameters_description">
1143
+ <col width="200px" class="parameters_annotations">
982
1144
  </colgroup>
983
- <tbody>
984
- <tr>
985
- <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
986
- <td>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
987
- </td>
988
- </tr>
989
- <tr>
990
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
991
- <td>the object an animator_key exist for. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
992
- </td>
993
- </tr>
994
- </tbody>
1145
+ <tbody><tr>
1146
+ <td class="parameter_name"><p>key</p></td>
1147
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
1148
+ <td class="parameter_annotations"> </td>
1149
+ </tr></tbody>
995
1150
  </table></div>
1151
+ </div>
1152
+ <div class="refsect3">
1153
+ <a name="id-1.10.4.9.18.8"></a><h4>Returns</h4>
1154
+ <p> the name of the property an animator_key exist for.</p>
1155
+ <p></p>
1156
+ </div>
996
1157
  <p class="since">Since 1.2</p>
997
1158
  </div>
998
1159
  <hr>
999
1160
  <div class="refsect2">
1000
- <a name="clutter-animator-key-get-property-name"></a><h3>clutter_animator_key_get_property_name ()</h3>
1001
- <pre class="programlisting">const <span class="returnvalue">gchar</span> * clutter_animator_key_get_property_name
1002
- (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
1161
+ <a name="clutter-animator-key-get-property-type"></a><h3>clutter_animator_key_get_property_type ()</h3>
1162
+ <pre class="programlisting"><span class="returnvalue">GType</span>
1163
+ clutter_animator_key_get_property_type
1164
+ (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
1003
1165
  <div class="warning">
1004
- <h3 class="title">Warning</h3>
1005
- <p><code class="literal">clutter_animator_key_get_property_name</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1006
- </div>
1007
- <p>
1008
- Retrieves the name of the property a key applies to.
1009
- </p>
1010
- <div class="variablelist"><table border="0" class="variablelist">
1166
+ <p><code class="literal">clutter_animator_key_get_property_type</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
1167
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1168
+ </div>
1169
+ <p>Retrieves the <span class="type">GType</span> of the property a key applies to</p>
1170
+ <p>You can use this type to initialize the <span class="type">GValue</span> to pass to
1171
+ <a class="link" href="ClutterAnimator.html#clutter-animator-key-get-value" title="clutter_animator_key_get_value ()"><code class="function">clutter_animator_key_get_value()</code></a></p>
1172
+ <div class="refsect3">
1173
+ <a name="id-1.10.4.9.19.8"></a><h4>Parameters</h4>
1174
+ <div class="informaltable"><table width="100%" border="0">
1011
1175
  <colgroup>
1012
- <col align="left" valign="top">
1013
- <col>
1176
+ <col width="150px" class="parameters_name">
1177
+ <col class="parameters_description">
1178
+ <col width="200px" class="parameters_annotations">
1014
1179
  </colgroup>
1015
- <tbody>
1016
- <tr>
1017
- <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
1018
- <td>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
1019
- </td>
1020
- </tr>
1021
- <tr>
1022
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1023
- <td>the name of the property an animator_key exist for.</td>
1024
- </tr>
1025
- </tbody>
1180
+ <tbody><tr>
1181
+ <td class="parameter_name"><p>key</p></td>
1182
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
1183
+ <td class="parameter_annotations"> </td>
1184
+ </tr></tbody>
1026
1185
  </table></div>
1186
+ </div>
1187
+ <div class="refsect3">
1188
+ <a name="id-1.10.4.9.19.9"></a><h4>Returns</h4>
1189
+ <p> the <span class="type">GType</span> of the property</p>
1190
+ <p></p>
1191
+ </div>
1027
1192
  <p class="since">Since 1.2</p>
1028
1193
  </div>
1029
1194
  <hr>
1030
1195
  <div class="refsect2">
1031
- <a name="clutter-animator-key-get-property-type"></a><h3>clutter_animator_key_get_property_type ()</h3>
1032
- <pre class="programlisting"><span class="returnvalue">GType</span> clutter_animator_key_get_property_type
1033
- (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
1196
+ <a name="clutter-animator-key-get-mode"></a><h3>clutter_animator_key_get_mode ()</h3>
1197
+ <pre class="programlisting"><span class="returnvalue">gulong</span>
1198
+ clutter_animator_key_get_mode (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
1034
1199
  <div class="warning">
1035
- <h3 class="title">Warning</h3>
1036
- <p><code class="literal">clutter_animator_key_get_property_type</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1200
+ <p><code class="literal">clutter_animator_key_get_mode</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
1201
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1037
1202
  </div>
1038
- <p>
1039
- Retrieves the <span class="type">GType</span> of the property a key applies to
1040
- </p>
1041
- <p>
1042
- You can use this type to initialize the <span class="type">GValue</span> to pass to
1043
- <a class="link" href="ClutterAnimator.html#clutter-animator-key-get-value" title="clutter_animator_key_get_value ()"><code class="function">clutter_animator_key_get_value()</code></a>
1044
- </p>
1045
- <div class="variablelist"><table border="0" class="variablelist">
1203
+ <p>Retrieves the mode of a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> key, for the first key of a
1204
+ property for an object this represents the whether the animation is
1205
+ open ended and or curved for the remainding keys for the property it
1206
+ represents the easing mode.</p>
1207
+ <div class="refsect3">
1208
+ <a name="id-1.10.4.9.20.7"></a><h4>Parameters</h4>
1209
+ <div class="informaltable"><table width="100%" border="0">
1046
1210
  <colgroup>
1047
- <col align="left" valign="top">
1048
- <col>
1211
+ <col width="150px" class="parameters_name">
1212
+ <col class="parameters_description">
1213
+ <col width="200px" class="parameters_annotations">
1049
1214
  </colgroup>
1050
- <tbody>
1051
- <tr>
1052
- <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
1053
- <td>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
1054
- </td>
1055
- </tr>
1056
- <tr>
1057
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1058
- <td>the <span class="type">GType</span> of the property</td>
1059
- </tr>
1060
- </tbody>
1215
+ <tbody><tr>
1216
+ <td class="parameter_name"><p>key</p></td>
1217
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
1218
+ <td class="parameter_annotations"> </td>
1219
+ </tr></tbody>
1061
1220
  </table></div>
1221
+ </div>
1222
+ <div class="refsect3">
1223
+ <a name="id-1.10.4.9.20.8"></a><h4>Returns</h4>
1224
+ <p> the mode of a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p>
1225
+ <p></p>
1226
+ </div>
1062
1227
  <p class="since">Since 1.2</p>
1063
1228
  </div>
1064
1229
  <hr>
1065
1230
  <div class="refsect2">
1066
- <a name="clutter-animator-key-get-mode"></a><h3>clutter_animator_key_get_mode ()</h3>
1067
- <pre class="programlisting"><span class="returnvalue">gulong</span> clutter_animator_key_get_mode (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
1231
+ <a name="clutter-animator-key-get-progress"></a><h3>clutter_animator_key_get_progress ()</h3>
1232
+ <pre class="programlisting"><span class="returnvalue">gdouble</span>
1233
+ clutter_animator_key_get_progress (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
1068
1234
  <div class="warning">
1069
- <h3 class="title">Warning</h3>
1070
- <p><code class="literal">clutter_animator_key_get_mode</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1235
+ <p><code class="literal">clutter_animator_key_get_progress</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
1236
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1071
1237
  </div>
1072
- <p>
1073
- Retrieves the mode of a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> key, for the first key of a
1074
- property for an object this represents the whether the animation is
1075
- open ended and or curved for the remainding keys for the property it
1076
- represents the easing mode.
1077
- </p>
1078
- <div class="variablelist"><table border="0" class="variablelist">
1238
+ <p>Retrieves the progress of an clutter_animator_key</p>
1239
+ <div class="refsect3">
1240
+ <a name="id-1.10.4.9.21.7"></a><h4>Parameters</h4>
1241
+ <div class="informaltable"><table width="100%" border="0">
1079
1242
  <colgroup>
1080
- <col align="left" valign="top">
1081
- <col>
1243
+ <col width="150px" class="parameters_name">
1244
+ <col class="parameters_description">
1245
+ <col width="200px" class="parameters_annotations">
1082
1246
  </colgroup>
1083
- <tbody>
1084
- <tr>
1085
- <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
1086
- <td>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
1087
- </td>
1088
- </tr>
1089
- <tr>
1090
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1091
- <td>the mode of a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
1092
- </td>
1093
- </tr>
1094
- </tbody>
1247
+ <tbody><tr>
1248
+ <td class="parameter_name"><p>key</p></td>
1249
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
1250
+ <td class="parameter_annotations"> </td>
1251
+ </tr></tbody>
1095
1252
  </table></div>
1253
+ </div>
1254
+ <div class="refsect3">
1255
+ <a name="id-1.10.4.9.21.8"></a><h4>Returns</h4>
1256
+ <p> the progress defined for a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> key.</p>
1257
+ <p></p>
1258
+ </div>
1096
1259
  <p class="since">Since 1.2</p>
1097
1260
  </div>
1098
1261
  <hr>
1099
1262
  <div class="refsect2">
1100
- <a name="clutter-animator-key-get-progress"></a><h3>clutter_animator_key_get_progress ()</h3>
1101
- <pre class="programlisting"><span class="returnvalue">gdouble</span> clutter_animator_key_get_progress (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
1263
+ <a name="clutter-animator-key-get-value"></a><h3>clutter_animator_key_get_value ()</h3>
1264
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
1265
+ clutter_animator_key_get_value (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>,
1266
+ <em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
1102
1267
  <div class="warning">
1103
- <h3 class="title">Warning</h3>
1104
- <p><code class="literal">clutter_animator_key_get_progress</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1268
+ <p><code class="literal">clutter_animator_key_get_value</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
1269
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1105
1270
  </div>
1106
- <p>
1107
- Retrieves the progress of an clutter_animator_key
1108
- </p>
1109
- <div class="variablelist"><table border="0" class="variablelist">
1271
+ <p>Retrieves a copy of the value for a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>.</p>
1272
+ <p>The passed in <span class="type">GValue</span> needs to be already initialized for the value
1273
+ type of the key or to a type that allow transformation from the value
1274
+ type of the key.</p>
1275
+ <p>Use <code class="function">g_value_unset()</code> when done.</p>
1276
+ <div class="refsect3">
1277
+ <a name="id-1.10.4.9.22.9"></a><h4>Parameters</h4>
1278
+ <div class="informaltable"><table width="100%" border="0">
1110
1279
  <colgroup>
1111
- <col align="left" valign="top">
1112
- <col>
1280
+ <col width="150px" class="parameters_name">
1281
+ <col class="parameters_description">
1282
+ <col width="200px" class="parameters_annotations">
1113
1283
  </colgroup>
1114
1284
  <tbody>
1115
1285
  <tr>
1116
- <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
1117
- <td>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
1118
- </td>
1286
+ <td class="parameter_name"><p>key</p></td>
1287
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
1288
+ <td class="parameter_annotations"> </td>
1119
1289
  </tr>
1120
1290
  <tr>
1121
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1122
- <td>the progress defined for a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> key.</td>
1291
+ <td class="parameter_name"><p>value</p></td>
1292
+ <td class="parameter_description"><p>a <span class="type">GValue</span> initialized with the correct type for the animator key</p></td>
1293
+ <td class="parameter_annotations"> </td>
1123
1294
  </tr>
1124
1295
  </tbody>
1125
1296
  </table></div>
1297
+ </div>
1298
+ <div class="refsect3">
1299
+ <a name="id-1.10.4.9.22.10"></a><h4>Returns</h4>
1300
+ <p> <code class="literal">TRUE</code> if the passed <span class="type">GValue</span> was successfully set, and
1301
+ <code class="literal">FALSE</code> otherwise</p>
1302
+ <p></p>
1303
+ </div>
1304
+ <p class="since">Since 1.2</p>
1305
+ </div>
1306
+ </div>
1307
+ <div class="refsect1">
1308
+ <a name="ClutterAnimator.other_details"></a><h2>Types and Values</h2>
1309
+ <div class="refsect2">
1310
+ <a name="ClutterAnimator-struct"></a><h3>ClutterAnimator</h3>
1311
+ <pre class="programlisting">typedef struct _ClutterAnimator ClutterAnimator;</pre>
1312
+ <div class="warning"><p><code class="literal">ClutterAnimator</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
1313
+ <p>The <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> structure contains only private data and
1314
+ should be accessed using the provided API</p>
1126
1315
  <p class="since">Since 1.2</p>
1127
1316
  </div>
1128
1317
  <hr>
1129
1318
  <div class="refsect2">
1130
- <a name="clutter-animator-key-get-value"></a><h3>clutter_animator_key_get_value ()</h3>
1131
- <pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_animator_key_get_value (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>,
1132
- <em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
1133
- <div class="warning">
1134
- <h3 class="title">Warning</h3>
1135
- <p><code class="literal">clutter_animator_key_get_value</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1319
+ <a name="ClutterAnimatorClass"></a><h3>struct ClutterAnimatorClass</h3>
1320
+ <pre class="programlisting">struct ClutterAnimatorClass {
1321
+ };
1322
+ </pre>
1323
+ <div class="warning"><p><code class="literal">ClutterAnimatorClass</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
1324
+ <p>The <a class="link" href="ClutterAnimator.html#ClutterAnimatorClass" title="struct ClutterAnimatorClass"><span class="type">ClutterAnimatorClass</span></a> structure contains only private data</p>
1325
+ <p class="since">Since 1.2</p>
1136
1326
  </div>
1137
- <p>
1138
- Retrieves a copy of the value for a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>.
1139
- </p>
1140
- <p>
1141
- The passed in <span class="type">GValue</span> needs to be already initialized for the value
1142
- type of the key or to a type that allow transformation from the value
1143
- type of the key.
1144
- </p>
1145
- <p>
1146
- Use <code class="function">g_value_unset()</code> when done.
1147
- </p>
1148
- <div class="variablelist"><table border="0" class="variablelist">
1327
+ <hr>
1328
+ <div class="refsect2">
1329
+ <a name="ClutterInterpolation"></a><h3>enum ClutterInterpolation</h3>
1330
+ <p>The mode of interpolation between key frames</p>
1331
+ <div class="refsect3">
1332
+ <a name="id-1.10.4.10.4.4"></a><h4>Members</h4>
1333
+ <div class="informaltable"><table width="100%" border="0">
1149
1334
  <colgroup>
1150
- <col align="left" valign="top">
1151
- <col>
1335
+ <col width="300px" class="enum_members_name">
1336
+ <col class="enum_members_description">
1337
+ <col width="200px" class="enum_members_annotations">
1152
1338
  </colgroup>
1153
1339
  <tbody>
1154
1340
  <tr>
1155
- <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
1156
- <td>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
1341
+ <td class="enum_member_name"><p><a name="CLUTTER-INTERPOLATION-LINEAR:CAPS"></a>CLUTTER_INTERPOLATION_LINEAR</p></td>
1342
+ <td class="enum_member_description">
1343
+ <p>linear interpolation</p>
1157
1344
  </td>
1345
+ <td class="enum_member_annotations"> </td>
1158
1346
  </tr>
1159
1347
  <tr>
1160
- <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
1161
- <td>a <span class="type">GValue</span> initialized with the correct type for the animator key</td>
1162
- </tr>
1163
- <tr>
1164
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1165
- <td>
1166
- <code class="literal">TRUE</code> if the passed <span class="type">GValue</span> was successfully set, and
1167
- <code class="literal">FALSE</code> otherwise</td>
1348
+ <td class="enum_member_name"><p><a name="CLUTTER-INTERPOLATION-CUBIC:CAPS"></a>CLUTTER_INTERPOLATION_CUBIC</p></td>
1349
+ <td class="enum_member_description">
1350
+ <p>cubic interpolation</p>
1351
+ </td>
1352
+ <td class="enum_member_annotations"> </td>
1168
1353
  </tr>
1169
1354
  </tbody>
1170
1355
  </table></div>
1356
+ </div>
1357
+ <p class="since">Since 1.2</p>
1358
+ </div>
1359
+ <hr>
1360
+ <div class="refsect2">
1361
+ <a name="ClutterAnimatorKey"></a><h3>ClutterAnimatorKey</h3>
1362
+ <pre class="programlisting">typedef struct _ClutterAnimatorKey ClutterAnimatorKey;</pre>
1363
+ <p>A key frame inside a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p>
1171
1364
  <p class="since">Since 1.2</p>
1172
1365
  </div>
1173
1366
  </div>
1174
1367
  <div class="refsect1">
1175
1368
  <a name="ClutterAnimator.property-details"></a><h2>Property Details</h2>
1176
1369
  <div class="refsect2">
1177
- <a name="ClutterAnimator--duration"></a><h3>The <code class="literal">"duration"</code> property</h3>
1178
- <pre class="programlisting"> "duration" <span class="type">guint</span> : Read / Write</pre>
1370
+ <a name="ClutterAnimator--duration"></a><h3>The <code class="literal">“duration”</code> property</h3>
1371
+ <pre class="programlisting"> duration <span class="type">guint</span></pre>
1372
+ <p>The duration of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> used by the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
1373
+ to drive the animation</p>
1179
1374
  <div class="warning">
1180
- <h3 class="title">Warning</h3>
1181
- <p><code class="literal">ClutterAnimator:duration</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1375
+ <p><code class="literal">ClutterAnimator:duration</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
1376
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1182
1377
  </div>
1183
- <p>
1184
- The duration of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> used by the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
1185
- to drive the animation
1186
- </p>
1378
+ <p>Flags: Read / Write</p>
1187
1379
  <p>Default value: 2000</p>
1188
1380
  <p class="since">Since 1.2</p>
1189
1381
  </div>
1190
1382
  <hr>
1191
1383
  <div class="refsect2">
1192
- <a name="ClutterAnimator--timeline"></a><h3>The <code class="literal">"timeline"</code> property</h3>
1193
- <pre class="programlisting"> "timeline" <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>* : Read / Write</pre>
1384
+ <a name="ClutterAnimator--timeline"></a><h3>The <code class="literal">“timeline”</code> property</h3>
1385
+ <pre class="programlisting"> timeline <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *</pre>
1386
+ <p>The <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> used by the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> to drive the
1387
+ animation</p>
1194
1388
  <div class="warning">
1195
- <h3 class="title">Warning</h3>
1196
- <p><code class="literal">ClutterAnimator:timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1389
+ <p><code class="literal">ClutterAnimator:timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
1390
+ <p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
1197
1391
  </div>
1198
- <p>
1199
- The <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> used by the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> to drive the
1200
- animation
1201
- </p>
1392
+ <p>Flags: Read / Write</p>
1202
1393
  <p class="since">Since 1.2</p>
1203
1394
  </div>
1204
1395
  </div>
1205
1396
  <div class="refsect1">
1206
1397
  <a name="ClutterAnimator.see-also"></a><h2>See Also</h2>
1207
- <a class="link" href="ClutterAnimatable.html" title="ClutterAnimatable"><span class="type">ClutterAnimatable</span></a>, <a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a>, <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>,
1208
- <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>
1398
+ <p><a class="link" href="ClutterAnimatable.html" title="ClutterAnimatable"><span class="type">ClutterAnimatable</span></a>, <a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a>, <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>,
1399
+ <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a></p>
1209
1400
  </div>
1210
1401
  </div>
1211
1402
  <div class="footer">
1212
1403
  <hr>
1213
- Generated by GTK-Doc V1.19.1</div>
1404
+ Generated by GTK-Doc V1.20.1</div>
1214
1405
  </body>
1215
1406
  </html>