clutter 3.1.6-x86-mingw32 → 3.1.7-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 (268) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +8 -4
  3. data/lib/clutter.rb +2 -3
  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-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/clutter/clutter-config.h +2 -0
  12. data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +3 -3
  13. data/vendor/local/include/clutter-1.0/clutter/gdk/clutter-gdk.h +69 -0
  14. data/vendor/local/lib/girepository-1.0/Clutter-1.0.typelib +0 -0
  15. data/vendor/local/lib/girepository-1.0/ClutterGdk-1.0.typelib +0 -0
  16. data/vendor/local/lib/libclutter-1.0.dll.a +0 -0
  17. data/vendor/local/lib/libclutter-1.0.la +2 -2
  18. data/vendor/local/lib/libcogl-pango.dll.a +0 -0
  19. data/vendor/local/lib/libcogl-path.dll.a +0 -0
  20. data/vendor/local/lib/libcogl.dll.a +0 -0
  21. data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
  22. data/vendor/local/lib/pkgconfig/cally-1.0.pc +1 -1
  23. data/vendor/local/lib/pkgconfig/clutter-1.0.pc +3 -3
  24. data/vendor/local/lib/pkgconfig/clutter-cogl-1.0.pc +24 -0
  25. data/vendor/local/lib/pkgconfig/clutter-gdk-1.0.pc +24 -0
  26. data/vendor/local/lib/pkgconfig/clutter-win32-1.0.pc +3 -3
  27. data/vendor/local/share/gir-1.0/Clutter-1.0.gir +18 -5
  28. data/vendor/local/share/gir-1.0/ClutterGdk-1.0.gir +145 -0
  29. data/vendor/local/share/gtk-doc/html/clutter/CallyActor.html +26 -26
  30. data/vendor/local/share/gtk-doc/html/clutter/CallyClone.html +8 -8
  31. data/vendor/local/share/gtk-doc/html/clutter/CallyGroup.html +8 -8
  32. data/vendor/local/share/gtk-doc/html/clutter/CallyRectangle.html +8 -8
  33. data/vendor/local/share/gtk-doc/html/clutter/CallyRoot.html +6 -6
  34. data/vendor/local/share/gtk-doc/html/clutter/CallyStage.html +8 -8
  35. data/vendor/local/share/gtk-doc/html/clutter/CallyText.html +8 -8
  36. data/vendor/local/share/gtk-doc/html/clutter/CallyTexture.html +8 -8
  37. data/vendor/local/share/gtk-doc/html/clutter/CallyUtil.html +4 -4
  38. data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +4 -4
  39. data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +701 -694
  40. data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +21 -21
  41. data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +26 -26
  42. data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +39 -39
  43. data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +21 -21
  44. data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +65 -65
  45. data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +46 -46
  46. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +40 -40
  47. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +13 -13
  48. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +47 -47
  49. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +13 -13
  50. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +25 -25
  51. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +31 -31
  52. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +15 -15
  53. data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +17 -17
  54. data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +26 -26
  55. data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +6 -6
  56. data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +28 -28
  57. data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +66 -66
  58. data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +19 -19
  59. data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +39 -39
  60. data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +21 -21
  61. data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +14 -14
  62. data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +27 -27
  63. data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +14 -14
  64. data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +13 -13
  65. data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +14 -14
  66. data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +66 -66
  67. data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +18 -18
  68. data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +19 -19
  69. data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +14 -14
  70. data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +27 -27
  71. data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +44 -44
  72. data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +20 -20
  73. data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +11 -11
  74. data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +6 -6
  75. data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +44 -44
  76. data/vendor/local/share/gtk-doc/html/clutter/ClutterGLXTexturePixmap.html +15 -15
  77. data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +61 -61
  78. data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +47 -47
  79. data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +14 -14
  80. data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +32 -32
  81. data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +94 -94
  82. data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +25 -25
  83. data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +45 -45
  84. data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +11 -11
  85. data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +11 -11
  86. data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +55 -55
  87. data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +92 -92
  88. data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +41 -41
  89. data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +24 -24
  90. data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +24 -24
  91. data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +34 -34
  92. data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +49 -49
  93. data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +78 -78
  94. data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +22 -22
  95. data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +14 -14
  96. data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +23 -23
  97. data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +12 -12
  98. data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +53 -53
  99. data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +117 -63
  100. data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +18 -18
  101. data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +18 -18
  102. data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +7 -7
  103. data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +26 -26
  104. data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +25 -25
  105. data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +126 -126
  106. data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +75 -75
  107. data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +16 -16
  108. data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +58 -58
  109. data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +11 -11
  110. data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +190 -190
  111. data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +43 -43
  112. data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +104 -104
  113. data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +127 -127
  114. data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +31 -31
  115. data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +12 -12
  116. data/vendor/local/share/gtk-doc/html/clutter/ClutterX11TexturePixmap.html +24 -24
  117. data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +24 -24
  118. data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +3 -3
  119. data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +3 -3
  120. data/vendor/local/share/gtk-doc/html/clutter/cally.html +3 -3
  121. data/vendor/local/share/gtk-doc/html/clutter/ch01.html +3 -3
  122. data/vendor/local/share/gtk-doc/html/clutter/ch02.html +3 -3
  123. data/vendor/local/share/gtk-doc/html/clutter/ch03.html +3 -3
  124. data/vendor/local/share/gtk-doc/html/clutter/ch04.html +3 -3
  125. data/vendor/local/share/gtk-doc/html/clutter/ch05.html +3 -3
  126. data/vendor/local/share/gtk-doc/html/clutter/ch06.html +3 -3
  127. data/vendor/local/share/gtk-doc/html/clutter/ch07.html +3 -3
  128. data/vendor/local/share/gtk-doc/html/clutter/ch08.html +3 -3
  129. data/vendor/local/share/gtk-doc/html/clutter/ch09.html +3 -3
  130. data/vendor/local/share/gtk-doc/html/clutter/ch10.html +3 -3
  131. data/vendor/local/share/gtk-doc/html/clutter/ch11.html +3 -3
  132. data/vendor/local/share/gtk-doc/html/clutter/ch12.html +3 -3
  133. data/vendor/local/share/gtk-doc/html/clutter/ch13.html +3 -3
  134. data/vendor/local/share/gtk-doc/html/clutter/ch14.html +3 -3
  135. data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +227 -227
  136. data/vendor/local/share/gtk-doc/html/clutter/clutter-Cairo-integration.html +30 -22
  137. data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +22 -22
  138. data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +72 -72
  139. data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +9 -9
  140. data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +289 -289
  141. data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +11 -11
  142. data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +20 -20
  143. data/vendor/local/share/gtk-doc/html/clutter/clutter-General-API.html +10 -10
  144. data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +96 -96
  145. data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +90 -90
  146. data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +12 -12
  147. data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +38 -38
  148. data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +18 -18
  149. data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +64 -64
  150. data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +23 -23
  151. data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +52 -52
  152. data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +34 -34
  153. data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +59 -59
  154. data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +182 -182
  155. data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +6 -6
  156. data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +17 -17
  157. data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +16 -16
  158. data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +53 -53
  159. data/vendor/local/share/gtk-doc/html/clutter/clutter-clutter-mir.html +11 -11
  160. data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +3 -3
  161. data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +342 -18
  162. data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +3 -3
  163. data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +3 -3
  164. data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +3 -3
  165. data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +3 -3
  166. data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +5 -5
  167. data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +6 -6
  168. data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +3 -3
  169. data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +3 -3
  170. data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +3 -3
  171. data/vendor/local/share/gtk-doc/html/clutter/go01.html +36 -36
  172. data/vendor/local/share/gtk-doc/html/clutter/index.html +4 -23
  173. data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +3 -3
  174. data/vendor/local/share/gtk-doc/html/clutter/ix01.html +3 -3
  175. data/vendor/local/share/gtk-doc/html/clutter/license.html +3 -3
  176. data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +3 -3
  177. data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +3 -3
  178. data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +3 -3
  179. data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +3 -3
  180. data/vendor/local/share/gtk-doc/html/clutter/migration.html +3 -3
  181. data/vendor/local/share/gtk-doc/html/clutter/pt10.html +3 -3
  182. data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +3 -3
  183. data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +3 -3
  184. data/vendor/local/share/locale/an/LC_MESSAGES/clutter-1.0.mo +0 -0
  185. data/vendor/local/share/locale/ar/LC_MESSAGES/clutter-1.0.mo +0 -0
  186. data/vendor/local/share/locale/as/LC_MESSAGES/clutter-1.0.mo +0 -0
  187. data/vendor/local/share/locale/ast/LC_MESSAGES/clutter-1.0.mo +0 -0
  188. data/vendor/local/share/locale/az_IR/LC_MESSAGES/clutter-1.0.mo +0 -0
  189. data/vendor/local/share/locale/be/LC_MESSAGES/clutter-1.0.mo +0 -0
  190. data/vendor/local/share/locale/bg/LC_MESSAGES/clutter-1.0.mo +0 -0
  191. data/vendor/local/share/locale/bs/LC_MESSAGES/clutter-1.0.mo +0 -0
  192. data/vendor/local/share/locale/ca/LC_MESSAGES/clutter-1.0.mo +0 -0
  193. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/clutter-1.0.mo +0 -0
  194. data/vendor/local/share/locale/cs/LC_MESSAGES/clutter-1.0.mo +0 -0
  195. data/vendor/local/share/locale/da/LC_MESSAGES/clutter-1.0.mo +0 -0
  196. data/vendor/local/share/locale/de/LC_MESSAGES/clutter-1.0.mo +0 -0
  197. data/vendor/local/share/locale/el/LC_MESSAGES/clutter-1.0.mo +0 -0
  198. data/vendor/local/share/locale/en_GB/LC_MESSAGES/clutter-1.0.mo +0 -0
  199. data/vendor/local/share/locale/eo/LC_MESSAGES/clutter-1.0.mo +0 -0
  200. data/vendor/local/share/locale/es/LC_MESSAGES/clutter-1.0.mo +0 -0
  201. data/vendor/local/share/locale/eu/LC_MESSAGES/clutter-1.0.mo +0 -0
  202. data/vendor/local/share/locale/fa/LC_MESSAGES/clutter-1.0.mo +0 -0
  203. data/vendor/local/share/locale/fi/LC_MESSAGES/clutter-1.0.mo +0 -0
  204. data/vendor/local/share/locale/fr/LC_MESSAGES/clutter-1.0.mo +0 -0
  205. data/vendor/local/share/locale/fur/LC_MESSAGES/clutter-1.0.mo +0 -0
  206. data/vendor/local/share/locale/gl/LC_MESSAGES/clutter-1.0.mo +0 -0
  207. data/vendor/local/share/locale/he/LC_MESSAGES/clutter-1.0.mo +0 -0
  208. data/vendor/local/share/locale/hi/LC_MESSAGES/clutter-1.0.mo +0 -0
  209. data/vendor/local/share/locale/hr/LC_MESSAGES/clutter-1.0.mo +0 -0
  210. data/vendor/local/share/locale/hu/LC_MESSAGES/clutter-1.0.mo +0 -0
  211. data/vendor/local/share/locale/id/LC_MESSAGES/clutter-1.0.mo +0 -0
  212. data/vendor/local/share/locale/it/LC_MESSAGES/clutter-1.0.mo +0 -0
  213. data/vendor/local/share/locale/ja/LC_MESSAGES/clutter-1.0.mo +0 -0
  214. data/vendor/local/share/locale/kk/LC_MESSAGES/clutter-1.0.mo +0 -0
  215. data/vendor/local/share/locale/km/LC_MESSAGES/clutter-1.0.mo +0 -0
  216. data/vendor/local/share/locale/kn/LC_MESSAGES/clutter-1.0.mo +0 -0
  217. data/vendor/local/share/locale/ko/LC_MESSAGES/clutter-1.0.mo +0 -0
  218. data/vendor/local/share/locale/lt/LC_MESSAGES/clutter-1.0.mo +0 -0
  219. data/vendor/local/share/locale/lv/LC_MESSAGES/clutter-1.0.mo +0 -0
  220. data/vendor/local/share/locale/mk/LC_MESSAGES/clutter-1.0.mo +0 -0
  221. data/vendor/local/share/locale/ml/LC_MESSAGES/clutter-1.0.mo +0 -0
  222. data/vendor/local/share/locale/nb/LC_MESSAGES/clutter-1.0.mo +0 -0
  223. data/vendor/local/share/locale/nl/LC_MESSAGES/clutter-1.0.mo +0 -0
  224. data/vendor/local/share/locale/oc/LC_MESSAGES/clutter-1.0.mo +0 -0
  225. data/vendor/local/share/locale/or/LC_MESSAGES/clutter-1.0.mo +0 -0
  226. data/vendor/local/share/locale/pa/LC_MESSAGES/clutter-1.0.mo +0 -0
  227. data/vendor/local/share/locale/pl/LC_MESSAGES/clutter-1.0.mo +0 -0
  228. data/vendor/local/share/locale/ps/LC_MESSAGES/clutter-1.0.mo +0 -0
  229. data/vendor/local/share/locale/pt/LC_MESSAGES/clutter-1.0.mo +0 -0
  230. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/clutter-1.0.mo +0 -0
  231. data/vendor/local/share/locale/ro/LC_MESSAGES/clutter-1.0.mo +0 -0
  232. data/vendor/local/share/locale/ru/LC_MESSAGES/clutter-1.0.mo +0 -0
  233. data/vendor/local/share/locale/sk/LC_MESSAGES/clutter-1.0.mo +0 -0
  234. data/vendor/local/share/locale/sl/LC_MESSAGES/clutter-1.0.mo +0 -0
  235. data/vendor/local/share/locale/sr/LC_MESSAGES/clutter-1.0.mo +0 -0
  236. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/clutter-1.0.mo +0 -0
  237. data/vendor/local/share/locale/sv/LC_MESSAGES/clutter-1.0.mo +0 -0
  238. data/vendor/local/share/locale/ta/LC_MESSAGES/clutter-1.0.mo +0 -0
  239. data/vendor/local/share/locale/te/LC_MESSAGES/clutter-1.0.mo +0 -0
  240. data/vendor/local/share/locale/tr/LC_MESSAGES/clutter-1.0.mo +0 -0
  241. data/vendor/local/share/locale/ug/LC_MESSAGES/clutter-1.0.mo +0 -0
  242. data/vendor/local/share/locale/uk/LC_MESSAGES/clutter-1.0.mo +0 -0
  243. data/vendor/local/share/locale/ur/LC_MESSAGES/clutter-1.0.mo +0 -0
  244. data/vendor/local/share/locale/yi/LC_MESSAGES/clutter-1.0.mo +0 -0
  245. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo +0 -0
  246. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo +0 -0
  247. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo +0 -0
  248. metadata +18 -45
  249. data/vendor/local/share/gtk-doc/html/clutter/index.sgml +0 -3722
  250. data/vendor/local/share/gtk-doc/html/clutter/ix02.html +0 -2513
  251. data/vendor/local/share/gtk-doc/html/clutter/ix03.html +0 -507
  252. data/vendor/local/share/gtk-doc/html/clutter/ix04.html +0 -581
  253. data/vendor/local/share/gtk-doc/html/clutter/ix05.html +0 -947
  254. data/vendor/local/share/gtk-doc/html/clutter/ix06.html +0 -668
  255. data/vendor/local/share/gtk-doc/html/clutter/ix07.html +0 -1524
  256. data/vendor/local/share/gtk-doc/html/clutter/ix08.html +0 -814
  257. data/vendor/local/share/gtk-doc/html/clutter/ix09.html +0 -1135
  258. data/vendor/local/share/gtk-doc/html/clutter/ix10.html +0 -371
  259. data/vendor/local/share/gtk-doc/html/clutter/ix11.html +0 -360
  260. data/vendor/local/share/gtk-doc/html/clutter/ix12.html +0 -1084
  261. data/vendor/local/share/gtk-doc/html/clutter/ix13.html +0 -978
  262. data/vendor/local/share/gtk-doc/html/clutter/ix14.html +0 -100
  263. data/vendor/local/share/gtk-doc/html/clutter/ix15.html +0 -110
  264. data/vendor/local/share/gtk-doc/html/clutter/ix16.html +0 -103
  265. data/vendor/local/share/gtk-doc/html/clutter/ix17.html +0 -59
  266. data/vendor/local/share/gtk-doc/html/clutter/ix18.html +0 -97
  267. data/vendor/local/share/gtk-doc/html/clutter/ix19.html +0 -102
  268. data/vendor/local/share/gtk-doc/html/clutter/ix20.html +0 -56
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>ClutterTextBuffer: Clutter Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="Clutter Reference Manual">
8
8
  <link rel="up" href="ch10.html" title="General purpose API">
9
9
  <link rel="prev" href="clutter-Stage-Manager.html" title="Stage Manager">
10
10
  <link rel="next" href="clutter-Unit-conversion.html" title="Unit conversion">
11
- <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.25.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">
@@ -36,7 +36,7 @@
36
36
  </tr></table></div>
37
37
  <div class="refsect1">
38
38
  <a name="ClutterTextBuffer.functions"></a><h2>Functions</h2>
39
- <div class="informaltable"><table width="100%" border="0">
39
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
40
40
  <colgroup>
41
41
  <col width="150px" class="functions_return">
42
42
  <col class="functions_name">
@@ -142,7 +142,7 @@
142
142
  </div>
143
143
  <div class="refsect1">
144
144
  <a name="ClutterTextBuffer.properties"></a><h2>Properties</h2>
145
- <div class="informaltable"><table border="0">
145
+ <div class="informaltable"><table class="informaltable" border="0">
146
146
  <colgroup>
147
147
  <col width="150px" class="properties_type">
148
148
  <col width="300px" class="properties_name">
@@ -170,7 +170,7 @@
170
170
  </div>
171
171
  <div class="refsect1">
172
172
  <a name="ClutterTextBuffer.signals"></a><h2>Signals</h2>
173
- <div class="informaltable"><table border="0">
173
+ <div class="informaltable"><table class="informaltable" border="0">
174
174
  <colgroup>
175
175
  <col width="150px" class="signals_return">
176
176
  <col width="300px" class="signals_name">
@@ -192,7 +192,7 @@
192
192
  </div>
193
193
  <div class="refsect1">
194
194
  <a name="ClutterTextBuffer.other"></a><h2>Types and Values</h2>
195
- <div class="informaltable"><table width="100%" border="0">
195
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
196
196
  <colgroup>
197
197
  <col width="150px" class="name">
198
198
  <col class="description">
@@ -239,7 +239,7 @@ integrate with an application's concept of undo/redo.</p>
239
239
  clutter_text_buffer_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
240
240
  <p>Create a new ClutterTextBuffer object.</p>
241
241
  <div class="refsect3">
242
- <a name="id-1.7.2.13.9.2.5"></a><h4>Returns</h4>
242
+ <a name="clutter-text-buffer-new.returns"></a><h4>Returns</h4>
243
243
  <p> A new ClutterTextBuffer object.</p>
244
244
  </div>
245
245
  <p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
@@ -252,8 +252,8 @@ clutter_text_buffer_new_with_text (<em class="parameter"><code>const <span class
252
252
  <em class="parameter"><code><span class="type">gssize</span> text_len</code></em>);</pre>
253
253
  <p>Create a new ClutterTextBuffer object with some text.</p>
254
254
  <div class="refsect3">
255
- <a name="id-1.7.2.13.9.3.5"></a><h4>Parameters</h4>
256
- <div class="informaltable"><table width="100%" border="0">
255
+ <a name="clutter-text-buffer-new-with-text.parameters"></a><h4>Parameters</h4>
256
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
257
257
  <colgroup>
258
258
  <col width="150px" class="parameters_name">
259
259
  <col class="parameters_description">
@@ -274,7 +274,7 @@ clutter_text_buffer_new_with_text (<em class="parameter"><code>const <span class
274
274
  </table></div>
275
275
  </div>
276
276
  <div class="refsect3">
277
- <a name="id-1.7.2.13.9.3.6"></a><h4>Returns</h4>
277
+ <a name="clutter-text-buffer-new-with-text.returns"></a><h4>Returns</h4>
278
278
  <p> A new ClutterTextBuffer object.</p>
279
279
  </div>
280
280
  <p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
@@ -292,8 +292,8 @@ and <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-insert-text
292
292
  <p>Note that <em class="parameter"><code>n_chars</code></em>
293
293
  is in characters, not in bytes.</p>
294
294
  <div class="refsect3">
295
- <a name="id-1.7.2.13.9.4.7"></a><h4>Parameters</h4>
296
- <div class="informaltable"><table width="100%" border="0">
295
+ <a name="clutter-text-buffer-set-text.parameters"></a><h4>Parameters</h4>
296
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
297
297
  <colgroup>
298
298
  <col width="150px" class="parameters_name">
299
299
  <col class="parameters_description">
@@ -330,8 +330,8 @@ clutter_text_buffer_get_text (<em class="parameter"><code><a class="link" href="
330
330
  <p>The memory pointer returned by this call will not change
331
331
  unless this object emits a signal, or is finalized.</p>
332
332
  <div class="refsect3">
333
- <a name="id-1.7.2.13.9.5.6"></a><h4>Parameters</h4>
334
- <div class="informaltable"><table width="100%" border="0">
333
+ <a name="clutter-text-buffer-get-text.parameters"></a><h4>Parameters</h4>
334
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
335
335
  <colgroup>
336
336
  <col width="150px" class="parameters_name">
337
337
  <col class="parameters_description">
@@ -345,7 +345,7 @@ unless this object emits a signal, or is finalized.</p>
345
345
  </table></div>
346
346
  </div>
347
347
  <div class="refsect3">
348
- <a name="id-1.7.2.13.9.5.7"></a><h4>Returns</h4>
348
+ <a name="clutter-text-buffer-get-text.returns"></a><h4>Returns</h4>
349
349
  <p> a pointer to the contents of the widget as a
350
350
  string. This string points to internally allocated
351
351
  storage in the buffer and must not be freed, modified or
@@ -361,8 +361,8 @@ clutter_text_buffer_get_bytes (<em class="parameter"><code><a class="link" href=
361
361
  <p>Retrieves the length in bytes of the buffer.
362
362
  See <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-get-length" title="clutter_text_buffer_get_length ()"><code class="function">clutter_text_buffer_get_length()</code></a>.</p>
363
363
  <div class="refsect3">
364
- <a name="id-1.7.2.13.9.6.5"></a><h4>Parameters</h4>
365
- <div class="informaltable"><table width="100%" border="0">
364
+ <a name="clutter-text-buffer-get-bytes.parameters"></a><h4>Parameters</h4>
365
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
366
366
  <colgroup>
367
367
  <col width="150px" class="parameters_name">
368
368
  <col class="parameters_description">
@@ -376,7 +376,7 @@ See <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-get-length"
376
376
  </table></div>
377
377
  </div>
378
378
  <div class="refsect3">
379
- <a name="id-1.7.2.13.9.6.6"></a><h4>Returns</h4>
379
+ <a name="clutter-text-buffer-get-bytes.returns"></a><h4>Returns</h4>
380
380
  <p> The byte length of the buffer.</p>
381
381
  </div>
382
382
  <p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
@@ -388,8 +388,8 @@ See <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-get-length"
388
388
  clutter_text_buffer_get_length (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>);</pre>
389
389
  <p>Retrieves the length in characters of the buffer.</p>
390
390
  <div class="refsect3">
391
- <a name="id-1.7.2.13.9.7.5"></a><h4>Parameters</h4>
392
- <div class="informaltable"><table width="100%" border="0">
391
+ <a name="clutter-text-buffer-get-length.parameters"></a><h4>Parameters</h4>
392
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
393
393
  <colgroup>
394
394
  <col width="150px" class="parameters_name">
395
395
  <col class="parameters_description">
@@ -403,7 +403,7 @@ clutter_text_buffer_get_length (<em class="parameter"><code><a class="link" href
403
403
  </table></div>
404
404
  </div>
405
405
  <div class="refsect3">
406
- <a name="id-1.7.2.13.9.7.6"></a><h4>Returns</h4>
406
+ <a name="clutter-text-buffer-get-length.returns"></a><h4>Returns</h4>
407
407
  <p> The number of characters in the buffer.</p>
408
408
  </div>
409
409
  <p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
@@ -418,8 +418,8 @@ clutter_text_buffer_set_max_length (<em class="parameter"><code><a class="link"
418
418
  the current contents are longer than the given length, then they
419
419
  will be truncated to fit.</p>
420
420
  <div class="refsect3">
421
- <a name="id-1.7.2.13.9.8.5"></a><h4>Parameters</h4>
422
- <div class="informaltable"><table width="100%" border="0">
421
+ <a name="clutter-text-buffer-set-max-length.parameters"></a><h4>Parameters</h4>
422
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
423
423
  <colgroup>
424
424
  <col width="150px" class="parameters_name">
425
425
  <col class="parameters_description">
@@ -452,8 +452,8 @@ clutter_text_buffer_get_max_length (<em class="parameter"><code><a class="link"
452
452
  <em class="parameter"><code>buffer</code></em>
453
453
  . See <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-set-max-length" title="clutter_text_buffer_set_max_length ()"><code class="function">clutter_text_buffer_set_max_length()</code></a>.</p>
454
454
  <div class="refsect3">
455
- <a name="id-1.7.2.13.9.9.5"></a><h4>Parameters</h4>
456
- <div class="informaltable"><table width="100%" border="0">
455
+ <a name="clutter-text-buffer-get-max-length.parameters"></a><h4>Parameters</h4>
456
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
457
457
  <colgroup>
458
458
  <col width="150px" class="parameters_name">
459
459
  <col class="parameters_description">
@@ -467,7 +467,7 @@ clutter_text_buffer_get_max_length (<em class="parameter"><code><a class="link"
467
467
  </table></div>
468
468
  </div>
469
469
  <div class="refsect3">
470
- <a name="id-1.7.2.13.9.9.6"></a><h4>Returns</h4>
470
+ <a name="clutter-text-buffer-get-max-length.returns"></a><h4>Returns</h4>
471
471
  <p> the maximum allowed number of characters
472
472
  in <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a>, or 0 if there is no maximum.</p>
473
473
  </div>
@@ -495,8 +495,8 @@ bounds, or the maximum buffer text length is exceeded, then they are
495
495
  coerced to sane values.</p>
496
496
  <p>Note that the position and length are in characters, not in bytes.</p>
497
497
  <div class="refsect3">
498
- <a name="id-1.7.2.13.9.10.7"></a><h4>Parameters</h4>
499
- <div class="informaltable"><table width="100%" border="0">
498
+ <a name="clutter-text-buffer-insert-text.parameters"></a><h4>Parameters</h4>
499
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
500
500
  <colgroup>
501
501
  <col width="150px" class="parameters_name">
502
502
  <col class="parameters_description">
@@ -527,7 +527,7 @@ coerced to sane values.</p>
527
527
  </table></div>
528
528
  </div>
529
529
  <div class="refsect3">
530
- <a name="id-1.7.2.13.9.10.8"></a><h4>Returns</h4>
530
+ <a name="clutter-text-buffer-insert-text.returns"></a><h4>Returns</h4>
531
531
  <p> The number of characters actually inserted.</p>
532
532
  </div>
533
533
  <p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
@@ -551,8 +551,8 @@ until the end of the text are deleted.</p>
551
551
  values.</p>
552
552
  <p>Note that the positions are specified in characters, not bytes.</p>
553
553
  <div class="refsect3">
554
- <a name="id-1.7.2.13.9.11.7"></a><h4>Parameters</h4>
555
- <div class="informaltable"><table width="100%" border="0">
554
+ <a name="clutter-text-buffer-delete-text.parameters"></a><h4>Parameters</h4>
555
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
556
556
  <colgroup>
557
557
  <col width="150px" class="parameters_name">
558
558
  <col class="parameters_description">
@@ -578,7 +578,7 @@ values.</p>
578
578
  </table></div>
579
579
  </div>
580
580
  <div class="refsect3">
581
- <a name="id-1.7.2.13.9.11.8"></a><h4>Returns</h4>
581
+ <a name="clutter-text-buffer-delete-text.returns"></a><h4>Returns</h4>
582
582
  <p> The number of characters deleted.</p>
583
583
  </div>
584
584
  <p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
@@ -596,8 +596,8 @@ clutter_text_buffer_emit_inserted_text
596
596
  .</p>
597
597
  <p>Used when subclassing <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a></p>
598
598
  <div class="refsect3">
599
- <a name="id-1.7.2.13.9.12.6"></a><h4>Parameters</h4>
600
- <div class="informaltable"><table width="100%" border="0">
599
+ <a name="clutter-text-buffer-emit-inserted-text.parameters"></a><h4>Parameters</h4>
600
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
601
601
  <colgroup>
602
602
  <col width="150px" class="parameters_name">
603
603
  <col class="parameters_description">
@@ -640,8 +640,8 @@ clutter_text_buffer_emit_deleted_text (<em class="parameter"><code><a class="lin
640
640
  .</p>
641
641
  <p>Used when subclassing <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a></p>
642
642
  <div class="refsect3">
643
- <a name="id-1.7.2.13.9.13.6"></a><h4>Parameters</h4>
644
- <div class="informaltable"><table width="100%" border="0">
643
+ <a name="clutter-text-buffer-emit-deleted-text.parameters"></a><h4>Parameters</h4>
644
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
645
645
  <colgroup>
646
646
  <col width="150px" class="parameters_name">
647
647
  <col class="parameters_description">
@@ -719,8 +719,8 @@ data and it should only be accessed using the provided API.</p>
719
719
  <p>The <a class="link" href="ClutterTextBuffer.html#ClutterTextBufferClass" title="struct ClutterTextBufferClass"><span class="type">ClutterTextBufferClass</span></a> structure contains
720
720
  only private data.</p>
721
721
  <div class="refsect3">
722
- <a name="id-1.7.2.13.10.4.5"></a><h4>Members</h4>
723
- <div class="informaltable"><table width="100%" border="0">
722
+ <a name="ClutterTextBufferClass.members"></a><h4>Members</h4>
723
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
724
724
  <colgroup>
725
725
  <col width="300px" class="struct_members_name">
726
726
  <col class="struct_members_description">
@@ -805,8 +805,8 @@ user_function (<a class="link" href="ClutterTextBuffer.html" title="ClutterTextB
805
805
  <span class="type">gpointer</span> user_data)</pre>
806
806
  <p>This signal is emitted after text is deleted from the buffer.</p>
807
807
  <div class="refsect3">
808
- <a name="id-1.7.2.13.12.2.5"></a><h4>Parameters</h4>
809
- <div class="informaltable"><table width="100%" border="0">
808
+ <a name="ClutterTextBuffer-deleted-text.parameters"></a><h4>Parameters</h4>
809
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
810
810
  <colgroup>
811
811
  <col width="150px" class="parameters_name">
812
812
  <col class="parameters_description">
@@ -850,8 +850,8 @@ user_function (<a class="link" href="ClutterTextBuffer.html" title="ClutterTextB
850
850
  <span class="type">gpointer</span> user_data)</pre>
851
851
  <p>This signal is emitted after text is inserted into the buffer.</p>
852
852
  <div class="refsect3">
853
- <a name="id-1.7.2.13.12.3.5"></a><h4>Parameters</h4>
854
- <div class="informaltable"><table width="100%" border="0">
853
+ <a name="ClutterTextBuffer-inserted-text.parameters"></a><h4>Parameters</h4>
854
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
855
855
  <colgroup>
856
856
  <col width="150px" class="parameters_name">
857
857
  <col class="parameters_description">
@@ -892,6 +892,6 @@ user_function (<a class="link" href="ClutterTextBuffer.html" title="ClutterTextB
892
892
  </div>
893
893
  </div>
894
894
  <div class="footer">
895
- <hr>Generated by GTK-Doc V1.24</div>
895
+ <hr>Generated by GTK-Doc V1.25.1</div>
896
896
  </body>
897
897
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>ClutterTexture: Clutter Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
7
7
  <link rel="home" href="index.html" title="Clutter Reference Manual">
8
8
  <link rel="up" href="deprecated.html" title="Part X. Deprecated Classes">
9
9
  <link rel="prev" href="ClutterTableLayout.html" title="ClutterTableLayout">
10
10
  <link rel="next" href="clutterobjects.html" title="Part XI. Clutter Actors and Objects">
11
- <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.25.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">
@@ -37,7 +37,7 @@
37
37
  </tr></table></div>
38
38
  <div class="refsect1">
39
39
  <a name="ClutterTexture.functions"></a><h2>Functions</h2>
40
- <div class="informaltable"><table width="100%" border="0">
40
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
41
41
  <colgroup>
42
42
  <col width="150px" class="functions_return">
43
43
  <col class="functions_name">
@@ -68,10 +68,6 @@
68
68
  </td>
69
69
  </tr>
70
70
  <tr>
71
- <td class="define_keyword">#define</td>
72
- <td class="function_name"><a class="link" href="ClutterTexture.html#CLUTTER-TEXTURE-ERROR:CAPS" title="CLUTTER_TEXTURE_ERROR">CLUTTER_TEXTURE_ERROR</a></td>
73
- </tr>
74
- <tr>
75
71
  <td class="function_type">
76
72
  <span class="returnvalue">gboolean</span>
77
73
  </td>
@@ -276,7 +272,7 @@
276
272
  </div>
277
273
  <div class="refsect1">
278
274
  <a name="ClutterTexture.properties"></a><h2>Properties</h2>
279
- <div class="informaltable"><table border="0">
275
+ <div class="informaltable"><table class="informaltable" border="0">
280
276
  <colgroup>
281
277
  <col width="150px" class="properties_type">
282
278
  <col width="300px" class="properties_name">
@@ -361,7 +357,7 @@
361
357
  </div>
362
358
  <div class="refsect1">
363
359
  <a name="ClutterTexture.signals"></a><h2>Signals</h2>
364
- <div class="informaltable"><table border="0">
360
+ <div class="informaltable"><table class="informaltable" border="0">
365
361
  <colgroup>
366
362
  <col width="150px" class="signals_return">
367
363
  <col width="300px" class="signals_name">
@@ -388,7 +384,7 @@
388
384
  </div>
389
385
  <div class="refsect1">
390
386
  <a name="ClutterTexture.other"></a><h2>Types and Values</h2>
391
- <div class="informaltable"><table width="100%" border="0">
387
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
392
388
  <colgroup>
393
389
  <col width="150px" class="name">
394
390
  <col class="description">
@@ -411,6 +407,10 @@
411
407
  <td class="function_name"><a class="link" href="ClutterTexture.html#ClutterTextureQuality" title="enum ClutterTextureQuality">ClutterTextureQuality</a></td>
412
408
  </tr>
413
409
  <tr>
410
+ <td class="define_keyword">#define</td>
411
+ <td class="function_name"><a class="link" href="ClutterTexture.html#CLUTTER-TEXTURE-ERROR:CAPS" title="CLUTTER_TEXTURE_ERROR">CLUTTER_TEXTURE_ERROR</a></td>
412
+ </tr>
413
+ <tr>
414
414
  <td class="datatype_keyword">enum</td>
415
415
  <td class="function_name"><a class="link" href="ClutterTexture.html#ClutterTextureError" title="enum ClutterTextureError">ClutterTextureError</a></td>
416
416
  </tr>
@@ -459,7 +459,7 @@ clutter_texture_new (<em class="parameter"><code><span class="type">void</span><
459
459
  </div>
460
460
  <p>Creates a new empty <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> object.</p>
461
461
  <div class="refsect3">
462
- <a name="id-1.11.20.10.2.6"></a><h4>Returns</h4>
462
+ <a name="clutter-texture-new.returns"></a><h4>Returns</h4>
463
463
  <p> A newly created <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> object.</p>
464
464
  </div>
465
465
  </div>
@@ -479,8 +479,8 @@ file. If the image failed to load then NULL is returned and <em class="parameter
479
479
 
480
480
  is set.</p>
481
481
  <div class="refsect3">
482
- <a name="id-1.11.20.10.3.7"></a><h4>Parameters</h4>
483
- <div class="informaltable"><table width="100%" border="0">
482
+ <a name="clutter-texture-new-from-file.parameters"></a><h4>Parameters</h4>
483
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
484
484
  <colgroup>
485
485
  <col width="150px" class="parameters_name">
486
486
  <col class="parameters_description">
@@ -501,7 +501,7 @@ is set.</p>
501
501
  </table></div>
502
502
  </div>
503
503
  <div class="refsect3">
504
- <a name="id-1.11.20.10.3.8"></a><h4>Returns</h4>
504
+ <a name="clutter-texture-new-from-file.returns"></a><h4>Returns</h4>
505
505
  <p> A newly created <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> object or NULL on
506
506
  error.</p>
507
507
  </div>
@@ -567,8 +567,8 @@ data and end redirection.</p></li>
567
567
  offscreen texture pixels into a pixbuf.</p></li>
568
568
  </ul></div>
569
569
  <div class="refsect3">
570
- <a name="id-1.11.20.10.4.10"></a><h4>Parameters</h4>
571
- <div class="informaltable"><table width="100%" border="0">
570
+ <a name="clutter-texture-new-from-actor.parameters"></a><h4>Parameters</h4>
571
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
572
572
  <colgroup>
573
573
  <col width="150px" class="parameters_name">
574
574
  <col class="parameters_description">
@@ -582,21 +582,13 @@ offscreen texture pixels into a pixbuf.</p></li>
582
582
  </table></div>
583
583
  </div>
584
584
  <div class="refsect3">
585
- <a name="id-1.11.20.10.4.11"></a><h4>Returns</h4>
585
+ <a name="clutter-texture-new-from-actor.returns"></a><h4>Returns</h4>
586
586
  <p> A newly created <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> object, or <code class="literal">NULL</code> on failure.</p>
587
587
  </div>
588
588
  <p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
589
589
  </div>
590
590
  <hr>
591
591
  <div class="refsect2">
592
- <a name="CLUTTER-TEXTURE-ERROR:CAPS"></a><h3>CLUTTER_TEXTURE_ERROR</h3>
593
- <pre class="programlisting">#define CLUTTER_TEXTURE_ERROR (clutter_texture_error_quark ())
594
- </pre>
595
- <p>Error domain for <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> errors</p>
596
- <p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
597
- </div>
598
- <hr>
599
- <div class="refsect2">
600
592
  <a name="clutter-texture-set-from-file"></a><h3>clutter_texture_set_from_file ()</h3>
601
593
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
602
594
  clutter_texture_set_from_file (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>,
@@ -617,8 +609,8 @@ will be emitten when the size of the texture is available and
617
609
  <a class="link" href="ClutterTexture.html#ClutterTexture-load-finished" title="The “load-finished” signal"><span class="type">“load-finished”</span></a> will be emitted when the image has been
618
610
  loaded or if an error occurred.</p>
619
611
  <div class="refsect3">
620
- <a name="id-1.11.20.10.6.8"></a><h4>Parameters</h4>
621
- <div class="informaltable"><table width="100%" border="0">
612
+ <a name="clutter-texture-set-from-file.parameters"></a><h4>Parameters</h4>
613
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
622
614
  <colgroup>
623
615
  <col width="150px" class="parameters_name">
624
616
  <col class="parameters_description">
@@ -644,7 +636,7 @@ loaded or if an error occurred.</p>
644
636
  </table></div>
645
637
  </div>
646
638
  <div class="refsect3">
647
- <a name="id-1.11.20.10.6.9"></a><h4>Returns</h4>
639
+ <a name="clutter-texture-set-from-file.returns"></a><h4>Returns</h4>
648
640
  <p> <code class="literal">TRUE</code> if the image was successfully loaded and set</p>
649
641
  </div>
650
642
  <p class="since">Since: <a class="link" href="ix06.html#api-index-0.8">0.8</a></p>
@@ -668,8 +660,8 @@ clutter_texture_set_from_rgb_data (<em class="parameter"><code><a class="link" h
668
660
  </div>
669
661
  <p>Sets <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> image data.</p>
670
662
  <div class="refsect3">
671
- <a name="id-1.11.20.10.7.7"></a><h4>Parameters</h4>
672
- <div class="informaltable"><table width="100%" border="0">
663
+ <a name="clutter-texture-set-from-rgb-data.parameters"></a><h4>Parameters</h4>
664
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
673
665
  <colgroup>
674
666
  <col width="150px" class="parameters_name">
675
667
  <col class="parameters_description">
@@ -727,7 +719,7 @@ on the value of <em class="parameter"><code>has_alpha</code></em>
727
719
  </table></div>
728
720
  </div>
729
721
  <div class="refsect3">
730
- <a name="id-1.11.20.10.7.8"></a><h4>Returns</h4>
722
+ <a name="clutter-texture-set-from-rgb-data.returns"></a><h4>Returns</h4>
731
723
  <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on failure.</p>
732
724
  </div>
733
725
  <p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
@@ -757,8 +749,8 @@ few drivers exposing this capability are not really useful.</p>
757
749
  RGB colorspace is to use a fragment shader associated with the
758
750
  <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> material.</p>
759
751
  <div class="refsect3">
760
- <a name="id-1.11.20.10.8.9"></a><h4>Parameters</h4>
761
- <div class="informaltable"><table width="100%" border="0">
752
+ <a name="clutter-texture-set-from-yuv-data.parameters"></a><h4>Parameters</h4>
753
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
762
754
  <colgroup>
763
755
  <col width="150px" class="parameters_name">
764
756
  <col class="parameters_description">
@@ -799,7 +791,7 @@ RGB colorspace is to use a fragment shader associated with the
799
791
  </table></div>
800
792
  </div>
801
793
  <div class="refsect3">
802
- <a name="id-1.11.20.10.8.10"></a><h4>Returns</h4>
794
+ <a name="clutter-texture-set-from-yuv-data.returns"></a><h4>Returns</h4>
803
795
  <p> <code class="literal">TRUE</code> if the texture was successfully updated</p>
804
796
  </div>
805
797
  <p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
@@ -826,8 +818,8 @@ clutter_texture_set_area_from_rgb_data
826
818
  </div>
827
819
  <p>Updates a sub-region of the pixel data in a <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a>.</p>
828
820
  <div class="refsect3">
829
- <a name="id-1.11.20.10.9.7"></a><h4>Parameters</h4>
830
- <div class="informaltable"><table width="100%" border="0">
821
+ <a name="clutter-texture-set-area-from-rgb-data.parameters"></a><h4>Parameters</h4>
822
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
831
823
  <colgroup>
832
824
  <col width="150px" class="parameters_name">
833
825
  <col class="parameters_description">
@@ -895,7 +887,7 @@ depending on <em class="parameter"><code>has_alpha</code></em>
895
887
  </table></div>
896
888
  </div>
897
889
  <div class="refsect3">
898
- <a name="id-1.11.20.10.9.8"></a><h4>Returns</h4>
890
+ <a name="clutter-texture-set-area-from-rgb-data.returns"></a><h4>Returns</h4>
899
891
  <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on failure.</p>
900
892
  </div>
901
893
  <p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
@@ -914,8 +906,8 @@ clutter_texture_get_base_size (<em class="parameter"><code><a class="link" href=
914
906
  </div>
915
907
  <p>Gets the size in pixels of the untransformed underlying image</p>
916
908
  <div class="refsect3">
917
- <a name="id-1.11.20.10.10.6"></a><h4>Parameters</h4>
918
- <div class="informaltable"><table width="100%" border="0">
909
+ <a name="clutter-texture-get-base-size.parameters"></a><h4>Parameters</h4>
910
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
919
911
  <colgroup>
920
912
  <col width="150px" class="parameters_name">
921
913
  <col class="parameters_description">
@@ -972,8 +964,8 @@ equivalent to:</p>
972
964
 
973
965
  <p></p>
974
966
  <div class="refsect3">
975
- <a name="id-1.11.20.10.11.9"></a><h4>Parameters</h4>
976
- <div class="informaltable"><table width="100%" border="0">
967
+ <a name="clutter-texture-get-pixel-format.parameters"></a><h4>Parameters</h4>
968
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
977
969
  <colgroup>
978
970
  <col width="150px" class="parameters_name">
979
971
  <col class="parameters_description">
@@ -987,7 +979,7 @@ equivalent to:</p>
987
979
  </table></div>
988
980
  </div>
989
981
  <div class="refsect3">
990
- <a name="id-1.11.20.10.11.10"></a><h4>Returns</h4>
982
+ <a name="clutter-texture-get-pixel-format.returns"></a><h4>Returns</h4>
991
983
  <p> a <span class="type">CoglPixelFormat</span> value</p>
992
984
  </div>
993
985
  <p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
@@ -1004,8 +996,8 @@ clutter_texture_get_max_tile_waste (<em class="parameter"><code><a class="link"
1004
996
  <p>Gets the maximum waste that will be used when creating a texture or
1005
997
  -1 if slicing is disabled.</p>
1006
998
  <div class="refsect3">
1007
- <a name="id-1.11.20.10.12.7"></a><h4>Parameters</h4>
1008
- <div class="informaltable"><table width="100%" border="0">
999
+ <a name="clutter-texture-get-max-tile-waste.parameters"></a><h4>Parameters</h4>
1000
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1009
1001
  <colgroup>
1010
1002
  <col width="150px" class="parameters_name">
1011
1003
  <col class="parameters_description">
@@ -1019,7 +1011,7 @@ clutter_texture_get_max_tile_waste (<em class="parameter"><code><a class="link"
1019
1011
  </table></div>
1020
1012
  </div>
1021
1013
  <div class="refsect3">
1022
- <a name="id-1.11.20.10.12.8"></a><h4>Returns</h4>
1014
+ <a name="clutter-texture-get-max-tile-waste.returns"></a><h4>Returns</h4>
1023
1015
  <p> The maximum waste or -1 if the texture waste is
1024
1016
  unlimited.</p>
1025
1017
  </div>
@@ -1037,8 +1029,8 @@ clutter_texture_get_filter_quality (<em class="parameter"><code><a class="link"
1037
1029
  </div>
1038
1030
  <p>Gets the filter quality used when scaling a texture.</p>
1039
1031
  <div class="refsect3">
1040
- <a name="id-1.11.20.10.13.7"></a><h4>Parameters</h4>
1041
- <div class="informaltable"><table width="100%" border="0">
1032
+ <a name="clutter-texture-get-filter-quality.parameters"></a><h4>Parameters</h4>
1033
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1042
1034
  <colgroup>
1043
1035
  <col width="150px" class="parameters_name">
1044
1036
  <col class="parameters_description">
@@ -1052,7 +1044,7 @@ clutter_texture_get_filter_quality (<em class="parameter"><code><a class="link"
1052
1044
  </table></div>
1053
1045
  </div>
1054
1046
  <div class="refsect3">
1055
- <a name="id-1.11.20.10.13.8"></a><h4>Returns</h4>
1047
+ <a name="clutter-texture-get-filter-quality.returns"></a><h4>Returns</h4>
1056
1048
  <p> The filter quality value.</p>
1057
1049
  </div>
1058
1050
  <p class="since">Since: <a class="link" href="ix06.html#api-index-0.8">0.8</a></p>
@@ -1077,8 +1069,8 @@ bit more expensive (bilinear interpolation), and
1077
1069
  improve scaled down rendering as well (by using mipmaps). The default value
1078
1070
  is <a class="link" href="ClutterTexture.html#CLUTTER-TEXTURE-QUALITY-MEDIUM:CAPS"><code class="literal">CLUTTER_TEXTURE_QUALITY_MEDIUM</code></a>.</p>
1079
1071
  <div class="refsect3">
1080
- <a name="id-1.11.20.10.14.7"></a><h4>Parameters</h4>
1081
- <div class="informaltable"><table width="100%" border="0">
1072
+ <a name="clutter-texture-set-filter-quality.parameters"></a><h4>Parameters</h4>
1073
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1082
1074
  <colgroup>
1083
1075
  <col width="150px" class="parameters_name">
1084
1076
  <col class="parameters_description">
@@ -1120,8 +1112,8 @@ handle used by the <a class="link" href="ClutterTexture.html" title="ClutterText
1120
1112
  layers you should use <a class="link" href="ClutterTexture.html#clutter-texture-get-cogl-material" title="clutter_texture_get_cogl_material ()"><code class="function">clutter_texture_get_cogl_material()</code></a> instead
1121
1113
  and use the <span class="type">CoglMaterial</span> API.</p>
1122
1114
  <div class="refsect3">
1123
- <a name="id-1.11.20.10.15.8"></a><h4>Parameters</h4>
1124
- <div class="informaltable"><table width="100%" border="0">
1115
+ <a name="clutter-texture-get-cogl-texture.parameters"></a><h4>Parameters</h4>
1116
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1125
1117
  <colgroup>
1126
1118
  <col width="150px" class="parameters_name">
1127
1119
  <col class="parameters_description">
@@ -1135,7 +1127,7 @@ and use the <span class="type">CoglMaterial</span> API.</p>
1135
1127
  </table></div>
1136
1128
  </div>
1137
1129
  <div class="refsect3">
1138
- <a name="id-1.11.20.10.15.9"></a><h4>Returns</h4>
1130
+ <a name="clutter-texture-get-cogl-texture.returns"></a><h4>Returns</h4>
1139
1131
  <p> a <span class="type">CoglHandle</span> for the texture. The returned
1140
1132
  handle is owned by the <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> and it should not be unreferenced. </p>
1141
1133
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
@@ -1160,8 +1152,8 @@ clutter_texture_set_cogl_texture (<em class="parameter"><code><a class="link" hr
1160
1152
  . A reference to the texture is taken so if the handle is
1161
1153
  no longer needed it should be deref'd with cogl_handle_unref.</p>
1162
1154
  <div class="refsect3">
1163
- <a name="id-1.11.20.10.16.7"></a><h4>Parameters</h4>
1164
- <div class="informaltable"><table width="100%" border="0">
1155
+ <a name="clutter-texture-set-cogl-texture.parameters"></a><h4>Parameters</h4>
1156
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1165
1157
  <colgroup>
1166
1158
  <col width="150px" class="parameters_name">
1167
1159
  <col class="parameters_description">
@@ -1197,8 +1189,8 @@ clutter_texture_get_cogl_material (<em class="parameter"><code><a class="link" h
1197
1189
  <p>Returns a handle to the underlying COGL material used for drawing
1198
1190
  the actor.</p>
1199
1191
  <div class="refsect3">
1200
- <a name="id-1.11.20.10.17.7"></a><h4>Parameters</h4>
1201
- <div class="informaltable"><table width="100%" border="0">
1192
+ <a name="clutter-texture-get-cogl-material.parameters"></a><h4>Parameters</h4>
1193
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1202
1194
  <colgroup>
1203
1195
  <col width="150px" class="parameters_name">
1204
1196
  <col class="parameters_description">
@@ -1212,7 +1204,7 @@ the actor.</p>
1212
1204
  </table></div>
1213
1205
  </div>
1214
1206
  <div class="refsect3">
1215
- <a name="id-1.11.20.10.17.8"></a><h4>Returns</h4>
1207
+ <a name="clutter-texture-get-cogl-material.returns"></a><h4>Returns</h4>
1216
1208
  <p> a handle for a <span class="type">CoglMaterial</span>. The
1217
1209
  material is owned by the <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> and it should not be
1218
1210
  unreferenced. </p>
@@ -1242,8 +1234,8 @@ texture. <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span
1242
1234
  layer so you should set one on the material before calling this
1243
1235
  function.</p>
1244
1236
  <div class="refsect3">
1245
- <a name="id-1.11.20.10.18.7"></a><h4>Parameters</h4>
1246
- <div class="informaltable"><table width="100%" border="0">
1237
+ <a name="clutter-texture-set-cogl-material.parameters"></a><h4>Parameters</h4>
1238
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1247
1239
  <colgroup>
1248
1240
  <col width="150px" class="parameters_name">
1249
1241
  <col class="parameters_description">
@@ -1276,8 +1268,8 @@ clutter_texture_get_sync_size (<em class="parameter"><code><a class="link" href=
1276
1268
  </div>
1277
1269
  <p>Retrieves the value set with <a class="link" href="ClutterTexture.html#clutter-texture-set-sync-size" title="clutter_texture_set_sync_size ()"><code class="function">clutter_texture_set_sync_size()</code></a></p>
1278
1270
  <div class="refsect3">
1279
- <a name="id-1.11.20.10.19.7"></a><h4>Parameters</h4>
1280
- <div class="informaltable"><table width="100%" border="0">
1271
+ <a name="clutter-texture-get-sync-size.parameters"></a><h4>Parameters</h4>
1272
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1281
1273
  <colgroup>
1282
1274
  <col width="150px" class="parameters_name">
1283
1275
  <col class="parameters_description">
@@ -1291,7 +1283,7 @@ clutter_texture_get_sync_size (<em class="parameter"><code><a class="link" href=
1291
1283
  </table></div>
1292
1284
  </div>
1293
1285
  <div class="refsect3">
1294
- <a name="id-1.11.20.10.19.8"></a><h4>Returns</h4>
1286
+ <a name="clutter-texture-get-sync-size.returns"></a><h4>Returns</h4>
1295
1287
  <p> <code class="literal">TRUE</code> if the <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> should have the same
1296
1288
  preferred size of the underlying image data</p>
1297
1289
  </div>
@@ -1314,8 +1306,8 @@ clutter_texture_set_sync_size (<em class="parameter"><code><a class="link" href=
1314
1306
  should have the same preferred size as the
1315
1307
  underlying image data.</p>
1316
1308
  <div class="refsect3">
1317
- <a name="id-1.11.20.10.20.7"></a><h4>Parameters</h4>
1318
- <div class="informaltable"><table width="100%" border="0">
1309
+ <a name="clutter-texture-set-sync-size.parameters"></a><h4>Parameters</h4>
1310
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1319
1311
  <colgroup>
1320
1312
  <col width="150px" class="parameters_name">
1321
1313
  <col class="parameters_description">
@@ -1353,8 +1345,8 @@ clutter_texture_get_repeat (<em class="parameter"><code><a class="link" href="Cl
1353
1345
  <p>Retrieves the horizontal and vertical repeat values set
1354
1346
  using <a class="link" href="ClutterTexture.html#clutter-texture-set-repeat" title="clutter_texture_set_repeat ()"><code class="function">clutter_texture_set_repeat()</code></a></p>
1355
1347
  <div class="refsect3">
1356
- <a name="id-1.11.20.10.21.7"></a><h4>Parameters</h4>
1357
- <div class="informaltable"><table width="100%" border="0">
1348
+ <a name="clutter-texture-get-repeat.parameters"></a><h4>Parameters</h4>
1349
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1358
1350
  <colgroup>
1359
1351
  <col width="150px" class="parameters_name">
1360
1352
  <col class="parameters_description">
@@ -1397,8 +1389,8 @@ clutter_texture_set_repeat (<em class="parameter"><code><a class="link" href="Cl
1397
1389
  should repeat horizontally or
1398
1390
  vertically when the actor size is bigger than the image size</p>
1399
1391
  <div class="refsect3">
1400
- <a name="id-1.11.20.10.22.7"></a><h4>Parameters</h4>
1401
- <div class="informaltable"><table width="100%" border="0">
1392
+ <a name="clutter-texture-set-repeat.parameters"></a><h4>Parameters</h4>
1393
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1402
1394
  <colgroup>
1403
1395
  <col width="150px" class="parameters_name">
1404
1396
  <col class="parameters_description">
@@ -1437,8 +1429,8 @@ clutter_texture_get_keep_aspect_ratio (<em class="parameter"><code><a class="lin
1437
1429
  </div>
1438
1430
  <p>Retrieves the value set using <a class="link" href="ClutterTexture.html#clutter-texture-set-keep-aspect-ratio" title="clutter_texture_set_keep_aspect_ratio ()"><code class="function">clutter_texture_set_keep_aspect_ratio()</code></a></p>
1439
1431
  <div class="refsect3">
1440
- <a name="id-1.11.20.10.23.7"></a><h4>Parameters</h4>
1441
- <div class="informaltable"><table width="100%" border="0">
1432
+ <a name="clutter-texture-get-keep-aspect-ratio.parameters"></a><h4>Parameters</h4>
1433
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1442
1434
  <colgroup>
1443
1435
  <col width="150px" class="parameters_name">
1444
1436
  <col class="parameters_description">
@@ -1452,7 +1444,7 @@ clutter_texture_get_keep_aspect_ratio (<em class="parameter"><code><a class="lin
1452
1444
  </table></div>
1453
1445
  </div>
1454
1446
  <div class="refsect3">
1455
- <a name="id-1.11.20.10.23.8"></a><h4>Returns</h4>
1447
+ <a name="clutter-texture-get-keep-aspect-ratio.returns"></a><h4>Returns</h4>
1456
1448
  <p> <code class="literal">TRUE</code> if the <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> should maintain the
1457
1449
  aspect ratio of the underlying image</p>
1458
1450
  </div>
@@ -1473,8 +1465,8 @@ clutter_texture_set_keep_aspect_ratio (<em class="parameter"><code><a class="lin
1473
1465
  should have a preferred size maintaining
1474
1466
  the aspect ratio of the underlying image</p>
1475
1467
  <div class="refsect3">
1476
- <a name="id-1.11.20.10.24.7"></a><h4>Parameters</h4>
1477
- <div class="informaltable"><table width="100%" border="0">
1468
+ <a name="clutter-texture-set-keep-aspect-ratio.parameters"></a><h4>Parameters</h4>
1469
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1478
1470
  <colgroup>
1479
1471
  <col width="150px" class="parameters_name">
1480
1472
  <col class="parameters_description">
@@ -1507,8 +1499,8 @@ clutter_texture_get_load_async (<em class="parameter"><code><a class="link" href
1507
1499
  </div>
1508
1500
  <p>Retrieves the value set using <a class="link" href="ClutterTexture.html#clutter-texture-set-load-async" title="clutter_texture_set_load_async ()"><code class="function">clutter_texture_set_load_async()</code></a></p>
1509
1501
  <div class="refsect3">
1510
- <a name="id-1.11.20.10.25.7"></a><h4>Parameters</h4>
1511
- <div class="informaltable"><table width="100%" border="0">
1502
+ <a name="clutter-texture-get-load-async.parameters"></a><h4>Parameters</h4>
1503
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1512
1504
  <colgroup>
1513
1505
  <col width="150px" class="parameters_name">
1514
1506
  <col class="parameters_description">
@@ -1522,7 +1514,7 @@ clutter_texture_get_load_async (<em class="parameter"><code><a class="link" href
1522
1514
  </table></div>
1523
1515
  </div>
1524
1516
  <div class="refsect3">
1525
- <a name="id-1.11.20.10.25.8"></a><h4>Returns</h4>
1517
+ <a name="clutter-texture-get-load-async.returns"></a><h4>Returns</h4>
1526
1518
  <p> <code class="literal">TRUE</code> if the <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> should load the data from
1527
1519
  disk asynchronously</p>
1528
1520
  </div>
@@ -1548,8 +1540,8 @@ from disk asynchronously. Setting <em class="parameter"><code>load_async</code><
1548
1540
  <p>See the <a class="link" href="ClutterTexture.html#ClutterTexture--load-async" title="The “load-async” property"><span class="type">“load-async”</span></a> property documentation, and
1549
1541
  <a class="link" href="ClutterTexture.html#clutter-texture-set-load-data-async" title="clutter_texture_set_load_data_async ()"><code class="function">clutter_texture_set_load_data_async()</code></a>.</p>
1550
1542
  <div class="refsect3">
1551
- <a name="id-1.11.20.10.26.8"></a><h4>Parameters</h4>
1552
- <div class="informaltable"><table width="100%" border="0">
1543
+ <a name="clutter-texture-set-load-async.parameters"></a><h4>Parameters</h4>
1544
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1553
1545
  <colgroup>
1554
1546
  <col width="150px" class="parameters_name">
1555
1547
  <col class="parameters_description">
@@ -1583,8 +1575,8 @@ clutter_texture_get_load_data_async (<em class="parameter"><code><a class="link"
1583
1575
  </div>
1584
1576
  <p>Retrieves the value set by <a class="link" href="ClutterTexture.html#clutter-texture-set-load-data-async" title="clutter_texture_set_load_data_async ()"><code class="function">clutter_texture_set_load_data_async()</code></a></p>
1585
1577
  <div class="refsect3">
1586
- <a name="id-1.11.20.10.27.7"></a><h4>Parameters</h4>
1587
- <div class="informaltable"><table width="100%" border="0">
1578
+ <a name="clutter-texture-get-load-data-async.parameters"></a><h4>Parameters</h4>
1579
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1588
1580
  <colgroup>
1589
1581
  <col width="150px" class="parameters_name">
1590
1582
  <col class="parameters_description">
@@ -1598,7 +1590,7 @@ clutter_texture_get_load_data_async (<em class="parameter"><code><a class="link"
1598
1590
  </table></div>
1599
1591
  </div>
1600
1592
  <div class="refsect3">
1601
- <a name="id-1.11.20.10.27.8"></a><h4>Returns</h4>
1593
+ <a name="clutter-texture-get-load-data-async.returns"></a><h4>Returns</h4>
1602
1594
  <p> <code class="literal">TRUE</code> if the <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> should load the image
1603
1595
  data from a file asynchronously</p>
1604
1596
  </div>
@@ -1625,8 +1617,8 @@ determined the width and height of the image data.</p>
1625
1617
  <p>See the <a class="link" href="ClutterTexture.html#ClutterTexture--load-async" title="The “load-async” property"><span class="type">“load-async”</span></a> property documentation, and
1626
1618
  <a class="link" href="ClutterTexture.html#clutter-texture-set-load-async" title="clutter_texture_set_load_async ()"><code class="function">clutter_texture_set_load_async()</code></a>.</p>
1627
1619
  <div class="refsect3">
1628
- <a name="id-1.11.20.10.28.8"></a><h4>Parameters</h4>
1629
- <div class="informaltable"><table width="100%" border="0">
1620
+ <a name="clutter-texture-set-load-data-async.parameters"></a><h4>Parameters</h4>
1621
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1630
1622
  <colgroup>
1631
1623
  <col width="150px" class="parameters_name">
1632
1624
  <col class="parameters_description">
@@ -1660,8 +1652,8 @@ clutter_texture_get_pick_with_alpha (<em class="parameter"><code><a class="link"
1660
1652
  </div>
1661
1653
  <p>Retrieves the value set by <a class="link" href="ClutterTexture.html#clutter-texture-set-load-data-async" title="clutter_texture_set_load_data_async ()"><code class="function">clutter_texture_set_load_data_async()</code></a></p>
1662
1654
  <div class="refsect3">
1663
- <a name="id-1.11.20.10.29.7"></a><h4>Parameters</h4>
1664
- <div class="informaltable"><table width="100%" border="0">
1655
+ <a name="clutter-texture-get-pick-with-alpha.parameters"></a><h4>Parameters</h4>
1656
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1665
1657
  <colgroup>
1666
1658
  <col width="150px" class="parameters_name">
1667
1659
  <col class="parameters_description">
@@ -1675,7 +1667,7 @@ clutter_texture_get_pick_with_alpha (<em class="parameter"><code><a class="link"
1675
1667
  </table></div>
1676
1668
  </div>
1677
1669
  <div class="refsect3">
1678
- <a name="id-1.11.20.10.29.8"></a><h4>Returns</h4>
1670
+ <a name="clutter-texture-get-pick-with-alpha.returns"></a><h4>Returns</h4>
1679
1671
  <p> <code class="literal">TRUE</code> if the <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> should define its shape
1680
1672
  using the alpha channel when picking.</p>
1681
1673
  </div>
@@ -1702,8 +1694,8 @@ internally.</p>
1702
1694
  determine what value of alpha is considered pickable, and so only
1703
1695
  fully opaque parts of the texture will react to picking.</p>
1704
1696
  <div class="refsect3">
1705
- <a name="id-1.11.20.10.30.9"></a><h4>Parameters</h4>
1706
- <div class="informaltable"><table width="100%" border="0">
1697
+ <a name="clutter-texture-set-pick-with-alpha.parameters"></a><h4>Parameters</h4>
1698
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1707
1699
  <colgroup>
1708
1700
  <col width="150px" class="parameters_name">
1709
1701
  <col class="parameters_description">
@@ -1750,8 +1742,8 @@ and should be accessed using the provided API</p>
1750
1742
  </pre>
1751
1743
  <p>The <a class="link" href="ClutterTexture.html#ClutterTextureClass" title="struct ClutterTextureClass"><span class="type">ClutterTextureClass</span></a> structure contains only private data</p>
1752
1744
  <div class="refsect3">
1753
- <a name="id-1.11.20.11.3.5"></a><h4>Members</h4>
1754
- <div class="informaltable"><table width="100%" border="0">
1745
+ <a name="ClutterTextureClass.members"></a><h4>Members</h4>
1746
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1755
1747
  <colgroup>
1756
1748
  <col width="300px" class="struct_members_name">
1757
1749
  <col class="struct_members_description">
@@ -1789,8 +1781,8 @@ and should be accessed using the provided API</p>
1789
1781
  <p>Flags for <a class="link" href="ClutterTexture.html#clutter-texture-set-from-rgb-data" title="clutter_texture_set_from_rgb_data ()"><code class="function">clutter_texture_set_from_rgb_data()</code></a> and
1790
1782
  <a class="link" href="ClutterTexture.html#clutter-texture-set-from-yuv-data" title="clutter_texture_set_from_yuv_data ()"><code class="function">clutter_texture_set_from_yuv_data()</code></a>.</p>
1791
1783
  <div class="refsect3">
1792
- <a name="id-1.11.20.11.4.6"></a><h4>Members</h4>
1793
- <div class="informaltable"><table width="100%" border="0">
1784
+ <a name="ClutterTextureFlags.members"></a><h4>Members</h4>
1785
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1794
1786
  <colgroup>
1795
1787
  <col width="300px" class="enum_members_name">
1796
1788
  <col class="enum_members_description">
@@ -1841,8 +1833,8 @@ and should be accessed using the provided API</p>
1841
1833
  </div>
1842
1834
  <p>Enumaration controlling the texture quality.</p>
1843
1835
  <div class="refsect3">
1844
- <a name="id-1.11.20.11.5.6"></a><h4>Members</h4>
1845
- <div class="informaltable"><table width="100%" border="0">
1836
+ <a name="ClutterTextureQuality.members"></a><h4>Members</h4>
1837
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1846
1838
  <colgroup>
1847
1839
  <col width="300px" class="enum_members_name">
1848
1840
  <col class="enum_members_description">
@@ -1880,11 +1872,19 @@ and should be accessed using the provided API</p>
1880
1872
  </div>
1881
1873
  <hr>
1882
1874
  <div class="refsect2">
1875
+ <a name="CLUTTER-TEXTURE-ERROR:CAPS"></a><h3>CLUTTER_TEXTURE_ERROR</h3>
1876
+ <pre class="programlisting">#define CLUTTER_TEXTURE_ERROR (clutter_texture_error_quark ())
1877
+ </pre>
1878
+ <p>Error domain for <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> errors</p>
1879
+ <p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
1880
+ </div>
1881
+ <hr>
1882
+ <div class="refsect2">
1883
1883
  <a name="ClutterTextureError"></a><h3>enum ClutterTextureError</h3>
1884
1884
  <p>Error enumeration for <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a></p>
1885
1885
  <div class="refsect3">
1886
- <a name="id-1.11.20.11.6.4"></a><h4>Members</h4>
1887
- <div class="informaltable"><table width="100%" border="0">
1886
+ <a name="ClutterTextureError.members"></a><h4>Members</h4>
1887
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1888
1888
  <colgroup>
1889
1889
  <col width="300px" class="enum_members_name">
1890
1890
  <col class="enum_members_description">
@@ -2080,8 +2080,8 @@ be set, otherwise it will be <code class="literal">NULL</code></p>
2080
2080
  <p>No replacement is available</p>
2081
2081
  </div>
2082
2082
  <div class="refsect3">
2083
- <a name="id-1.11.20.13.2.7"></a><h4>Parameters</h4>
2084
- <div class="informaltable"><table width="100%" border="0">
2083
+ <a name="ClutterTexture-load-finished.parameters"></a><h4>Parameters</h4>
2084
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2085
2085
  <colgroup>
2086
2086
  <col width="150px" class="parameters_name">
2087
2087
  <col class="parameters_description">
@@ -2123,8 +2123,8 @@ used by <em class="parameter"><code>texture</code></em>
2123
2123
  <p>No replacement is available</p>
2124
2124
  </div>
2125
2125
  <div class="refsect3">
2126
- <a name="id-1.11.20.13.3.6"></a><h4>Parameters</h4>
2127
- <div class="informaltable"><table width="100%" border="0">
2126
+ <a name="ClutterTexture-pixbuf-change.parameters"></a><h4>Parameters</h4>
2127
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2128
2128
  <colgroup>
2129
2129
  <col width="150px" class="parameters_name">
2130
2130
  <col class="parameters_description">
@@ -2163,8 +2163,8 @@ argument to the callback.</p>
2163
2163
  <p>No replacement is available</p>
2164
2164
  </div>
2165
2165
  <div class="refsect3">
2166
- <a name="id-1.11.20.13.4.6"></a><h4>Parameters</h4>
2167
- <div class="informaltable"><table width="100%" border="0">
2166
+ <a name="ClutterTexture-size-change.parameters"></a><h4>Parameters</h4>
2167
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2168
2168
  <colgroup>
2169
2169
  <col width="150px" class="parameters_name">
2170
2170
  <col class="parameters_description">
@@ -2199,6 +2199,6 @@ argument to the callback.</p>
2199
2199
  </div>
2200
2200
  </div>
2201
2201
  <div class="footer">
2202
- <hr>Generated by GTK-Doc V1.24</div>
2202
+ <hr>Generated by GTK-Doc V1.25.1</div>
2203
2203
  </body>
2204
2204
  </html>