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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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="deprecated.html" title="Part IX. Deprecated Classes">
10
10
  <link rel="next" href="clutter-Implicit-Animations.html" title="Implicit Animations">
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="#ClutterAlpha.description" class="shortcut">Description</a>
20
-  | 
21
- <a href="#ClutterAlpha.object-hierarchy" class="shortcut">Object Hierarchy</a>
22
-  | 
23
- <a href="#ClutterAlpha.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
24
-  | 
25
- <a href="#ClutterAlpha.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="#ClutterAlpha.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#ClutterAlpha.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces">  <span class="dim">|</span> 
20
+ <a href="#ClutterAlpha.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties">  <span class="dim">|</span> 
21
+ <a href="#ClutterAlpha.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,47 +32,175 @@
36
32
  <h2><span class="refentrytitle"><a name="ClutterAlpha.top_of_page"></a>ClutterAlpha</span></h2>
37
33
  <p>ClutterAlpha — A class for calculating a value as a function of time</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="ClutterAlpha.synopsis"></a><h2>Synopsis</h2>
43
- <pre class="synopsis"> <a class="link" href="ClutterAlpha.html#ClutterAlpha-struct" title="ClutterAlpha">ClutterAlpha</a>;
44
- struct <a class="link" href="ClutterAlpha.html#ClutterAlphaClass" title="struct ClutterAlphaClass">ClutterAlphaClass</a>;
45
- <span class="returnvalue">gdouble</span> (<a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()">*ClutterAlphaFunc</a>) (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
46
- <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
47
- <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> * <a class="link" href="ClutterAlpha.html#clutter-alpha-new" title="clutter_alpha_new ()">clutter_alpha_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
48
- <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> * <a class="link" href="ClutterAlpha.html#clutter-alpha-new-full" title="clutter_alpha_new_full ()">clutter_alpha_new_full</a> (<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>,
49
- <em class="parameter"><code><span class="type">gulong</span> mode</code></em>);
50
- <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> * <a class="link" href="ClutterAlpha.html#clutter-alpha-new-with-func" title="clutter_alpha_new_with_func ()">clutter_alpha_new_with_func</a> (<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>,
51
- <em class="parameter"><code><a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> func</code></em>,
52
- <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
53
- <em class="parameter"><code><span class="type">GDestroyNotify</span> destroy</code></em>);
54
- <span class="returnvalue">void</span> <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()">clutter_alpha_set_timeline</a> (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
55
- <em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);
56
- <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> * <a class="link" href="ClutterAlpha.html#clutter-alpha-get-timeline" title="clutter_alpha_get_timeline ()">clutter_alpha_get_timeline</a> (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>);
57
- <span class="returnvalue">void</span> <a class="link" href="ClutterAlpha.html#clutter-alpha-set-mode" title="clutter_alpha_set_mode ()">clutter_alpha_set_mode</a> (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
58
- <em class="parameter"><code><span class="type">gulong</span> mode</code></em>);
59
- <span class="returnvalue">gulong</span> <a class="link" href="ClutterAlpha.html#clutter-alpha-get-mode" title="clutter_alpha_get_mode ()">clutter_alpha_get_mode</a> (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>);
60
- <span class="returnvalue">gdouble</span> <a class="link" href="ClutterAlpha.html#clutter-alpha-get-alpha" title="clutter_alpha_get_alpha ()">clutter_alpha_get_alpha</a> (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>);
61
-
62
- <span class="returnvalue">void</span> <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()">clutter_alpha_set_func</a> (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
63
- <em class="parameter"><code><a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> func</code></em>,
64
- <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
65
- <em class="parameter"><code><span class="type">GDestroyNotify</span> destroy</code></em>);
66
- <span class="returnvalue">void</span> <a class="link" href="ClutterAlpha.html#clutter-alpha-set-closure" title="clutter_alpha_set_closure ()">clutter_alpha_set_closure</a> (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
67
- <em class="parameter"><code><span class="type">GClosure</span> *closure</code></em>);
68
-
69
- <span class="returnvalue">gulong</span> <a class="link" href="ClutterAlpha.html#clutter-alpha-register-closure" title="clutter_alpha_register_closure ()">clutter_alpha_register_closure</a> (<em class="parameter"><code><span class="type">GClosure</span> *closure</code></em>);
70
- <span class="returnvalue">gulong</span> <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()">clutter_alpha_register_func</a> (<em class="parameter"><code><a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> func</code></em>,
71
- <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
72
- </pre>
37
+ <div class="refsect1">
38
+ <a name="ClutterAlpha.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
+ <span class="returnvalue">gdouble</span>
48
+ </td>
49
+ <td class="function_name">
50
+ <span class="c_punctuation">(</span><a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()">*ClutterAlphaFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
51
+ </td>
52
+ </tr>
53
+ <tr>
54
+ <td class="function_type">
55
+ <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> *
56
+ </td>
57
+ <td class="function_name">
58
+ <a class="link" href="ClutterAlpha.html#clutter-alpha-new" title="clutter_alpha_new ()">clutter_alpha_new</a> <span class="c_punctuation">()</span>
59
+ </td>
60
+ </tr>
61
+ <tr>
62
+ <td class="function_type">
63
+ <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> *
64
+ </td>
65
+ <td class="function_name">
66
+ <a class="link" href="ClutterAlpha.html#clutter-alpha-new-full" title="clutter_alpha_new_full ()">clutter_alpha_new_full</a> <span class="c_punctuation">()</span>
67
+ </td>
68
+ </tr>
69
+ <tr>
70
+ <td class="function_type">
71
+ <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> *
72
+ </td>
73
+ <td class="function_name">
74
+ <a class="link" href="ClutterAlpha.html#clutter-alpha-new-with-func" title="clutter_alpha_new_with_func ()">clutter_alpha_new_with_func</a> <span class="c_punctuation">()</span>
75
+ </td>
76
+ </tr>
77
+ <tr>
78
+ <td class="function_type">
79
+ <span class="returnvalue">void</span>
80
+ </td>
81
+ <td class="function_name">
82
+ <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()">clutter_alpha_set_timeline</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="ClutterAlpha.html#clutter-alpha-get-timeline" title="clutter_alpha_get_timeline ()">clutter_alpha_get_timeline</a> <span class="c_punctuation">()</span>
91
+ </td>
92
+ </tr>
93
+ <tr>
94
+ <td class="function_type">
95
+ <span class="returnvalue">void</span>
96
+ </td>
97
+ <td class="function_name">
98
+ <a class="link" href="ClutterAlpha.html#clutter-alpha-set-mode" title="clutter_alpha_set_mode ()">clutter_alpha_set_mode</a> <span class="c_punctuation">()</span>
99
+ </td>
100
+ </tr>
101
+ <tr>
102
+ <td class="function_type">
103
+ <span class="returnvalue">gulong</span>
104
+ </td>
105
+ <td class="function_name">
106
+ <a class="link" href="ClutterAlpha.html#clutter-alpha-get-mode" title="clutter_alpha_get_mode ()">clutter_alpha_get_mode</a> <span class="c_punctuation">()</span>
107
+ </td>
108
+ </tr>
109
+ <tr>
110
+ <td class="function_type">
111
+ <span class="returnvalue">gdouble</span>
112
+ </td>
113
+ <td class="function_name">
114
+ <a class="link" href="ClutterAlpha.html#clutter-alpha-get-alpha" title="clutter_alpha_get_alpha ()">clutter_alpha_get_alpha</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="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()">clutter_alpha_set_func</a> <span class="c_punctuation">()</span>
123
+ </td>
124
+ </tr>
125
+ <tr>
126
+ <td class="function_type">
127
+ <span class="returnvalue">void</span>
128
+ </td>
129
+ <td class="function_name">
130
+ <a class="link" href="ClutterAlpha.html#clutter-alpha-set-closure" title="clutter_alpha_set_closure ()">clutter_alpha_set_closure</a> <span class="c_punctuation">()</span>
131
+ </td>
132
+ </tr>
133
+ <tr>
134
+ <td class="function_type">
135
+ <span class="returnvalue">gulong</span>
136
+ </td>
137
+ <td class="function_name">
138
+ <a class="link" href="ClutterAlpha.html#clutter-alpha-register-closure" title="clutter_alpha_register_closure ()">clutter_alpha_register_closure</a> <span class="c_punctuation">()</span>
139
+ </td>
140
+ </tr>
141
+ <tr>
142
+ <td class="function_type">
143
+ <span class="returnvalue">gulong</span>
144
+ </td>
145
+ <td class="function_name">
146
+ <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()">clutter_alpha_register_func</a> <span class="c_punctuation">()</span>
147
+ </td>
148
+ </tr>
149
+ </tbody>
150
+ </table></div>
151
+ </div>
152
+ <div class="refsect1">
153
+ <a name="ClutterAlpha.properties"></a><h2>Properties</h2>
154
+ <div class="informaltable"><table border="0">
155
+ <colgroup>
156
+ <col width="150px" class="properties_type">
157
+ <col width="300px" class="properties_name">
158
+ <col width="200px" class="properties_flags">
159
+ </colgroup>
160
+ <tbody>
161
+ <tr>
162
+ <td class="property_type"><span class="type">gdouble</span></td>
163
+ <td class="property_name"><a class="link" href="ClutterAlpha.html#ClutterAlpha--alpha" title="The “alpha” property">alpha</a></td>
164
+ <td class="property_flags">Read</td>
165
+ </tr>
166
+ <tr>
167
+ <td class="property_type"><span class="type">gulong</span></td>
168
+ <td class="property_name"><a class="link" href="ClutterAlpha.html#ClutterAlpha--mode" title="The “mode” property">mode</a></td>
169
+ <td class="property_flags">Read / Write / Construct</td>
170
+ </tr>
171
+ <tr>
172
+ <td class="property_type">
173
+ <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *</td>
174
+ <td class="property_name"><a class="link" href="ClutterAlpha.html#ClutterAlpha--timeline" title="The “timeline” property">timeline</a></td>
175
+ <td class="property_flags">Read / Write</td>
176
+ </tr>
177
+ </tbody>
178
+ </table></div>
179
+ </div>
180
+ <div class="refsect1">
181
+ <a name="ClutterAlpha.other"></a><h2>Types and Values</h2>
182
+ <div class="informaltable"><table width="100%" border="0">
183
+ <colgroup>
184
+ <col width="150px" class="name">
185
+ <col class="description">
186
+ </colgroup>
187
+ <tbody>
188
+ <tr>
189
+ <td class="datatype_keyword"> </td>
190
+ <td class="function_name"><a class="link" href="ClutterAlpha.html#ClutterAlpha-struct" title="ClutterAlpha">ClutterAlpha</a></td>
191
+ </tr>
192
+ <tr>
193
+ <td class="datatype_keyword">struct</td>
194
+ <td class="function_name"><a class="link" href="ClutterAlpha.html#ClutterAlphaClass" title="struct ClutterAlphaClass">ClutterAlphaClass</a></td>
195
+ </tr>
196
+ </tbody>
197
+ </table></div>
73
198
  </div>
74
199
  <div class="refsect1">
75
200
  <a name="ClutterAlpha.object-hierarchy"></a><h2>Object Hierarchy</h2>
76
- <pre class="synopsis">
77
- GObject
78
- +----GInitiallyUnowned
79
- +----ClutterAlpha
201
+ <pre class="screen"> GObject
202
+ <span class="lineart">╰──</span> GInitiallyUnowned
203
+ <span class="lineart">╰──</span> ClutterAlpha
80
204
  </pre>
81
205
  </div>
82
206
  <div class="refsect1">
@@ -86,659 +210,607 @@ ClutterAlpha implements
86
210
  <a class="link" href="ClutterScriptable.html" title="ClutterScriptable">ClutterScriptable</a>.</p>
87
211
  </div>
88
212
  <div class="refsect1">
89
- <a name="ClutterAlpha.properties"></a><h2>Properties</h2>
90
- <pre class="synopsis">
91
- "<a class="link" href="ClutterAlpha.html#ClutterAlpha--alpha" title='The "alpha" property'>alpha</a>" <span class="type">gdouble</span> : Read
92
- "<a class="link" href="ClutterAlpha.html#ClutterAlpha--mode" title='The "mode" property'>mode</a>" <span class="type">gulong</span> : Read / Write / Construct
93
- "<a class="link" href="ClutterAlpha.html#ClutterAlpha--timeline" title='The "timeline" property'>timeline</a>" <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>* : Read / Write
94
- </pre>
95
- </div>
96
- <div class="refsect1">
97
213
  <a name="ClutterAlpha.description"></a><h2>Description</h2>
98
- <p>
99
- <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> is a class for calculating an floating point value
100
- dependent only on the position of a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>.
101
- </p>
102
- <p>
103
- </p>
104
- <div class="warning">
105
- <h3 class="title">Warning</h3>For newly written code, it is recommended to use the
106
- <a class="link" href="ClutterTimeline.html#ClutterTimeline--progress-mode" title='The "progress-mode" property'><span class="type">"progress-mode"</span></a> property of <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>, or the
107
- <a class="link" href="ClutterTimeline.html#clutter-timeline-set-progress-func" title="clutter_timeline_set_progress_func ()"><code class="function">clutter_timeline_set_progress_func()</code></a> function instead of <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>.
214
+ <p><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> is a class for calculating an floating point value
215
+ dependent only on the position of a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>.</p>
216
+ <p>For newly written code, it is recommended to use the
217
+ <a class="link" href="ClutterTimeline.html#ClutterTimeline--progress-mode" title="The “progress-mode” property"><span class="type">“progress-mode”</span></a> property of <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>, or the
218
+ <a class="link" href="ClutterTimeline.html#clutter-timeline-set-progress-func" title="clutter_timeline_set_progress_func ()"><code class="function">clutter_timeline_set_progress_func()</code></a> function instead of <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>.
108
219
  The <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> class will be deprecated in the future, and will not
109
- be available any more in the next major version of Clutter.</div>
110
- <p>
111
- </p>
112
- <p>
113
- A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> binds a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> to a progress function which
220
+ be available any more in the next major version of Clutter.</p>
221
+ <p>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> binds a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> to a progress function which
114
222
  translates the time T into an adimensional factor alpha. The factor can
115
223
  then be used to drive a <a class="link" href="ClutterBehaviour.html" title="ClutterBehaviour"><span class="type">ClutterBehaviour</span></a>, which will translate the
116
- alpha value into something meaningful for a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>.
117
- </p>
118
- <p>
119
- You should provide a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> and bind it to the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
120
- instance using <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()"><code class="function">clutter_alpha_set_timeline()</code></a>. You should also set an
224
+ alpha value into something meaningful for a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>.</p>
225
+ <p>You should provide a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> and bind it to the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
226
+ instance using <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()"><code class="function">clutter_alpha_set_timeline()</code></a>. You should also set an
121
227
  "animation mode", either by using the <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> values that
122
228
  Clutter itself provides or by registering custom functions using
123
- <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()"><code class="function">clutter_alpha_register_func()</code></a>.
124
- </p>
125
- <p>
126
- Instead of a <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> you may provide a function returning
229
+ <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()"><code class="function">clutter_alpha_register_func()</code></a>.</p>
230
+ <p>Instead of a <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> you may provide a function returning
127
231
  the alpha value depending on the progress of the timeline, using
128
- <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a> or <a class="link" href="ClutterAlpha.html#clutter-alpha-set-closure" title="clutter_alpha_set_closure ()"><code class="function">clutter_alpha_set_closure()</code></a>. The alpha
232
+ <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a> or <a class="link" href="ClutterAlpha.html#clutter-alpha-set-closure" title="clutter_alpha_set_closure ()"><code class="function">clutter_alpha_set_closure()</code></a>. The alpha
129
233
  function will be executed each time a new frame in the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>
130
- is reached.
131
- </p>
132
- <p>
133
- Since the alpha function is controlled by the timeline instance, you can
234
+ is reached.</p>
235
+ <p>Since the alpha function is controlled by the timeline instance, you can
134
236
  pause, stop or resume the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> from calling the alpha function by
135
- using the appropriate functions of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> object.
136
- </p>
137
- <p>
138
- <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> is used to "drive" a <a class="link" href="ClutterBehaviour.html" title="ClutterBehaviour"><span class="type">ClutterBehaviour</span></a> instance, and it
139
- is internally used by the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> API.
140
- </p>
141
- <p>
142
- </p>
143
- <div class="refsect2">
144
- <a name="ClutterAlpha-script"></a><h3>ClutterAlpha custom properties for <a class="link" href="ClutterScript.html" title="ClutterScript"><span class="type">ClutterScript</span></a>
145
- </h3>
146
- <p><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> defines a custom "function" property for
147
- <a class="link" href="ClutterScript.html" title="ClutterScript"><span class="type">ClutterScript</span></a> which allows to reference a custom alpha function
148
- available in the source code. Setting the "function" property
149
- is equivalent to calling <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a> with the
150
- specified function name. No user data or <span class="type">GDestroyNotify</span> is
151
- available to be passed.</p>
152
- <div class="example">
153
- <a name="ClutterAlpha-script-example"></a><p class="title"><b>Example 20. Defining a ClutterAlpha in ClutterScript</b></p>
154
- <div class="example-contents">
237
+ using the appropriate functions of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> object.</p>
238
+ <p><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> is used to "drive" a <a class="link" href="ClutterBehaviour.html" title="ClutterBehaviour"><span class="type">ClutterBehaviour</span></a> instance, and it
239
+ is internally used by the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> API.</p>
240
+ <p><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> is available since Clutter 0.2.</p>
241
+ <p><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> is deprecated since Clutter 1.12; use <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> and the
242
+ <a class="link" href="ClutterTimeline.html#ClutterTimeline--progress-mode" title="The “progress-mode” property"><span class="type">“progress-mode”</span></a> property.</p>
243
+ <div class="refsect3">
244
+ <a name="id-1.10.2.8.11"></a><h4>ClutterAlpha custom properties for <a class="link" href="ClutterScript.html" title="ClutterScript"><span class="type">ClutterScript</span></a>
245
+ </h4>
246
+ <p><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> defines a custom <code class="literal">function</code> property for
247
+ <a class="link" href="ClutterScript.html" title="ClutterScript"><span class="type">ClutterScript</span></a> which allows to reference a custom alpha function
248
+ available in the source code. Setting the <code class="literal">function</code> property
249
+ is equivalent to calling <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a> with the
250
+ specified function name. No user data or <span class="type">GDestroyNotify</span> is
251
+ available to be passed.</p>
155
252
  <p>The following JSON fragment defines a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
156
- using a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> with id "sine-timeline" and an alpha
157
- function called <code class="function">my_sine_alpha</code>. The defined
158
- <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance can be reused in multiple <a class="link" href="ClutterBehaviour.html" title="ClutterBehaviour"><span class="type">ClutterBehaviour</span></a>
159
- definitions or for <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> definitions.</p>
160
- <pre class="programlisting">
161
- {
162
- "id" : "sine-alpha",
163
- "timeline" : {
164
- "id" : "sine-timeline",
165
- "duration" : 500,
166
- "loop" : true
167
- },
168
- "function" : "my_sine_alpha"
169
- }
170
- </pre>
171
- </div>
172
- </div>
173
- <br class="example-break"><p>For the way to define the <a class="link" href="ClutterAlpha.html#ClutterAlpha--mode" title='The "mode" property'><span class="type">"mode"</span></a> property
174
- inside a ClutterScript fragment, see <a class="link" href="clutter-Implicit-Animations.html#clutter-AnimationMode-Script" title="Defining ClutterAnimationMode inside ClutterScript">the corresponding section</a>
175
- in <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>.</p>
253
+ using a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> with id "sine-timeline" and an alpha
254
+ function called <code class="literal">my_sine_alpha</code>. The defined <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
255
+ instance can be reused in multiple <a class="link" href="ClutterBehaviour.html" title="ClutterBehaviour"><span class="type">ClutterBehaviour</span></a>
256
+ definitions or for <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> definitions.</p>
257
+ <div class="informalexample">
258
+ <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
259
+ <tbody>
260
+ <tr>
261
+ <td class="listing_lines" align="right"><pre>1
262
+ 2
263
+ 3
264
+ 4
265
+ 5
266
+ 6
267
+ 7
268
+ 8
269
+ 9</pre></td>
270
+ <td class="listing_code"><pre class="programlisting"><span class="cbracket">{</span>
271
+ <span class="normal"> </span><span class="string">"id"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="string">"sine-alpha"</span><span class="symbol">,</span>
272
+ <span class="normal"> </span><span class="string">"timeline"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="cbracket">{</span>
273
+ <span class="normal"> </span><span class="string">"id"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="string">"sine-timeline"</span><span class="symbol">,</span>
274
+ <span class="normal"> </span><span class="string">"duration"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="number">500</span><span class="symbol">,</span>
275
+ <span class="normal"> </span><span class="string">"loop"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> true</span>
276
+ <span class="normal"> </span><span class="cbracket">}</span><span class="symbol">,</span>
277
+ <span class="normal"> </span><span class="string">"function"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="string">"my_sine_alpha"</span>
278
+ <span class="cbracket">}</span></pre></td>
279
+ </tr>
280
+ </tbody>
281
+ </table>
176
282
  </div>
177
- <p>
178
- </p>
179
- <p>
180
- <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> is available since Clutter 0.2.
181
- </p>
182
- <p>
183
- <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> is deprecated since Clutter 1.12; use <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> and the
184
- <a class="link" href="ClutterTimeline.html#ClutterTimeline--progress-mode" title='The "progress-mode" property'><span class="type">"progress-mode"</span></a> property.
185
- </p>
283
+
284
+ <p></p>
186
285
  </div>
187
- <div class="refsect1">
188
- <a name="ClutterAlpha.details"></a><h2>Details</h2>
189
- <div class="refsect2">
190
- <a name="ClutterAlpha-struct"></a><h3>ClutterAlpha</h3>
191
- <pre class="programlisting">typedef struct _ClutterAlpha ClutterAlpha;</pre>
192
- <p>
193
- <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> combines a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> and a function.
194
- The contents of the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> structure are private and should
195
- only be accessed using the provided API.
196
- </p>
197
- <p class="since">Since 0.2</p>
198
286
  </div>
199
- <hr>
200
- <div class="refsect2">
201
- <a name="ClutterAlphaClass"></a><h3>struct ClutterAlphaClass</h3>
202
- <pre class="programlisting">struct ClutterAlphaClass {
203
- };
204
- </pre>
205
- <p>
206
- Base class for <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
207
- </p>
208
- <p class="since">Since 0.2</p>
209
- </div>
210
- <hr>
287
+ <div class="refsect1">
288
+ <a name="ClutterAlpha.functions_details"></a><h2>Functions</h2>
211
289
  <div class="refsect2">
212
- <a name="ClutterAlphaFunc"></a><h3>ClutterAlphaFunc ()</h3>
213
- <pre class="programlisting"><span class="returnvalue">gdouble</span> (*ClutterAlphaFunc) (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
214
- <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
215
- <p>
216
- A function returning a value depending on the position of
217
- the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> bound to <em class="parameter"><code>alpha</code></em>.
218
- </p>
219
- <div class="variablelist"><table border="0" class="variablelist">
290
+ <a name="ClutterAlphaFunc"></a><h3>ClutterAlphaFunc ()</h3>
291
+ <pre class="programlisting"><span class="returnvalue">gdouble</span>
292
+ <span class="c_punctuation">(</span>*ClutterAlphaFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
293
+ <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
294
+ <p>A function returning a value depending on the position of
295
+ the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> bound to <em class="parameter"><code>alpha</code></em>
296
+ .</p>
297
+ <div class="refsect3">
298
+ <a name="id-1.10.2.9.2.5"></a><h4>Parameters</h4>
299
+ <div class="informaltable"><table width="100%" border="0">
220
300
  <colgroup>
221
- <col align="left" valign="top">
222
- <col>
301
+ <col width="150px" class="parameters_name">
302
+ <col class="parameters_description">
303
+ <col width="200px" class="parameters_annotations">
223
304
  </colgroup>
224
305
  <tbody>
225
306
  <tr>
226
- <td><p><span class="term"><em class="parameter"><code>alpha</code></em> :</span></p></td>
227
- <td>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
228
- </td>
229
- </tr>
230
- <tr>
231
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
232
- <td>user data passed to the function</td>
307
+ <td class="parameter_name"><p>alpha</p></td>
308
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
309
+ <td class="parameter_annotations"> </td>
233
310
  </tr>
234
311
  <tr>
235
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
236
- <td>a floating point value</td>
312
+ <td class="parameter_name"><p>user_data</p></td>
313
+ <td class="parameter_description"><p>user data passed to the function</p></td>
314
+ <td class="parameter_annotations"> </td>
237
315
  </tr>
238
316
  </tbody>
239
317
  </table></div>
318
+ </div>
319
+ <div class="refsect3">
320
+ <a name="id-1.10.2.9.2.6"></a><h4>Returns</h4>
321
+ <p> a floating point value</p>
322
+ <p></p>
323
+ </div>
240
324
  <p class="since">Since 0.2</p>
241
325
  </div>
242
326
  <hr>
243
327
  <div class="refsect2">
244
- <a name="clutter-alpha-new"></a><h3>clutter_alpha_new ()</h3>
245
- <pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> * clutter_alpha_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
246
- <div class="warning">
247
- <h3 class="title">Warning</h3>
248
- <p><code class="literal">clutter_alpha_new</code> is deprecated and should not be used in newly-written code. 1.12</p>
249
- </div>
250
- <p>
251
- Creates a new <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance. You must set a function
252
- to compute the alpha value using <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a> and
328
+ <a name="clutter-alpha-new"></a><h3>clutter_alpha_new ()</h3>
329
+ <pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> *
330
+ clutter_alpha_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
331
+ <div class="warning"><p><code class="literal">clutter_alpha_new</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
332
+ <p>Creates a new <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance. You must set a function
333
+ to compute the alpha value using <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a> and
253
334
  bind a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> object to the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance
254
- using <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()"><code class="function">clutter_alpha_set_timeline()</code></a>.
255
- </p>
256
- <p>
257
- You should use the newly created <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance inside
258
- a <a class="link" href="ClutterBehaviour.html" title="ClutterBehaviour"><span class="type">ClutterBehaviour</span></a> object.
259
- </p>
260
- <div class="variablelist"><table border="0" class="variablelist">
261
- <colgroup>
262
- <col align="left" valign="top">
263
- <col>
264
- </colgroup>
265
- <tbody><tr>
266
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
267
- <td>the newly created empty <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance.</td>
268
- </tr></tbody>
269
- </table></div>
335
+ using <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()"><code class="function">clutter_alpha_set_timeline()</code></a>.</p>
336
+ <p>You should use the newly created <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance inside
337
+ a <a class="link" href="ClutterBehaviour.html" title="ClutterBehaviour"><span class="type">ClutterBehaviour</span></a> object.</p>
338
+ <div class="refsect3">
339
+ <a name="id-1.10.2.9.3.8"></a><h4>Returns</h4>
340
+ <p> the newly created empty <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance.</p>
341
+ <p></p>
342
+ </div>
270
343
  <p class="since">Since 0.2</p>
271
344
  </div>
272
345
  <hr>
273
346
  <div class="refsect2">
274
- <a name="clutter-alpha-new-full"></a><h3>clutter_alpha_new_full ()</h3>
275
- <pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> * clutter_alpha_new_full (<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>,
276
- <em class="parameter"><code><span class="type">gulong</span> mode</code></em>);</pre>
277
- <div class="warning">
278
- <h3 class="title">Warning</h3>
279
- <p><code class="literal">clutter_alpha_new_full</code> is deprecated and should not be used in newly-written code. 1.12</p>
280
- </div>
281
- <p>
282
- Creates a new <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance and sets the timeline
283
- and animation mode.
284
- </p>
285
- <p>
286
- See also <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()"><code class="function">clutter_alpha_set_timeline()</code></a> and <a class="link" href="ClutterAlpha.html#clutter-alpha-set-mode" title="clutter_alpha_set_mode ()"><code class="function">clutter_alpha_set_mode()</code></a>.
287
- </p>
288
- <div class="variablelist"><table border="0" class="variablelist">
347
+ <a name="clutter-alpha-new-full"></a><h3>clutter_alpha_new_full ()</h3>
348
+ <pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> *
349
+ clutter_alpha_new_full (<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>,
350
+ <em class="parameter"><code><span class="type">gulong</span> mode</code></em>);</pre>
351
+ <div class="warning"><p><code class="literal">clutter_alpha_new_full</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
352
+ <p>Creates a new <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance and sets the timeline
353
+ and animation mode.</p>
354
+ <p>See also <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()"><code class="function">clutter_alpha_set_timeline()</code></a> and <a class="link" href="ClutterAlpha.html#clutter-alpha-set-mode" title="clutter_alpha_set_mode ()"><code class="function">clutter_alpha_set_mode()</code></a>.</p>
355
+ <div class="refsect3">
356
+ <a name="id-1.10.2.9.4.8"></a><h4>Parameters</h4>
357
+ <div class="informaltable"><table width="100%" border="0">
289
358
  <colgroup>
290
- <col align="left" valign="top">
291
- <col>
359
+ <col width="150px" class="parameters_name">
360
+ <col class="parameters_description">
361
+ <col width="200px" class="parameters_annotations">
292
362
  </colgroup>
293
363
  <tbody>
294
364
  <tr>
295
- <td><p><span class="term"><em class="parameter"><code>timeline</code></em> :</span></p></td>
296
- <td>
297
- <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> timeline</td>
298
- </tr>
299
- <tr>
300
- <td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
301
- <td>animation mode</td>
365
+ <td class="parameter_name"><p>timeline</p></td>
366
+ <td class="parameter_description"><p><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> timeline</p></td>
367
+ <td class="parameter_annotations"> </td>
302
368
  </tr>
303
369
  <tr>
304
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
305
- <td>the newly created <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
306
- </td>
370
+ <td class="parameter_name"><p>mode</p></td>
371
+ <td class="parameter_description"><p>animation mode</p></td>
372
+ <td class="parameter_annotations"> </td>
307
373
  </tr>
308
374
  </tbody>
309
375
  </table></div>
376
+ </div>
377
+ <div class="refsect3">
378
+ <a name="id-1.10.2.9.4.9"></a><h4>Returns</h4>
379
+ <p> the newly created <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p>
380
+ <p></p>
381
+ </div>
310
382
  <p class="since">Since 1.0</p>
311
383
  </div>
312
384
  <hr>
313
385
  <div class="refsect2">
314
- <a name="clutter-alpha-new-with-func"></a><h3>clutter_alpha_new_with_func ()</h3>
315
- <pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> * clutter_alpha_new_with_func (<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>,
316
- <em class="parameter"><code><a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> func</code></em>,
317
- <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
318
- <em class="parameter"><code><span class="type">GDestroyNotify</span> destroy</code></em>);</pre>
319
- <div class="warning">
320
- <h3 class="title">Warning</h3>
321
- <p><code class="literal">clutter_alpha_new_with_func</code> is deprecated and should not be used in newly-written code. 1.12</p>
322
- </div>
323
- <p>
324
- Creates a new <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instances and sets the timeline
325
- and the alpha function.
326
- </p>
327
- <p>
328
- This function will not register <em class="parameter"><code>func</code></em> as a global alpha function.
329
- </p>
330
- <p>
331
- See also <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()"><code class="function">clutter_alpha_set_timeline()</code></a> and <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a>.
332
- </p>
333
- <div class="variablelist"><table border="0" class="variablelist">
386
+ <a name="clutter-alpha-new-with-func"></a><h3>clutter_alpha_new_with_func ()</h3>
387
+ <pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> *
388
+ clutter_alpha_new_with_func (<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>,
389
+ <em class="parameter"><code><a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> func</code></em>,
390
+ <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
391
+ <em class="parameter"><code><span class="type">GDestroyNotify</span> destroy</code></em>);</pre>
392
+ <div class="warning"><p><code class="literal">clutter_alpha_new_with_func</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
393
+ <p>Creates a new <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instances and sets the timeline
394
+ and the alpha function.</p>
395
+ <p>This function will not register <em class="parameter"><code>func</code></em>
396
+ as a global alpha function.</p>
397
+ <p>See also <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()"><code class="function">clutter_alpha_set_timeline()</code></a> and <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a>.</p>
398
+ <div class="refsect3">
399
+ <a name="id-1.10.2.9.5.9"></a><h4>Parameters</h4>
400
+ <div class="informaltable"><table width="100%" border="0">
334
401
  <colgroup>
335
- <col align="left" valign="top">
336
- <col>
402
+ <col width="150px" class="parameters_name">
403
+ <col class="parameters_description">
404
+ <col width="200px" class="parameters_annotations">
337
405
  </colgroup>
338
406
  <tbody>
339
407
  <tr>
340
- <td><p><span class="term"><em class="parameter"><code>timeline</code></em> :</span></p></td>
341
- <td>a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>
342
- </td>
343
- </tr>
344
- <tr>
345
- <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
346
- <td>a <a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a>
347
- </td>
408
+ <td class="parameter_name"><p>timeline</p></td>
409
+ <td class="parameter_description"><p>a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a></p></td>
410
+ <td class="parameter_annotations"> </td>
348
411
  </tr>
349
412
  <tr>
350
- <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
351
- <td>data to pass to the function, or <code class="literal">NULL</code>
352
- </td>
413
+ <td class="parameter_name"><p>func</p></td>
414
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a></p></td>
415
+ <td class="parameter_annotations"> </td>
353
416
  </tr>
354
417
  <tr>
355
- <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
356
- <td>function to call when removing the alpha function, or <code class="literal">NULL</code>
357
- </td>
418
+ <td class="parameter_name"><p>data</p></td>
419
+ <td class="parameter_description"><p>data to pass to the function, or <code class="literal">NULL</code></p></td>
420
+ <td class="parameter_annotations"> </td>
358
421
  </tr>
359
422
  <tr>
360
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
361
- <td>the newly created <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
362
- </td>
423
+ <td class="parameter_name"><p>destroy</p></td>
424
+ <td class="parameter_description"><p>function to call when removing the alpha function, or <code class="literal">NULL</code></p></td>
425
+ <td class="parameter_annotations"> </td>
363
426
  </tr>
364
427
  </tbody>
365
428
  </table></div>
429
+ </div>
430
+ <div class="refsect3">
431
+ <a name="id-1.10.2.9.5.10"></a><h4>Returns</h4>
432
+ <p> the newly created <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p>
433
+ <p></p>
434
+ </div>
366
435
  <p class="since">Since 1.0</p>
367
436
  </div>
368
437
  <hr>
369
438
  <div class="refsect2">
370
- <a name="clutter-alpha-set-timeline"></a><h3>clutter_alpha_set_timeline ()</h3>
371
- <pre class="programlisting"><span class="returnvalue">void</span> clutter_alpha_set_timeline (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
372
- <em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
373
- <div class="warning">
374
- <h3 class="title">Warning</h3>
375
- <p><code class="literal">clutter_alpha_set_timeline</code> is deprecated and should not be used in newly-written code. 1.12</p>
376
- </div>
377
- <p>
378
- Binds <em class="parameter"><code>alpha</code></em> to <em class="parameter"><code>timeline</code></em>.
379
- </p>
380
- <div class="variablelist"><table border="0" class="variablelist">
439
+ <a name="clutter-alpha-set-timeline"></a><h3>clutter_alpha_set_timeline ()</h3>
440
+ <pre class="programlisting"><span class="returnvalue">void</span>
441
+ clutter_alpha_set_timeline (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
442
+ <em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
443
+ <div class="warning"><p><code class="literal">clutter_alpha_set_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
444
+ <p>Binds <em class="parameter"><code>alpha</code></em>
445
+ to <em class="parameter"><code>timeline</code></em>
446
+ .</p>
447
+ <div class="refsect3">
448
+ <a name="id-1.10.2.9.6.7"></a><h4>Parameters</h4>
449
+ <div class="informaltable"><table width="100%" border="0">
381
450
  <colgroup>
382
- <col align="left" valign="top">
383
- <col>
451
+ <col width="150px" class="parameters_name">
452
+ <col class="parameters_description">
453
+ <col width="200px" class="parameters_annotations">
384
454
  </colgroup>
385
455
  <tbody>
386
456
  <tr>
387
- <td><p><span class="term"><em class="parameter"><code>alpha</code></em> :</span></p></td>
388
- <td>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
389
- </td>
457
+ <td class="parameter_name"><p>alpha</p></td>
458
+ <td class="parameter_description"><p>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
459
+ <td class="parameter_annotations"> </td>
390
460
  </tr>
391
461
  <tr>
392
- <td><p><span class="term"><em class="parameter"><code>timeline</code></em> :</span></p></td>
393
- <td>A <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>
394
- </td>
462
+ <td class="parameter_name"><p>timeline</p></td>
463
+ <td class="parameter_description"><p>A <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a></p></td>
464
+ <td class="parameter_annotations"> </td>
395
465
  </tr>
396
466
  </tbody>
397
467
  </table></div>
468
+ </div>
398
469
  <p class="since">Since 0.2</p>
399
470
  </div>
400
471
  <hr>
401
472
  <div class="refsect2">
402
- <a name="clutter-alpha-get-timeline"></a><h3>clutter_alpha_get_timeline ()</h3>
403
- <pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> * clutter_alpha_get_timeline (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>);</pre>
404
- <div class="warning">
405
- <h3 class="title">Warning</h3>
406
- <p><code class="literal">clutter_alpha_get_timeline</code> is deprecated and should not be used in newly-written code. 1.12</p>
407
- </div>
408
- <p>
409
- Gets the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> bound to <em class="parameter"><code>alpha</code></em>.
410
- </p>
411
- <div class="variablelist"><table border="0" class="variablelist">
473
+ <a name="clutter-alpha-get-timeline"></a><h3>clutter_alpha_get_timeline ()</h3>
474
+ <pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> *
475
+ clutter_alpha_get_timeline (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>);</pre>
476
+ <div class="warning"><p><code class="literal">clutter_alpha_get_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
477
+ <p>Gets the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> bound to <em class="parameter"><code>alpha</code></em>
478
+ .</p>
479
+ <div class="refsect3">
480
+ <a name="id-1.10.2.9.7.7"></a><h4>Parameters</h4>
481
+ <div class="informaltable"><table width="100%" border="0">
412
482
  <colgroup>
413
- <col align="left" valign="top">
414
- <col>
483
+ <col width="150px" class="parameters_name">
484
+ <col class="parameters_description">
485
+ <col width="200px" class="parameters_annotations">
415
486
  </colgroup>
416
- <tbody>
417
- <tr>
418
- <td><p><span class="term"><em class="parameter"><code>alpha</code></em> :</span></p></td>
419
- <td>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
420
- </td>
421
- </tr>
422
- <tr>
423
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
424
- <td>a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> instance. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
425
- </td>
426
- </tr>
427
- </tbody>
487
+ <tbody><tr>
488
+ <td class="parameter_name"><p>alpha</p></td>
489
+ <td class="parameter_description"><p>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
490
+ <td class="parameter_annotations"> </td>
491
+ </tr></tbody>
428
492
  </table></div>
493
+ </div>
494
+ <div class="refsect3">
495
+ <a name="id-1.10.2.9.7.8"></a><h4>Returns</h4>
496
+ <p> a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> instance. </p>
497
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
498
+ </div>
429
499
  <p class="since">Since 0.2</p>
430
500
  </div>
431
501
  <hr>
432
502
  <div class="refsect2">
433
- <a name="clutter-alpha-set-mode"></a><h3>clutter_alpha_set_mode ()</h3>
434
- <pre class="programlisting"><span class="returnvalue">void</span> clutter_alpha_set_mode (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
435
- <em class="parameter"><code><span class="type">gulong</span> mode</code></em>);</pre>
436
- <div class="warning">
437
- <h3 class="title">Warning</h3>
438
- <p><code class="literal">clutter_alpha_set_mode</code> is deprecated and should not be used in newly-written code. 1.12</p>
439
- </div>
440
- <p>
441
- Sets the progress function of <em class="parameter"><code>alpha</code></em> using the symbolic value
442
- of <em class="parameter"><code>mode</code></em>, as taken by the <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> enumeration or
443
- using the value returned by <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()"><code class="function">clutter_alpha_register_func()</code></a>.
444
- </p>
445
- <div class="variablelist"><table border="0" class="variablelist">
503
+ <a name="clutter-alpha-set-mode"></a><h3>clutter_alpha_set_mode ()</h3>
504
+ <pre class="programlisting"><span class="returnvalue">void</span>
505
+ clutter_alpha_set_mode (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
506
+ <em class="parameter"><code><span class="type">gulong</span> mode</code></em>);</pre>
507
+ <div class="warning"><p><code class="literal">clutter_alpha_set_mode</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
508
+ <p>Sets the progress function of <em class="parameter"><code>alpha</code></em>
509
+ using the symbolic value
510
+ of <em class="parameter"><code>mode</code></em>
511
+ , as taken by the <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> enumeration or
512
+ using the value returned by <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()"><code class="function">clutter_alpha_register_func()</code></a>.</p>
513
+ <div class="refsect3">
514
+ <a name="id-1.10.2.9.8.7"></a><h4>Parameters</h4>
515
+ <div class="informaltable"><table width="100%" border="0">
446
516
  <colgroup>
447
- <col align="left" valign="top">
448
- <col>
517
+ <col width="150px" class="parameters_name">
518
+ <col class="parameters_description">
519
+ <col width="200px" class="parameters_annotations">
449
520
  </colgroup>
450
521
  <tbody>
451
522
  <tr>
452
- <td><p><span class="term"><em class="parameter"><code>alpha</code></em> :</span></p></td>
453
- <td>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
454
- </td>
523
+ <td class="parameter_name"><p>alpha</p></td>
524
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
525
+ <td class="parameter_annotations"> </td>
455
526
  </tr>
456
527
  <tr>
457
- <td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
458
- <td>a <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a>
459
- </td>
528
+ <td class="parameter_name"><p>mode</p></td>
529
+ <td class="parameter_description"><p>a <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a></p></td>
530
+ <td class="parameter_annotations"> </td>
460
531
  </tr>
461
532
  </tbody>
462
533
  </table></div>
534
+ </div>
463
535
  <p class="since">Since 1.0</p>
464
536
  </div>
465
537
  <hr>
466
538
  <div class="refsect2">
467
- <a name="clutter-alpha-get-mode"></a><h3>clutter_alpha_get_mode ()</h3>
468
- <pre class="programlisting"><span class="returnvalue">gulong</span> clutter_alpha_get_mode (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>);</pre>
469
- <div class="warning">
470
- <h3 class="title">Warning</h3>
471
- <p><code class="literal">clutter_alpha_get_mode</code> is deprecated and should not be used in newly-written code. 1.12</p>
472
- </div>
473
- <p>
474
- Retrieves the <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> used by <em class="parameter"><code>alpha</code></em>.
475
- </p>
476
- <div class="variablelist"><table border="0" class="variablelist">
539
+ <a name="clutter-alpha-get-mode"></a><h3>clutter_alpha_get_mode ()</h3>
540
+ <pre class="programlisting"><span class="returnvalue">gulong</span>
541
+ clutter_alpha_get_mode (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>);</pre>
542
+ <div class="warning"><p><code class="literal">clutter_alpha_get_mode</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
543
+ <p>Retrieves the <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> used by <em class="parameter"><code>alpha</code></em>
544
+ .</p>
545
+ <div class="refsect3">
546
+ <a name="id-1.10.2.9.9.7"></a><h4>Parameters</h4>
547
+ <div class="informaltable"><table width="100%" border="0">
477
548
  <colgroup>
478
- <col align="left" valign="top">
479
- <col>
549
+ <col width="150px" class="parameters_name">
550
+ <col class="parameters_description">
551
+ <col width="200px" class="parameters_annotations">
480
552
  </colgroup>
481
- <tbody>
482
- <tr>
483
- <td><p><span class="term"><em class="parameter"><code>alpha</code></em> :</span></p></td>
484
- <td>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
485
- </td>
486
- </tr>
487
- <tr>
488
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
489
- <td>the animation mode</td>
490
- </tr>
491
- </tbody>
553
+ <tbody><tr>
554
+ <td class="parameter_name"><p>alpha</p></td>
555
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
556
+ <td class="parameter_annotations"> </td>
557
+ </tr></tbody>
492
558
  </table></div>
559
+ </div>
560
+ <div class="refsect3">
561
+ <a name="id-1.10.2.9.9.8"></a><h4>Returns</h4>
562
+ <p> the animation mode</p>
563
+ <p></p>
564
+ </div>
493
565
  <p class="since">Since 1.0</p>
494
566
  </div>
495
567
  <hr>
496
568
  <div class="refsect2">
497
- <a name="clutter-alpha-get-alpha"></a><h3>clutter_alpha_get_alpha ()</h3>
498
- <pre class="programlisting"><span class="returnvalue">gdouble</span> clutter_alpha_get_alpha (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>);</pre>
499
- <div class="warning">
500
- <h3 class="title">Warning</h3>
501
- <p><code class="literal">clutter_alpha_get_alpha</code> is deprecated and should not be used in newly-written code. 1.12</p>
502
- </div>
503
- <p>
504
- Query the current alpha value.
505
- </p>
506
- <div class="variablelist"><table border="0" class="variablelist">
569
+ <a name="clutter-alpha-get-alpha"></a><h3>clutter_alpha_get_alpha ()</h3>
570
+ <pre class="programlisting"><span class="returnvalue">gdouble</span>
571
+ clutter_alpha_get_alpha (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>);</pre>
572
+ <div class="warning"><p><code class="literal">clutter_alpha_get_alpha</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
573
+ <p>Query the current alpha value.</p>
574
+ <div class="refsect3">
575
+ <a name="id-1.10.2.9.10.7"></a><h4>Parameters</h4>
576
+ <div class="informaltable"><table width="100%" border="0">
507
577
  <colgroup>
508
- <col align="left" valign="top">
509
- <col>
578
+ <col width="150px" class="parameters_name">
579
+ <col class="parameters_description">
580
+ <col width="200px" class="parameters_annotations">
510
581
  </colgroup>
511
- <tbody>
512
- <tr>
513
- <td><p><span class="term"><em class="parameter"><code>alpha</code></em> :</span></p></td>
514
- <td>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
515
- </td>
516
- </tr>
517
- <tr>
518
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
519
- <td>The current alpha value for the alpha</td>
520
- </tr>
521
- </tbody>
582
+ <tbody><tr>
583
+ <td class="parameter_name"><p>alpha</p></td>
584
+ <td class="parameter_description"><p>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
585
+ <td class="parameter_annotations"> </td>
586
+ </tr></tbody>
522
587
  </table></div>
588
+ </div>
589
+ <div class="refsect3">
590
+ <a name="id-1.10.2.9.10.8"></a><h4>Returns</h4>
591
+ <p> The current alpha value for the alpha</p>
592
+ <p></p>
593
+ </div>
523
594
  <p class="since">Since 0.2</p>
524
595
  </div>
525
596
  <hr>
526
597
  <div class="refsect2">
527
- <a name="clutter-alpha-set-func"></a><h3>clutter_alpha_set_func ()</h3>
528
- <pre class="programlisting"><span class="returnvalue">void</span> clutter_alpha_set_func (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
529
- <em class="parameter"><code><a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> func</code></em>,
530
- <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
531
- <em class="parameter"><code><span class="type">GDestroyNotify</span> destroy</code></em>);</pre>
532
- <div class="warning">
533
- <h3 class="title">Warning</h3>
534
- <p><code class="literal">clutter_alpha_set_func</code> is deprecated and should not be used in newly-written code. 1.12</p>
535
- </div>
536
- <p>
537
- Sets the <a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> function used to compute
598
+ <a name="clutter-alpha-set-func"></a><h3>clutter_alpha_set_func ()</h3>
599
+ <pre class="programlisting"><span class="returnvalue">void</span>
600
+ clutter_alpha_set_func (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
601
+ <em class="parameter"><code><a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> func</code></em>,
602
+ <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
603
+ <em class="parameter"><code><span class="type">GDestroyNotify</span> destroy</code></em>);</pre>
604
+ <div class="warning"><p><code class="literal">clutter_alpha_set_func</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
605
+ <p>Sets the <a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> function used to compute
538
606
  the alpha value at each frame of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>
539
- bound to <em class="parameter"><code>alpha</code></em>.
540
- </p>
541
- <p>
542
- This function will not register <em class="parameter"><code>func</code></em> as a global alpha function.
543
- </p>
544
- <div class="variablelist"><table border="0" class="variablelist">
607
+ bound to <em class="parameter"><code>alpha</code></em>
608
+ .</p>
609
+ <p>This function will not register <em class="parameter"><code>func</code></em>
610
+ as a global alpha function.</p>
611
+ <div class="refsect3">
612
+ <a name="id-1.10.2.9.11.8"></a><h4>Parameters</h4>
613
+ <div class="informaltable"><table width="100%" border="0">
545
614
  <colgroup>
546
- <col align="left" valign="top">
547
- <col>
615
+ <col width="150px" class="parameters_name">
616
+ <col class="parameters_description">
617
+ <col width="200px" class="parameters_annotations">
548
618
  </colgroup>
549
619
  <tbody>
550
620
  <tr>
551
- <td><p><span class="term"><em class="parameter"><code>alpha</code></em> :</span></p></td>
552
- <td>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
553
- </td>
621
+ <td class="parameter_name"><p>alpha</p></td>
622
+ <td class="parameter_description"><p>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
623
+ <td class="parameter_annotations"> </td>
554
624
  </tr>
555
625
  <tr>
556
- <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
557
- <td>A <a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a>
558
- </td>
626
+ <td class="parameter_name"><p>func</p></td>
627
+ <td class="parameter_description"><p>A <a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a></p></td>
628
+ <td class="parameter_annotations"> </td>
559
629
  </tr>
560
630
  <tr>
561
- <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
562
- <td>user data to be passed to the alpha function, or <code class="literal">NULL</code>
563
- </td>
631
+ <td class="parameter_name"><p>data</p></td>
632
+ <td class="parameter_description"><p>user data to be passed to the alpha function, or <code class="literal">NULL</code></p></td>
633
+ <td class="parameter_annotations"> </td>
564
634
  </tr>
565
635
  <tr>
566
- <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
567
- <td>notify function used when disposing the alpha function</td>
636
+ <td class="parameter_name"><p>destroy</p></td>
637
+ <td class="parameter_description"><p>notify function used when disposing the alpha function</p></td>
638
+ <td class="parameter_annotations"> </td>
568
639
  </tr>
569
640
  </tbody>
570
641
  </table></div>
642
+ </div>
571
643
  <p class="since">Since 0.2</p>
572
644
  </div>
573
645
  <hr>
574
646
  <div class="refsect2">
575
- <a name="clutter-alpha-set-closure"></a><h3>clutter_alpha_set_closure ()</h3>
576
- <pre class="programlisting"><span class="returnvalue">void</span> clutter_alpha_set_closure (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
577
- <em class="parameter"><code><span class="type">GClosure</span> *closure</code></em>);</pre>
578
- <div class="warning">
579
- <h3 class="title">Warning</h3>
580
- <p><code class="literal">clutter_alpha_set_closure</code> is deprecated and should not be used in newly-written code. 1.12</p>
581
- </div>
582
- <p>
583
- Sets the <span class="type">GClosure</span> used to compute the alpha value at each
584
- frame of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> bound to <em class="parameter"><code>alpha</code></em>.
585
- </p>
586
- <div class="variablelist"><table border="0" class="variablelist">
647
+ <a name="clutter-alpha-set-closure"></a><h3>clutter_alpha_set_closure ()</h3>
648
+ <pre class="programlisting"><span class="returnvalue">void</span>
649
+ clutter_alpha_set_closure (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
650
+ <em class="parameter"><code><span class="type">GClosure</span> *closure</code></em>);</pre>
651
+ <div class="warning"><p><code class="literal">clutter_alpha_set_closure</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
652
+ <p>Sets the <span class="type">GClosure</span> used to compute the alpha value at each
653
+ frame of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> bound to <em class="parameter"><code>alpha</code></em>
654
+ .</p>
655
+ <div class="refsect3">
656
+ <a name="id-1.10.2.9.12.7"></a><h4>Parameters</h4>
657
+ <div class="informaltable"><table width="100%" border="0">
587
658
  <colgroup>
588
- <col align="left" valign="top">
589
- <col>
659
+ <col width="150px" class="parameters_name">
660
+ <col class="parameters_description">
661
+ <col width="200px" class="parameters_annotations">
590
662
  </colgroup>
591
663
  <tbody>
592
664
  <tr>
593
- <td><p><span class="term"><em class="parameter"><code>alpha</code></em> :</span></p></td>
594
- <td>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
595
- </td>
665
+ <td class="parameter_name"><p>alpha</p></td>
666
+ <td class="parameter_description"><p>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
667
+ <td class="parameter_annotations"> </td>
596
668
  </tr>
597
669
  <tr>
598
- <td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
599
- <td>A <span class="type">GClosure</span>
600
- </td>
670
+ <td class="parameter_name"><p>closure</p></td>
671
+ <td class="parameter_description"><p>A <span class="type">GClosure</span></p></td>
672
+ <td class="parameter_annotations"> </td>
601
673
  </tr>
602
674
  </tbody>
603
675
  </table></div>
676
+ </div>
604
677
  <p class="since">Since 0.8</p>
605
678
  </div>
606
679
  <hr>
607
680
  <div class="refsect2">
608
- <a name="clutter-alpha-register-closure"></a><h3>clutter_alpha_register_closure ()</h3>
609
- <pre class="programlisting"><span class="returnvalue">gulong</span> clutter_alpha_register_closure (<em class="parameter"><code><span class="type">GClosure</span> *closure</code></em>);</pre>
610
- <div class="warning">
611
- <h3 class="title">Warning</h3>
612
- <p><code class="literal">clutter_alpha_register_closure</code> is deprecated and should not be used in newly-written code. 1.12</p>
613
- </div>
614
- <p>
615
- <span class="type">GClosure</span> variant of <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()"><code class="function">clutter_alpha_register_func()</code></a>.
616
- </p>
617
- <p>
618
- Registers a global alpha function and returns its logical id
619
- to be used by <a class="link" href="ClutterAlpha.html#clutter-alpha-set-mode" title="clutter_alpha_set_mode ()"><code class="function">clutter_alpha_set_mode()</code></a> or by <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>.
620
- </p>
621
- <p>
622
- The logical id is always greater than <a class="link" href="ClutterTimeline.html#CLUTTER-ANIMATION-LAST:CAPS"><code class="literal">CLUTTER_ANIMATION_LAST</code></a>.
623
- </p>
624
- <p>
625
- Rename to: clutter_alpha_register_func
626
- </p>
627
- <div class="variablelist"><table border="0" class="variablelist">
681
+ <a name="clutter-alpha-register-closure"></a><h3>clutter_alpha_register_closure ()</h3>
682
+ <pre class="programlisting"><span class="returnvalue">gulong</span>
683
+ clutter_alpha_register_closure (<em class="parameter"><code><span class="type">GClosure</span> *closure</code></em>);</pre>
684
+ <div class="warning"><p><code class="literal">clutter_alpha_register_closure</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
685
+ <p><span class="type">GClosure</span> variant of <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()"><code class="function">clutter_alpha_register_func()</code></a>.</p>
686
+ <p>Registers a global alpha function and returns its logical id
687
+ to be used by <a class="link" href="ClutterAlpha.html#clutter-alpha-set-mode" title="clutter_alpha_set_mode ()"><code class="function">clutter_alpha_set_mode()</code></a> or by <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>.</p>
688
+ <p>The logical id is always greater than <a class="link" href="ClutterTimeline.html#CLUTTER-ANIMATION-LAST:CAPS"><code class="literal">CLUTTER_ANIMATION_LAST</code></a>.</p>
689
+ <p>Rename to: clutter_alpha_register_func</p>
690
+ <div class="refsect3">
691
+ <a name="id-1.10.2.9.13.10"></a><h4>Parameters</h4>
692
+ <div class="informaltable"><table width="100%" border="0">
628
693
  <colgroup>
629
- <col align="left" valign="top">
630
- <col>
694
+ <col width="150px" class="parameters_name">
695
+ <col class="parameters_description">
696
+ <col width="200px" class="parameters_annotations">
631
697
  </colgroup>
632
- <tbody>
633
- <tr>
634
- <td><p><span class="term"><em class="parameter"><code>closure</code></em> :</span></p></td>
635
- <td>a <span class="type">GClosure</span>
636
- </td>
637
- </tr>
638
- <tr>
639
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
640
- <td>the logical id of the alpha function</td>
641
- </tr>
642
- </tbody>
698
+ <tbody><tr>
699
+ <td class="parameter_name"><p>closure</p></td>
700
+ <td class="parameter_description"><p>a <span class="type">GClosure</span></p></td>
701
+ <td class="parameter_annotations"> </td>
702
+ </tr></tbody>
643
703
  </table></div>
704
+ </div>
705
+ <div class="refsect3">
706
+ <a name="id-1.10.2.9.13.11"></a><h4>Returns</h4>
707
+ <p> the logical id of the alpha function</p>
708
+ <p></p>
709
+ </div>
644
710
  <p class="since">Since 1.0</p>
645
711
  </div>
646
712
  <hr>
647
713
  <div class="refsect2">
648
- <a name="clutter-alpha-register-func"></a><h3>clutter_alpha_register_func ()</h3>
649
- <pre class="programlisting"><span class="returnvalue">gulong</span> clutter_alpha_register_func (<em class="parameter"><code><a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> func</code></em>,
650
- <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
651
- <div class="warning">
652
- <h3 class="title">Warning</h3>
653
- <p><code class="literal">clutter_alpha_register_func</code> is deprecated and should not be used in newly-written code. 1.12</p>
654
- </div>
655
- <p>
656
- Registers a global alpha function and returns its logical id
657
- to be used by <a class="link" href="ClutterAlpha.html#clutter-alpha-set-mode" title="clutter_alpha_set_mode ()"><code class="function">clutter_alpha_set_mode()</code></a> or by <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>.
658
- </p>
659
- <p>
660
- The logical id is always greater than <a class="link" href="ClutterTimeline.html#CLUTTER-ANIMATION-LAST:CAPS"><code class="literal">CLUTTER_ANIMATION_LAST</code></a>.
661
- </p>
662
- <div class="variablelist"><table border="0" class="variablelist">
714
+ <a name="clutter-alpha-register-func"></a><h3>clutter_alpha_register_func ()</h3>
715
+ <pre class="programlisting"><span class="returnvalue">gulong</span>
716
+ clutter_alpha_register_func (<em class="parameter"><code><a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> func</code></em>,
717
+ <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
718
+ <div class="warning"><p><code class="literal">clutter_alpha_register_func</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
719
+ <p>Registers a global alpha function and returns its logical id
720
+ to be used by <a class="link" href="ClutterAlpha.html#clutter-alpha-set-mode" title="clutter_alpha_set_mode ()"><code class="function">clutter_alpha_set_mode()</code></a> or by <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>.</p>
721
+ <p>The logical id is always greater than <a class="link" href="ClutterTimeline.html#CLUTTER-ANIMATION-LAST:CAPS"><code class="literal">CLUTTER_ANIMATION_LAST</code></a>.</p>
722
+ <div class="refsect3">
723
+ <a name="id-1.10.2.9.14.8"></a><h4>Parameters</h4>
724
+ <div class="informaltable"><table width="100%" border="0">
663
725
  <colgroup>
664
- <col align="left" valign="top">
665
- <col>
726
+ <col width="150px" class="parameters_name">
727
+ <col class="parameters_description">
728
+ <col width="200px" class="parameters_annotations">
666
729
  </colgroup>
667
730
  <tbody>
668
731
  <tr>
669
- <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
670
- <td>a <a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a>
671
- </td>
732
+ <td class="parameter_name"><p>func</p></td>
733
+ <td class="parameter_description"><p>a <a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a></p></td>
734
+ <td class="parameter_annotations"> </td>
672
735
  </tr>
673
736
  <tr>
674
- <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
675
- <td>user data to pass to <em class="parameter"><code>func</code></em>, or <code class="literal">NULL</code>
676
- </td>
677
- </tr>
678
- <tr>
679
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
680
- <td>the logical id of the alpha function</td>
737
+ <td class="parameter_name"><p>data</p></td>
738
+ <td class="parameter_description"><p>user data to pass to <em class="parameter"><code>func</code></em>
739
+ , or <code class="literal">NULL</code></p></td>
740
+ <td class="parameter_annotations"> </td>
681
741
  </tr>
682
742
  </tbody>
683
743
  </table></div>
744
+ </div>
745
+ <div class="refsect3">
746
+ <a name="id-1.10.2.9.14.9"></a><h4>Returns</h4>
747
+ <p> the logical id of the alpha function</p>
748
+ <p></p>
749
+ </div>
684
750
  <p class="since">Since 1.0</p>
685
751
  </div>
686
752
  </div>
687
753
  <div class="refsect1">
688
- <a name="ClutterAlpha.property-details"></a><h2>Property Details</h2>
754
+ <a name="ClutterAlpha.other_details"></a><h2>Types and Values</h2>
689
755
  <div class="refsect2">
690
- <a name="ClutterAlpha--alpha"></a><h3>The <code class="literal">"alpha"</code> property</h3>
691
- <pre class="programlisting"> "alpha" <span class="type">gdouble</span> : Read</pre>
692
- <div class="warning">
693
- <h3 class="title">Warning</h3>
694
- <p><code class="literal">ClutterAlpha:alpha</code> is deprecated and should not be used in newly-written code. 1.12</p>
756
+ <a name="ClutterAlpha-struct"></a><h3>ClutterAlpha</h3>
757
+ <pre class="programlisting">typedef struct _ClutterAlpha ClutterAlpha;</pre>
758
+ <p><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> combines a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> and a function.
759
+ The contents of the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> structure are private and should
760
+ only be accessed using the provided API.</p>
761
+ <p class="since">Since 0.2</p>
695
762
  </div>
696
- <p>
697
- The alpha value as computed by the alpha function. The linear
763
+ <hr>
764
+ <div class="refsect2">
765
+ <a name="ClutterAlphaClass"></a><h3>struct ClutterAlphaClass</h3>
766
+ <pre class="programlisting">struct ClutterAlphaClass {
767
+ };
768
+ </pre>
769
+ <p>Base class for <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p>
770
+ <p class="since">Since 0.2</p>
771
+ </div>
772
+ </div>
773
+ <div class="refsect1">
774
+ <a name="ClutterAlpha.property-details"></a><h2>Property Details</h2>
775
+ <div class="refsect2">
776
+ <a name="ClutterAlpha--alpha"></a><h3>The <code class="literal">“alpha”</code> property</h3>
777
+ <pre class="programlisting"> “alpha” <span class="type">gdouble</span></pre>
778
+ <p>The alpha value as computed by the alpha function. The linear
698
779
  interval is 0.0 to 1.0, but the Alpha allows overshooting by
699
- one unit in each direction, so the valid interval is -1.0 to 2.0.
700
- </p>
780
+ one unit in each direction, so the valid interval is -1.0 to 2.0.</p>
781
+ <div class="warning"><p><code class="literal">ClutterAlpha:alpha</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
782
+ <p>Flags: Read</p>
701
783
  <p>Allowed values: [-1,2]</p>
702
784
  <p>Default value: 0</p>
703
785
  <p class="since">Since 0.2</p>
704
786
  </div>
705
787
  <hr>
706
788
  <div class="refsect2">
707
- <a name="ClutterAlpha--mode"></a><h3>The <code class="literal">"mode"</code> property</h3>
708
- <pre class="programlisting"> "mode" <span class="type">gulong</span> : Read / Write / Construct</pre>
709
- <div class="warning">
710
- <h3 class="title">Warning</h3>
711
- <p><code class="literal">ClutterAlpha:mode</code> is deprecated and should not be used in newly-written code. 1.12</p>
712
- </div>
713
- <p>
714
- The progress function logical id - either a value from the
789
+ <a name="ClutterAlpha--mode"></a><h3>The <code class="literal">“mode”</code> property</h3>
790
+ <pre class="programlisting"> mode <span class="type">gulong</span></pre>
791
+ <p>The progress function logical id - either a value from the
715
792
  <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> enumeration or a value returned by
716
- <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()"><code class="function">clutter_alpha_register_func()</code></a>.
717
- </p>
718
- <p>
719
- If <a class="link" href="ClutterTimeline.html#CLUTTER-CUSTOM-MODE:CAPS"><code class="literal">CLUTTER_CUSTOM_MODE</code></a> is used then the function set using
720
- <a class="link" href="ClutterAlpha.html#clutter-alpha-set-closure" title="clutter_alpha_set_closure ()"><code class="function">clutter_alpha_set_closure()</code></a> or <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a>
721
- will be used.
722
- </p>
793
+ <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()"><code class="function">clutter_alpha_register_func()</code></a>.</p>
794
+ <p>If <a class="link" href="ClutterTimeline.html#CLUTTER-CUSTOM-MODE:CAPS"><code class="literal">CLUTTER_CUSTOM_MODE</code></a> is used then the function set using
795
+ <a class="link" href="ClutterAlpha.html#clutter-alpha-set-closure" title="clutter_alpha_set_closure ()"><code class="function">clutter_alpha_set_closure()</code></a> or <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a>
796
+ will be used.</p>
797
+ <div class="warning"><p><code class="literal">ClutterAlpha:mode</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
798
+ <p>Flags: Read / Write / Construct</p>
723
799
  <p class="since">Since 1.0</p>
724
800
  </div>
725
801
  <hr>
726
802
  <div class="refsect2">
727
- <a name="ClutterAlpha--timeline"></a><h3>The <code class="literal">"timeline"</code> property</h3>
728
- <pre class="programlisting"> "timeline" <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>* : Read / Write</pre>
729
- <div class="warning">
730
- <h3 class="title">Warning</h3>
731
- <p><code class="literal">ClutterAlpha:timeline</code> is deprecated and should not be used in newly-written code. 1.12</p>
732
- </div>
733
- <p>
734
- A <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> instance used to drive the alpha function.
735
- </p>
803
+ <a name="ClutterAlpha--timeline"></a><h3>The <code class="literal">“timeline”</code> property</h3>
804
+ <pre class="programlisting"> timeline <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *</pre>
805
+ <p>A <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> instance used to drive the alpha function.</p>
806
+ <div class="warning"><p><code class="literal">ClutterAlpha:timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
807
+ <p>Flags: Read / Write</p>
736
808
  <p class="since">Since 0.2</p>
737
809
  </div>
738
810
  </div>
739
811
  </div>
740
812
  <div class="footer">
741
813
  <hr>
742
- Generated by GTK-Doc V1.19.1</div>
814
+ Generated by GTK-Doc V1.20.1</div>
743
815
  </body>
744
816
  </html>