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.
- checksums.yaml +4 -4
- data/Rakefile +8 -4
- data/lib/clutter.rb +2 -3
- data/vendor/local/bin/json-glib-format.exe +0 -0
- data/vendor/local/bin/json-glib-validate.exe +0 -0
- data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
- data/vendor/local/bin/libcogl-20.dll +0 -0
- data/vendor/local/bin/libcogl-pango-20.dll +0 -0
- data/vendor/local/bin/libcogl-path-20.dll +0 -0
- data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-config.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/gdk/clutter-gdk.h +69 -0
- data/vendor/local/lib/girepository-1.0/Clutter-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/ClutterGdk-1.0.typelib +0 -0
- data/vendor/local/lib/libclutter-1.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-1.0.la +2 -2
- data/vendor/local/lib/libcogl-pango.dll.a +0 -0
- data/vendor/local/lib/libcogl-path.dll.a +0 -0
- data/vendor/local/lib/libcogl.dll.a +0 -0
- data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/cally-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/clutter-1.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/clutter-cogl-1.0.pc +24 -0
- data/vendor/local/lib/pkgconfig/clutter-gdk-1.0.pc +24 -0
- data/vendor/local/lib/pkgconfig/clutter-win32-1.0.pc +3 -3
- data/vendor/local/share/gir-1.0/Clutter-1.0.gir +18 -5
- data/vendor/local/share/gir-1.0/ClutterGdk-1.0.gir +145 -0
- data/vendor/local/share/gtk-doc/html/clutter/CallyActor.html +26 -26
- data/vendor/local/share/gtk-doc/html/clutter/CallyClone.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/CallyGroup.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/CallyRectangle.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/CallyRoot.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/CallyStage.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/CallyText.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/CallyTexture.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/CallyUtil.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +701 -694
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +21 -21
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +26 -26
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +39 -39
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +21 -21
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +65 -65
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +46 -46
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +40 -40
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +13 -13
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +47 -47
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +13 -13
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +25 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +31 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +15 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +17 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +26 -26
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +28 -28
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +66 -66
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +19 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +39 -39
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +21 -21
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +27 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +13 -13
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +66 -66
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +18 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +19 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +27 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +44 -44
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +20 -20
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +44 -44
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGLXTexturePixmap.html +15 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +61 -61
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +47 -47
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +32 -32
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +94 -94
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +25 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +45 -45
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +55 -55
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +92 -92
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +41 -41
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +24 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +24 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +34 -34
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +49 -49
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +78 -78
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +22 -22
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +23 -23
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +12 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +53 -53
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +117 -63
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +18 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +18 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +7 -7
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +26 -26
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +25 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +126 -126
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +75 -75
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +16 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +58 -58
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +190 -190
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +43 -43
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +104 -104
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +127 -127
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +31 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +12 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterX11TexturePixmap.html +24 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +24 -24
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/cally.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch13.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch14.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +227 -227
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Cairo-integration.html +30 -22
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +22 -22
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +72 -72
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +289 -289
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +20 -20
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General-API.html +10 -10
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +96 -96
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +90 -90
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +12 -12
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +38 -38
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +18 -18
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +64 -64
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +23 -23
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +52 -52
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +34 -34
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +59 -59
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +182 -182
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +17 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +16 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +53 -53
- data/vendor/local/share/gtk-doc/html/clutter/clutter-clutter-mir.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +342 -18
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +36 -36
- data/vendor/local/share/gtk-doc/html/clutter/index.html +4 -23
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/license.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/pt10.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +3 -3
- data/vendor/local/share/locale/an/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo +0 -0
- metadata +18 -45
- data/vendor/local/share/gtk-doc/html/clutter/index.sgml +0 -3722
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +0 -2513
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +0 -507
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +0 -581
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +0 -947
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +0 -668
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +0 -1524
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +0 -814
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +0 -1135
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +0 -371
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +0 -360
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +0 -1084
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +0 -978
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +0 -100
- data/vendor/local/share/gtk-doc/html/clutter/ix15.html +0 -110
- data/vendor/local/share/gtk-doc/html/clutter/ix16.html +0 -103
- data/vendor/local/share/gtk-doc/html/clutter/ix17.html +0 -59
- data/vendor/local/share/gtk-doc/html/clutter/ix18.html +0 -97
- data/vendor/local/share/gtk-doc/html/clutter/ix19.html +0 -102
- 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>Annotation Glossary: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="clutterglossary.html" title="Part XII. Glossaries">
|
9
9
|
<link rel="prev" href="go01.html" title="Glossary">
|
10
10
|
<link rel="next" href="ix01.html" title="Index of all symbols">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -110,6 +110,6 @@ mentioned in the release notes for the affected release.
|
|
110
110
|
<dd class="glossdef"><p>This is the invoker for a virtual method.</p></dd>
|
111
111
|
</div>
|
112
112
|
<div class="footer">
|
113
|
-
<hr>Generated by GTK-Doc V1.
|
113
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
114
114
|
</body>
|
115
115
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part II. Building Clutter: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="index.html" title="Clutter Reference Manual">
|
9
9
|
<link rel="prev" href="clutter-overview.html" title="Part I. Overview">
|
10
10
|
<link rel="next" href="running-clutter.html" title="Part III. Running Clutter">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -269,6 +269,6 @@
|
|
269
269
|
</div>
|
270
270
|
</div>
|
271
271
|
<div class="footer">
|
272
|
-
<hr>Generated by GTK-Doc V1.
|
272
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
273
273
|
</body>
|
274
274
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part VIII. Accessibility: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="index.html" title="Clutter Reference Manual">
|
9
9
|
<link rel="prev" href="clutter-clutter-mir.html" title="clutter-mir">
|
10
10
|
<link rel="next" href="ch13.html" title="Base Classes">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -74,6 +74,6 @@
|
|
74
74
|
</div>
|
75
75
|
</div>
|
76
76
|
<div class="footer">
|
77
|
-
<hr>Generated by GTK-Doc V1.
|
77
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
78
78
|
</body>
|
79
79
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Abstract classes and interfaces: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="clutterbase.html" title="Part IV. Clutter Core Reference">
|
9
9
|
<link rel="prev" href="clutterbase.html" title="Part IV. Clutter Core Reference">
|
10
10
|
<link rel="next" href="ClutterActor.html" title="ClutterActor">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -59,6 +59,6 @@
|
|
59
59
|
</dl></div>
|
60
60
|
</div>
|
61
61
|
<div class="footer">
|
62
|
-
<hr>Generated by GTK-Doc V1.
|
62
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
63
63
|
</body>
|
64
64
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Base actors: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="clutterbase.html" title="Part IV. Clutter Core Reference">
|
9
9
|
<link rel="prev" href="ClutterContent.html" title="ClutterContent">
|
10
10
|
<link rel="next" href="ClutterStage.html" title="ClutterStage">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -38,6 +38,6 @@
|
|
38
38
|
</dl></div>
|
39
39
|
</div>
|
40
40
|
<div class="footer">
|
41
|
-
<hr>Generated by GTK-Doc V1.
|
41
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
42
42
|
</body>
|
43
43
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Layout managers: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="clutterbase.html" title="Part IV. Clutter Core Reference">
|
9
9
|
<link rel="prev" href="ClutterScrollActor.html" title="ClutterScrollActor">
|
10
10
|
<link rel="next" href="ClutterFixedLayout.html" title="ClutterFixedLayout">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -41,6 +41,6 @@
|
|
41
41
|
</dl></div>
|
42
42
|
</div>
|
43
43
|
<div class="footer">
|
44
|
-
<hr>Generated by GTK-Doc V1.
|
44
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
45
45
|
</body>
|
46
46
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Actions: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="clutterbase.html" title="Part IV. Clutter Core Reference">
|
9
9
|
<link rel="prev" href="ClutterGridLayout.html" title="ClutterGridLayout">
|
10
10
|
<link rel="next" href="ClutterClickAction.html" title="ClutterClickAction">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -53,6 +53,6 @@
|
|
53
53
|
</dl></div>
|
54
54
|
</div>
|
55
55
|
<div class="footer">
|
56
|
-
<hr>Generated by GTK-Doc V1.
|
56
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
57
57
|
</body>
|
58
58
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Constraints: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="clutterbase.html" title="Part IV. Clutter Core Reference">
|
9
9
|
<link rel="prev" href="ClutterTapAction.html" title="ClutterTapAction">
|
10
10
|
<link rel="next" href="ClutterAlignConstraint.html" title="ClutterAlignConstraint">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -38,6 +38,6 @@
|
|
38
38
|
</dl></div>
|
39
39
|
</div>
|
40
40
|
<div class="footer">
|
41
|
-
<hr>Generated by GTK-Doc V1.
|
41
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
42
42
|
</body>
|
43
43
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Effects: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="clutterbase.html" title="Part IV. Clutter Core Reference">
|
9
9
|
<link rel="prev" href="ClutterSnapConstraint.html" title="ClutterSnapConstraint">
|
10
10
|
<link rel="next" href="ClutterOffscreenEffect.html" title="ClutterOffscreenEffect">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -51,6 +51,6 @@
|
|
51
51
|
</dl></div>
|
52
52
|
</div>
|
53
53
|
<div class="footer">
|
54
|
-
<hr>Generated by GTK-Doc V1.
|
54
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
55
55
|
</body>
|
56
56
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Content: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="clutterbase.html" title="Part IV. Clutter Core Reference">
|
9
9
|
<link rel="prev" href="ClutterPageTurnEffect.html" title="ClutterPageTurnEffect">
|
10
10
|
<link rel="next" href="ClutterCanvas.html" title="ClutterCanvas">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -32,6 +32,6 @@
|
|
32
32
|
</dl></div>
|
33
33
|
</div>
|
34
34
|
<div class="footer">
|
35
|
-
<hr>Generated by GTK-Doc V1.
|
35
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
36
36
|
</body>
|
37
37
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Paint Objects: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="clutterbase.html" title="Part IV. Clutter Core Reference">
|
9
9
|
<link rel="prev" href="ClutterImage.html" title="ClutterImage">
|
10
10
|
<link rel="next" href="ClutterPaintNode.html" title="ClutterPaintNode">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -32,6 +32,6 @@
|
|
32
32
|
</dl></div>
|
33
33
|
</div>
|
34
34
|
<div class="footer">
|
35
|
-
<hr>Generated by GTK-Doc V1.
|
35
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
36
36
|
</body>
|
37
37
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Base classes: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="clutteranimation.html" title="Part V. Clutter Animation Framework">
|
9
9
|
<link rel="prev" href="clutteranimation.html" title="Part V. Clutter Animation Framework">
|
10
10
|
<link rel="next" href="ClutterTimeline.html" title="ClutterTimeline">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -47,6 +47,6 @@
|
|
47
47
|
</dl></div>
|
48
48
|
</div>
|
49
49
|
<div class="footer">
|
50
|
-
<hr>Generated by GTK-Doc V1.
|
50
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
51
51
|
</body>
|
52
52
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>General purpose API: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="cluttertools.html" title="Part VI. Clutter Tools">
|
9
9
|
<link rel="prev" href="cluttertools.html" title="Part VI. Clutter Tools">
|
10
10
|
<link rel="next" href="clutter-Colors.html" title="Colors">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -75,6 +75,6 @@ and bezier curves.</span>
|
|
75
75
|
</dl></div>
|
76
76
|
</div>
|
77
77
|
<div class="footer">
|
78
|
-
<hr>Generated by GTK-Doc V1.
|
78
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
79
79
|
</body>
|
80
80
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>User interface definition: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="cluttertools.html" title="Part VI. Clutter Tools">
|
9
9
|
<link rel="prev" href="clutter-Versioning-Macros.html" title="Versioning Macros">
|
10
10
|
<link rel="next" href="ClutterScript.html" title="ClutterScript">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -32,6 +32,6 @@
|
|
32
32
|
</dl></div>
|
33
33
|
</div>
|
34
34
|
<div class="footer">
|
35
|
-
<hr>Generated by GTK-Doc V1.
|
35
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
36
36
|
</body>
|
37
37
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Generic list model: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="cluttertools.html" title="Part VI. Clutter Tools">
|
9
9
|
<link rel="prev" href="ClutterScriptable.html" title="ClutterScriptable">
|
10
10
|
<link rel="next" href="ClutterModel.html" title="ClutterModel">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -35,6 +35,6 @@
|
|
35
35
|
</dl></div>
|
36
36
|
</div>
|
37
37
|
<div class="footer">
|
38
|
-
<hr>Generated by GTK-Doc V1.
|
38
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
39
39
|
</body>
|
40
40
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Base Classes: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="cally.html" title="Part VIII. Accessibility">
|
9
9
|
<link rel="prev" href="cally.html" title="Part VIII. Accessibility">
|
10
10
|
<link rel="next" href="CallyActor.html" title="CallyActor">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -47,6 +47,6 @@
|
|
47
47
|
</dl></div>
|
48
48
|
</div>
|
49
49
|
<div class="footer">
|
50
|
-
<hr>Generated by GTK-Doc V1.
|
50
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
51
51
|
</body>
|
52
52
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Utility API: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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="cally.html" title="Part VIII. Accessibility">
|
9
9
|
<link rel="prev" href="CallyClone.html" title="CallyClone">
|
10
10
|
<link rel="next" href="clutter-General-API.html" title="Cally">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -35,6 +35,6 @@
|
|
35
35
|
</dl></div>
|
36
36
|
</div>
|
37
37
|
<div class="footer">
|
38
|
-
<hr>Generated by GTK-Doc V1.
|
38
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
39
39
|
</body>
|
40
40
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Base geometric types: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
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-Features.html" title="Features">
|
10
10
|
<link rel="next" href="ClutterInputDevice.html" title="ClutterInputDevice">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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">
|
@@ -34,7 +34,7 @@
|
|
34
34
|
</tr></table></div>
|
35
35
|
<div class="refsect1">
|
36
36
|
<a name="clutter-Base-geometric-types.functions"></a><h2>Functions</h2>
|
37
|
-
<div class="informaltable"><table width="100%" border="0">
|
37
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
38
38
|
<colgroup>
|
39
39
|
<col width="150px" class="functions_return">
|
40
40
|
<col class="functions_name">
|
@@ -721,7 +721,7 @@
|
|
721
721
|
</div>
|
722
722
|
<a name="ClutterPoint"></a><a name="ClutterSize"></a><a name="ClutterRect"></a><a name="ClutterVertex"></a><a name="ClutterActorBox"></a><a name="ClutterGeometry"></a><a name="ClutterKnot"></a><a name="ClutterPaintVolume"></a><a name="ClutterMatrix"></a><div class="refsect1">
|
723
723
|
<a name="clutter-Base-geometric-types.other"></a><h2>Types and Values</h2>
|
724
|
-
<div class="informaltable"><table width="100%" border="0">
|
724
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
725
725
|
<colgroup>
|
726
726
|
<col width="150px" class="name">
|
727
727
|
<col class="description">
|
@@ -788,7 +788,7 @@
|
|
788
788
|
</div>
|
789
789
|
<div class="refsect1">
|
790
790
|
<a name="clutter-Base-geometric-types.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
791
|
-
<pre class="screen"> GBoxed
|
791
|
+
<pre class="screen"> <a href="/home/ebassi/gnome/install/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
792
792
|
<span class="lineart">├──</span> ClutterActorBox
|
793
793
|
<span class="lineart">├──</span> ClutterGeometry
|
794
794
|
<span class="lineart">├──</span> ClutterKnot
|
@@ -825,8 +825,8 @@ across the whole API.</p>
|
|
825
825
|
|
826
826
|
<p></p>
|
827
827
|
<div class="refsect3">
|
828
|
-
<a name="
|
829
|
-
<div class="informaltable"><table width="100%" border="0">
|
828
|
+
<a name="CLUTTER-POINT-INIT.parameters"></a><h4>Parameters</h4>
|
829
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
830
830
|
<colgroup>
|
831
831
|
<col width="150px" class="parameters_name">
|
832
832
|
<col class="parameters_description">
|
@@ -856,7 +856,7 @@ clutter_point_zero (<em class="parameter"><code><span class="type">void</span></
|
|
856
856
|
<p>A point centered at (0, 0).</p>
|
857
857
|
<p>The returned value can be used as a guard.</p>
|
858
858
|
<div class="refsect3">
|
859
|
-
<a name="
|
859
|
+
<a name="clutter-point-zero.returns"></a><h4>Returns</h4>
|
860
860
|
<p> a point centered in (0, 0); the returned <a class="link" href="clutter-Base-geometric-types.html#ClutterPoint"><span class="type">ClutterPoint</span></a>
|
861
861
|
is owned by Clutter and it should not be modified or freed.</p>
|
862
862
|
</div>
|
@@ -870,7 +870,7 @@ clutter_point_alloc (<em class="parameter"><code><span class="type">void</span><
|
|
870
870
|
<p>Allocates a new <a class="link" href="clutter-Base-geometric-types.html#ClutterPoint"><span class="type">ClutterPoint</span></a>.</p>
|
871
871
|
<p><span class="annotation">[<acronym title="This symbol is a constructor, not a static method."><span class="acronym">constructor</span></acronym>]</span></p>
|
872
872
|
<div class="refsect3">
|
873
|
-
<a name="
|
873
|
+
<a name="clutter-point-alloc.returns"></a><h4>Returns</h4>
|
874
874
|
<p> the newly allocated <a class="link" href="clutter-Base-geometric-types.html#ClutterPoint"><span class="type">ClutterPoint</span></a>.
|
875
875
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-point-free" title="clutter_point_free ()"><code class="function">clutter_point_free()</code></a> to free its resources. </p>
|
876
876
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -887,8 +887,8 @@ clutter_point_init (<em class="parameter"><code><a class="link" href="clutter-Ba
|
|
887
887
|
<p>Initializes <em class="parameter"><code>point</code></em>
|
888
888
|
with the given coordinates.</p>
|
889
889
|
<div class="refsect3">
|
890
|
-
<a name="
|
891
|
-
<div class="informaltable"><table width="100%" border="0">
|
890
|
+
<a name="clutter-point-init.parameters"></a><h4>Parameters</h4>
|
891
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
892
892
|
<colgroup>
|
893
893
|
<col width="150px" class="parameters_name">
|
894
894
|
<col class="parameters_description">
|
@@ -914,7 +914,7 @@ clutter_point_init (<em class="parameter"><code><a class="link" href="clutter-Ba
|
|
914
914
|
</table></div>
|
915
915
|
</div>
|
916
916
|
<div class="refsect3">
|
917
|
-
<a name="
|
917
|
+
<a name="clutter-point-init.returns"></a><h4>Returns</h4>
|
918
918
|
<p> the initialized <a class="link" href="clutter-Base-geometric-types.html#ClutterPoint"><span class="type">ClutterPoint</span></a>. </p>
|
919
919
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
920
920
|
</div>
|
@@ -928,8 +928,8 @@ clutter_point_copy (<em class="parameter"><code>const <a class="link" href="clut
|
|
928
928
|
<p>Creates a new <a class="link" href="clutter-Base-geometric-types.html#ClutterPoint"><span class="type">ClutterPoint</span></a> with the same coordinates of <em class="parameter"><code>point</code></em>
|
929
929
|
.</p>
|
930
930
|
<div class="refsect3">
|
931
|
-
<a name="
|
932
|
-
<div class="informaltable"><table width="100%" border="0">
|
931
|
+
<a name="clutter-point-copy.parameters"></a><h4>Parameters</h4>
|
932
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
933
933
|
<colgroup>
|
934
934
|
<col width="150px" class="parameters_name">
|
935
935
|
<col class="parameters_description">
|
@@ -943,7 +943,7 @@ clutter_point_copy (<em class="parameter"><code>const <a class="link" href="clut
|
|
943
943
|
</table></div>
|
944
944
|
</div>
|
945
945
|
<div class="refsect3">
|
946
|
-
<a name="
|
946
|
+
<a name="clutter-point-copy.returns"></a><h4>Returns</h4>
|
947
947
|
<p> a newly allocated <a class="link" href="clutter-Base-geometric-types.html#ClutterPoint"><span class="type">ClutterPoint</span></a>.
|
948
948
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-point-free" title="clutter_point_free ()"><code class="function">clutter_point_free()</code></a> to free its resources. </p>
|
949
949
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -958,8 +958,8 @@ clutter_point_free (<em class="parameter"><code><a class="link" href="clutter-Ba
|
|
958
958
|
<p>Frees the resources allocated for <em class="parameter"><code>point</code></em>
|
959
959
|
.</p>
|
960
960
|
<div class="refsect3">
|
961
|
-
<a name="
|
962
|
-
<div class="informaltable"><table width="100%" border="0">
|
961
|
+
<a name="clutter-point-free.parameters"></a><h4>Parameters</h4>
|
962
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
963
963
|
<colgroup>
|
964
964
|
<col width="150px" class="parameters_name">
|
965
965
|
<col class="parameters_description">
|
@@ -982,8 +982,8 @@ clutter_point_equals (<em class="parameter"><code>const <a class="link" href="cl
|
|
982
982
|
<em class="parameter"><code>const <a class="link" href="clutter-Base-geometric-types.html#ClutterPoint"><span class="type">ClutterPoint</span></a> *b</code></em>);</pre>
|
983
983
|
<p>Compares two <a class="link" href="clutter-Base-geometric-types.html#ClutterPoint"><span class="type">ClutterPoint</span></a> for equality.</p>
|
984
984
|
<div class="refsect3">
|
985
|
-
<a name="
|
986
|
-
<div class="informaltable"><table width="100%" border="0">
|
985
|
+
<a name="clutter-point-equals.parameters"></a><h4>Parameters</h4>
|
986
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
987
987
|
<colgroup>
|
988
988
|
<col width="150px" class="parameters_name">
|
989
989
|
<col class="parameters_description">
|
@@ -1004,8 +1004,8 @@ clutter_point_equals (<em class="parameter"><code>const <a class="link" href="cl
|
|
1004
1004
|
</table></div>
|
1005
1005
|
</div>
|
1006
1006
|
<div class="refsect3">
|
1007
|
-
<a name="
|
1008
|
-
<p> <code class="literal">TRUE</code> if the <a href="clutter-Base-geometric-types.html#ClutterPoint"><span class="type">ClutterPoints</span></a> are equal</p>
|
1007
|
+
<a name="clutter-point-equals.returns"></a><h4>Returns</h4>
|
1008
|
+
<p> <code class="literal">TRUE</code> if the <a href="clutter-Base-geometric-types.html#ClutterPoint-struct"><span class="type">ClutterPoints</span></a> are equal</p>
|
1009
1009
|
</div>
|
1010
1010
|
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1011
1011
|
</div>
|
@@ -1019,8 +1019,8 @@ clutter_point_distance (<em class="parameter"><code>const <a class="link" href="
|
|
1019
1019
|
<em class="parameter"><code><span class="type">float</span> *y_distance</code></em>);</pre>
|
1020
1020
|
<p>Computes the distance between two <a class="link" href="clutter-Base-geometric-types.html#ClutterPoint"><span class="type">ClutterPoint</span></a>.</p>
|
1021
1021
|
<div class="refsect3">
|
1022
|
-
<a name="
|
1023
|
-
<div class="informaltable"><table width="100%" border="0">
|
1022
|
+
<a name="clutter-point-distance.parameters"></a><h4>Parameters</h4>
|
1023
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1024
1024
|
<colgroup>
|
1025
1025
|
<col width="150px" class="parameters_name">
|
1026
1026
|
<col class="parameters_description">
|
@@ -1053,7 +1053,7 @@ distance between the points. </p></td>
|
|
1053
1053
|
</table></div>
|
1054
1054
|
</div>
|
1055
1055
|
<div class="refsect3">
|
1056
|
-
<a name="
|
1056
|
+
<a name="clutter-point-distance.returns"></a><h4>Returns</h4>
|
1057
1057
|
<p> the distance between the points.</p>
|
1058
1058
|
</div>
|
1059
1059
|
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
@@ -1077,8 +1077,8 @@ distance between the points. </p></td>
|
|
1077
1077
|
|
1078
1078
|
<p></p>
|
1079
1079
|
<div class="refsect3">
|
1080
|
-
<a name="
|
1081
|
-
<div class="informaltable"><table width="100%" border="0">
|
1080
|
+
<a name="CLUTTER-SIZE-INIT.parameters"></a><h4>Parameters</h4>
|
1081
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1082
1082
|
<colgroup>
|
1083
1083
|
<col width="150px" class="parameters_name">
|
1084
1084
|
<col class="parameters_description">
|
@@ -1108,7 +1108,7 @@ clutter_size_alloc (<em class="parameter"><code><span class="type">void</span></
|
|
1108
1108
|
<p>Allocates a new <a class="link" href="clutter-Base-geometric-types.html#ClutterSize"><span class="type">ClutterSize</span></a>.</p>
|
1109
1109
|
<p><span class="annotation">[<acronym title="This symbol is a constructor, not a static method."><span class="acronym">constructor</span></acronym>]</span></p>
|
1110
1110
|
<div class="refsect3">
|
1111
|
-
<a name="
|
1111
|
+
<a name="clutter-size-alloc.returns"></a><h4>Returns</h4>
|
1112
1112
|
<p> the newly allocated <a class="link" href="clutter-Base-geometric-types.html#ClutterSize"><span class="type">ClutterSize</span></a>.
|
1113
1113
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-size-free" title="clutter_size_free ()"><code class="function">clutter_size_free()</code></a> to free its resources. </p>
|
1114
1114
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -1124,8 +1124,8 @@ clutter_size_init (<em class="parameter"><code><a class="link" href="clutter-Bas
|
|
1124
1124
|
<em class="parameter"><code><span class="type">float</span> height</code></em>);</pre>
|
1125
1125
|
<p>Initializes a <a class="link" href="clutter-Base-geometric-types.html#ClutterSize"><span class="type">ClutterSize</span></a> with the given dimensions.</p>
|
1126
1126
|
<div class="refsect3">
|
1127
|
-
<a name="
|
1128
|
-
<div class="informaltable"><table width="100%" border="0">
|
1127
|
+
<a name="clutter-size-init.parameters"></a><h4>Parameters</h4>
|
1128
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1129
1129
|
<colgroup>
|
1130
1130
|
<col width="150px" class="parameters_name">
|
1131
1131
|
<col class="parameters_description">
|
@@ -1151,7 +1151,7 @@ clutter_size_init (<em class="parameter"><code><a class="link" href="clutter-Bas
|
|
1151
1151
|
</table></div>
|
1152
1152
|
</div>
|
1153
1153
|
<div class="refsect3">
|
1154
|
-
<a name="
|
1154
|
+
<a name="clutter-size-init.returns"></a><h4>Returns</h4>
|
1155
1155
|
<p> the initialized <a class="link" href="clutter-Base-geometric-types.html#ClutterSize"><span class="type">ClutterSize</span></a>. </p>
|
1156
1156
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1157
1157
|
</div>
|
@@ -1165,8 +1165,8 @@ clutter_size_copy (<em class="parameter"><code>const <a class="link" href="clutt
|
|
1165
1165
|
<p>Creates a new <a class="link" href="clutter-Base-geometric-types.html#ClutterSize"><span class="type">ClutterSize</span></a> and duplicates <em class="parameter"><code>size</code></em>
|
1166
1166
|
.</p>
|
1167
1167
|
<div class="refsect3">
|
1168
|
-
<a name="
|
1169
|
-
<div class="informaltable"><table width="100%" border="0">
|
1168
|
+
<a name="clutter-size-copy.parameters"></a><h4>Parameters</h4>
|
1169
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1170
1170
|
<colgroup>
|
1171
1171
|
<col width="150px" class="parameters_name">
|
1172
1172
|
<col class="parameters_description">
|
@@ -1180,7 +1180,7 @@ clutter_size_copy (<em class="parameter"><code>const <a class="link" href="clutt
|
|
1180
1180
|
</table></div>
|
1181
1181
|
</div>
|
1182
1182
|
<div class="refsect3">
|
1183
|
-
<a name="
|
1183
|
+
<a name="clutter-size-copy.returns"></a><h4>Returns</h4>
|
1184
1184
|
<p> the newly allocated <a class="link" href="clutter-Base-geometric-types.html#ClutterSize"><span class="type">ClutterSize</span></a>.
|
1185
1185
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-size-free" title="clutter_size_free ()"><code class="function">clutter_size_free()</code></a> to free its resources. </p>
|
1186
1186
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -1195,8 +1195,8 @@ clutter_size_free (<em class="parameter"><code><a class="link" href="clutter-Bas
|
|
1195
1195
|
<p>Frees the resources allocated for <em class="parameter"><code>size</code></em>
|
1196
1196
|
.</p>
|
1197
1197
|
<div class="refsect3">
|
1198
|
-
<a name="
|
1199
|
-
<div class="informaltable"><table width="100%" border="0">
|
1198
|
+
<a name="clutter-size-free.parameters"></a><h4>Parameters</h4>
|
1199
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1200
1200
|
<colgroup>
|
1201
1201
|
<col width="150px" class="parameters_name">
|
1202
1202
|
<col class="parameters_description">
|
@@ -1219,8 +1219,8 @@ clutter_size_equals (<em class="parameter"><code>const <a class="link" href="clu
|
|
1219
1219
|
<em class="parameter"><code>const <a class="link" href="clutter-Base-geometric-types.html#ClutterSize"><span class="type">ClutterSize</span></a> *b</code></em>);</pre>
|
1220
1220
|
<p>Compares two <a class="link" href="clutter-Base-geometric-types.html#ClutterSize"><span class="type">ClutterSize</span></a> for equality.</p>
|
1221
1221
|
<div class="refsect3">
|
1222
|
-
<a name="
|
1223
|
-
<div class="informaltable"><table width="100%" border="0">
|
1222
|
+
<a name="clutter-size-equals.parameters"></a><h4>Parameters</h4>
|
1223
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1224
1224
|
<colgroup>
|
1225
1225
|
<col width="150px" class="parameters_name">
|
1226
1226
|
<col class="parameters_description">
|
@@ -1241,7 +1241,7 @@ clutter_size_equals (<em class="parameter"><code>const <a class="link" href="clu
|
|
1241
1241
|
</table></div>
|
1242
1242
|
</div>
|
1243
1243
|
<div class="refsect3">
|
1244
|
-
<a name="
|
1244
|
+
<a name="clutter-size-equals.returns"></a><h4>Returns</h4>
|
1245
1245
|
<p> <code class="literal">TRUE</code> if the two <a class="link" href="clutter-Base-geometric-types.html#ClutterSize"><span class="type">ClutterSize</span></a> are equal</p>
|
1246
1246
|
</div>
|
1247
1247
|
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
@@ -1265,8 +1265,8 @@ clutter_size_equals (<em class="parameter"><code>const <a class="link" href="clu
|
|
1265
1265
|
|
1266
1266
|
<p></p>
|
1267
1267
|
<div class="refsect3">
|
1268
|
-
<a name="
|
1269
|
-
<div class="informaltable"><table width="100%" border="0">
|
1268
|
+
<a name="CLUTTER-RECT-INIT.parameters"></a><h4>Parameters</h4>
|
1269
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1270
1270
|
<colgroup>
|
1271
1271
|
<col width="150px" class="parameters_name">
|
1272
1272
|
<col class="parameters_description">
|
@@ -1307,7 +1307,7 @@ clutter_rect_zero (<em class="parameter"><code><span class="type">void</span></c
|
|
1307
1307
|
of 0.</p>
|
1308
1308
|
<p>The returned value can be used as a guard.</p>
|
1309
1309
|
<div class="refsect3">
|
1310
|
-
<a name="
|
1310
|
+
<a name="clutter-rect-zero.returns"></a><h4>Returns</h4>
|
1311
1311
|
<p> a rectangle with origin in (0, 0) and a size of 0.
|
1312
1312
|
The returned <a class="link" href="clutter-Base-geometric-types.html#ClutterRect"><span class="type">ClutterRect</span></a> is owned by Clutter and it should not
|
1313
1313
|
be modified or freed.</p>
|
@@ -1336,7 +1336,7 @@ for instance:</p>
|
|
1336
1336
|
<p></p>
|
1337
1337
|
<p><span class="annotation">[<acronym title="This symbol is a constructor, not a static method."><span class="acronym">constructor</span></acronym>]</span></p>
|
1338
1338
|
<div class="refsect3">
|
1339
|
-
<a name="
|
1339
|
+
<a name="clutter-rect-alloc.returns"></a><h4>Returns</h4>
|
1340
1340
|
<p> the newly allocated <a class="link" href="clutter-Base-geometric-types.html#ClutterRect"><span class="type">ClutterRect</span></a>.
|
1341
1341
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-rect-free" title="clutter_rect_free ()"><code class="function">clutter_rect_free()</code></a> to free its resources. </p>
|
1342
1342
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -1354,8 +1354,8 @@ clutter_rect_init (<em class="parameter"><code><a class="link" href="clutter-Bas
|
|
1354
1354
|
<em class="parameter"><code><span class="type">float</span> height</code></em>);</pre>
|
1355
1355
|
<p>Initializes a <a class="link" href="clutter-Base-geometric-types.html#ClutterRect"><span class="type">ClutterRect</span></a> with the given origin and size.</p>
|
1356
1356
|
<div class="refsect3">
|
1357
|
-
<a name="
|
1358
|
-
<div class="informaltable"><table width="100%" border="0">
|
1357
|
+
<a name="clutter-rect-init.parameters"></a><h4>Parameters</h4>
|
1358
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1359
1359
|
<colgroup>
|
1360
1360
|
<col width="150px" class="parameters_name">
|
1361
1361
|
<col class="parameters_description">
|
@@ -1391,7 +1391,7 @@ clutter_rect_init (<em class="parameter"><code><a class="link" href="clutter-Bas
|
|
1391
1391
|
</table></div>
|
1392
1392
|
</div>
|
1393
1393
|
<div class="refsect3">
|
1394
|
-
<a name="
|
1394
|
+
<a name="clutter-rect-init.returns"></a><h4>Returns</h4>
|
1395
1395
|
<p> the updated rectangle. </p>
|
1396
1396
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1397
1397
|
</div>
|
@@ -1405,8 +1405,8 @@ clutter_rect_copy (<em class="parameter"><code>const <a class="link" href="clutt
|
|
1405
1405
|
<p>Copies <em class="parameter"><code>rect</code></em>
|
1406
1406
|
into a new <a class="link" href="clutter-Base-geometric-types.html#ClutterRect"><span class="type">ClutterRect</span></a> instance.</p>
|
1407
1407
|
<div class="refsect3">
|
1408
|
-
<a name="
|
1409
|
-
<div class="informaltable"><table width="100%" border="0">
|
1408
|
+
<a name="clutter-rect-copy.parameters"></a><h4>Parameters</h4>
|
1409
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1410
1410
|
<colgroup>
|
1411
1411
|
<col width="150px" class="parameters_name">
|
1412
1412
|
<col class="parameters_description">
|
@@ -1420,7 +1420,7 @@ clutter_rect_copy (<em class="parameter"><code>const <a class="link" href="clutt
|
|
1420
1420
|
</table></div>
|
1421
1421
|
</div>
|
1422
1422
|
<div class="refsect3">
|
1423
|
-
<a name="
|
1423
|
+
<a name="clutter-rect-copy.returns"></a><h4>Returns</h4>
|
1424
1424
|
<p> the newly allocate copy of <em class="parameter"><code>rect</code></em>
|
1425
1425
|
.
|
1426
1426
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-rect-free" title="clutter_rect_free ()"><code class="function">clutter_rect_free()</code></a> to free the associated resources. </p>
|
@@ -1436,8 +1436,8 @@ clutter_rect_free (<em class="parameter"><code><a class="link" href="clutter-Bas
|
|
1436
1436
|
<p>Frees the resources allocated by <em class="parameter"><code>rect</code></em>
|
1437
1437
|
.</p>
|
1438
1438
|
<div class="refsect3">
|
1439
|
-
<a name="
|
1440
|
-
<div class="informaltable"><table width="100%" border="0">
|
1439
|
+
<a name="clutter-rect-free.parameters"></a><h4>Parameters</h4>
|
1440
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1441
1441
|
<colgroup>
|
1442
1442
|
<col width="150px" class="parameters_name">
|
1443
1443
|
<col class="parameters_description">
|
@@ -1466,8 +1466,8 @@ clutter_rect_equals (<em class="parameter"><code><a class="link" href="clutter-B
|
|
1466
1466
|
before comparing
|
1467
1467
|
their origin and size.</p>
|
1468
1468
|
<div class="refsect3">
|
1469
|
-
<a name="
|
1470
|
-
<div class="informaltable"><table width="100%" border="0">
|
1469
|
+
<a name="clutter-rect-equals.parameters"></a><h4>Parameters</h4>
|
1470
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1471
1471
|
<colgroup>
|
1472
1472
|
<col width="150px" class="parameters_name">
|
1473
1473
|
<col class="parameters_description">
|
@@ -1488,7 +1488,7 @@ their origin and size.</p>
|
|
1488
1488
|
</table></div>
|
1489
1489
|
</div>
|
1490
1490
|
<div class="refsect3">
|
1491
|
-
<a name="
|
1491
|
+
<a name="clutter-rect-equals.returns"></a><h4>Returns</h4>
|
1492
1492
|
<p> <code class="literal">TRUE</code> if the rectangles match in origin and size.</p>
|
1493
1493
|
</div>
|
1494
1494
|
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
@@ -1507,8 +1507,8 @@ that a <a class="link" href="clutter-Base-geometric-types.html#ClutterRect"><spa
|
|
1507
1507
|
and height; it will modify the passed <em class="parameter"><code>rect</code></em>
|
1508
1508
|
and normalize its size.</p>
|
1509
1509
|
<div class="refsect3">
|
1510
|
-
<a name="
|
1511
|
-
<div class="informaltable"><table width="100%" border="0">
|
1510
|
+
<a name="clutter-rect-normalize.parameters"></a><h4>Parameters</h4>
|
1511
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1512
1512
|
<colgroup>
|
1513
1513
|
<col width="150px" class="parameters_name">
|
1514
1514
|
<col class="parameters_description">
|
@@ -1534,8 +1534,8 @@ clutter_rect_get_center (<em class="parameter"><code><a class="link" href="clutt
|
|
1534
1534
|
and updates <em class="parameter"><code>center</code></em>
|
1535
1535
|
with the correct coordinates.</p>
|
1536
1536
|
<div class="refsect3">
|
1537
|
-
<a name="
|
1538
|
-
<div class="informaltable"><table width="100%" border="0">
|
1537
|
+
<a name="clutter-rect-get-center.parameters"></a><h4>Parameters</h4>
|
1538
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1539
1539
|
<colgroup>
|
1540
1540
|
<col width="150px" class="parameters_name">
|
1541
1541
|
<col class="parameters_description">
|
@@ -1568,8 +1568,8 @@ clutter_rect_contains_point (<em class="parameter"><code><a class="link" href="c
|
|
1568
1568
|
, after normalizing the
|
1569
1569
|
rectangle.</p>
|
1570
1570
|
<div class="refsect3">
|
1571
|
-
<a name="
|
1572
|
-
<div class="informaltable"><table width="100%" border="0">
|
1571
|
+
<a name="clutter-rect-contains-point.parameters"></a><h4>Parameters</h4>
|
1572
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1573
1573
|
<colgroup>
|
1574
1574
|
<col width="150px" class="parameters_name">
|
1575
1575
|
<col class="parameters_description">
|
@@ -1590,7 +1590,7 @@ rectangle.</p>
|
|
1590
1590
|
</table></div>
|
1591
1591
|
</div>
|
1592
1592
|
<div class="refsect3">
|
1593
|
-
<a name="
|
1593
|
+
<a name="clutter-rect-contains-point.returns"></a><h4>Returns</h4>
|
1594
1594
|
<p> <code class="literal">TRUE</code> if the <em class="parameter"><code>point</code></em>
|
1595
1595
|
is contained by <em class="parameter"><code>rect</code></em>
|
1596
1596
|
.</p>
|
@@ -1609,8 +1609,8 @@ clutter_rect_contains_rect (<em class="parameter"><code><a class="link" href="cl
|
|
1609
1609
|
<p>The first rectangle contains the second if the union of the
|
1610
1610
|
two <a class="link" href="clutter-Base-geometric-types.html#ClutterRect"><span class="type">ClutterRect</span></a> is equal to the first rectangle.</p>
|
1611
1611
|
<div class="refsect3">
|
1612
|
-
<a name="
|
1613
|
-
<div class="informaltable"><table width="100%" border="0">
|
1612
|
+
<a name="clutter-rect-contains-rect.parameters"></a><h4>Parameters</h4>
|
1613
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1614
1614
|
<colgroup>
|
1615
1615
|
<col width="150px" class="parameters_name">
|
1616
1616
|
<col class="parameters_description">
|
@@ -1631,7 +1631,7 @@ two <a class="link" href="clutter-Base-geometric-types.html#ClutterRect"><span c
|
|
1631
1631
|
</table></div>
|
1632
1632
|
</div>
|
1633
1633
|
<div class="refsect3">
|
1634
|
-
<a name="
|
1634
|
+
<a name="clutter-rect-contains-rect.returns"></a><h4>Returns</h4>
|
1635
1635
|
<p> <code class="literal">TRUE</code> if the first rectangle contains the second.</p>
|
1636
1636
|
</div>
|
1637
1637
|
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
@@ -1653,8 +1653,8 @@ both <em class="parameter"><code>a</code></em>
|
|
1653
1653
|
prior to computing their
|
1654
1654
|
union.</p>
|
1655
1655
|
<div class="refsect3">
|
1656
|
-
<a name="
|
1657
|
-
<div class="informaltable"><table width="100%" border="0">
|
1656
|
+
<a name="clutter-rect-union.parameters"></a><h4>Parameters</h4>
|
1657
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1658
1658
|
<colgroup>
|
1659
1659
|
<col width="150px" class="parameters_name">
|
1660
1660
|
<col class="parameters_description">
|
@@ -1704,8 +1704,8 @@ intersection.</p>
|
|
1704
1704
|
is not empty, by using <code class="literal">NULL</code> for <em class="parameter"><code>res</code></em>
|
1705
1705
|
.</p>
|
1706
1706
|
<div class="refsect3">
|
1707
|
-
<a name="
|
1708
|
-
<div class="informaltable"><table width="100%" border="0">
|
1707
|
+
<a name="clutter-rect-intersection.parameters"></a><h4>Parameters</h4>
|
1708
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1709
1709
|
<colgroup>
|
1710
1710
|
<col width="150px" class="parameters_name">
|
1711
1711
|
<col class="parameters_description">
|
@@ -1731,7 +1731,7 @@ is not empty, by using <code class="literal">NULL</code> for <em class="paramete
|
|
1731
1731
|
</table></div>
|
1732
1732
|
</div>
|
1733
1733
|
<div class="refsect3">
|
1734
|
-
<a name="
|
1734
|
+
<a name="clutter-rect-intersection.returns"></a><h4>Returns</h4>
|
1735
1735
|
<p> <code class="literal">TRUE</code> if the intersection of <em class="parameter"><code>a</code></em>
|
1736
1736
|
and <em class="parameter"><code>b</code></em>
|
1737
1737
|
is not empty</p>
|
@@ -1749,8 +1749,8 @@ clutter_rect_offset (<em class="parameter"><code><a class="link" href="clutter-B
|
|
1749
1749
|
by the given values, after normalizing
|
1750
1750
|
the rectangle.</p>
|
1751
1751
|
<div class="refsect3">
|
1752
|
-
<a name="
|
1753
|
-
<div class="informaltable"><table width="100%" border="0">
|
1752
|
+
<a name="clutter-rect-offset.parameters"></a><h4>Parameters</h4>
|
1753
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1754
1754
|
<colgroup>
|
1755
1755
|
<col width="150px" class="parameters_name">
|
1756
1756
|
<col class="parameters_description">
|
@@ -1798,8 +1798,8 @@ the values are negative, the size of the rectangle is increased.</p>
|
|
1798
1798
|
<p>If the resulting rectangle has a negative width or height, the size is
|
1799
1799
|
set to 0.</p>
|
1800
1800
|
<div class="refsect3">
|
1801
|
-
<a name="
|
1802
|
-
<div class="informaltable"><table width="100%" border="0">
|
1801
|
+
<a name="clutter-rect-inset.parameters"></a><h4>Parameters</h4>
|
1802
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1803
1803
|
<colgroup>
|
1804
1804
|
<col width="150px" class="parameters_name">
|
1805
1805
|
<col class="parameters_description">
|
@@ -1843,8 +1843,8 @@ the size of <em class="parameter"><code>rect</code></em>
|
|
1843
1843
|
updated to the smallest rectangle capable of fully containing the
|
1844
1844
|
original, fractional rectangle.</p>
|
1845
1845
|
<div class="refsect3">
|
1846
|
-
<a name="
|
1847
|
-
<div class="informaltable"><table width="100%" border="0">
|
1846
|
+
<a name="clutter-rect-clamp-to-pixel.parameters"></a><h4>Parameters</h4>
|
1847
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1848
1848
|
<colgroup>
|
1849
1849
|
<col width="150px" class="parameters_name">
|
1850
1850
|
<col class="parameters_description">
|
@@ -1867,8 +1867,8 @@ clutter_rect_get_x (<em class="parameter"><code><a class="link" href="clutter-Ba
|
|
1867
1867
|
<p>Retrieves the X coordinate of the origin of <em class="parameter"><code>rect</code></em>
|
1868
1868
|
.</p>
|
1869
1869
|
<div class="refsect3">
|
1870
|
-
<a name="
|
1871
|
-
<div class="informaltable"><table width="100%" border="0">
|
1870
|
+
<a name="clutter-rect-get-x.parameters"></a><h4>Parameters</h4>
|
1871
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1872
1872
|
<colgroup>
|
1873
1873
|
<col width="150px" class="parameters_name">
|
1874
1874
|
<col class="parameters_description">
|
@@ -1882,7 +1882,7 @@ clutter_rect_get_x (<em class="parameter"><code><a class="link" href="clutter-Ba
|
|
1882
1882
|
</table></div>
|
1883
1883
|
</div>
|
1884
1884
|
<div class="refsect3">
|
1885
|
-
<a name="
|
1885
|
+
<a name="clutter-rect-get-x.returns"></a><h4>Returns</h4>
|
1886
1886
|
<p> the X coordinate of the origin of the rectangle</p>
|
1887
1887
|
</div>
|
1888
1888
|
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
@@ -1895,8 +1895,8 @@ clutter_rect_get_y (<em class="parameter"><code><a class="link" href="clutter-Ba
|
|
1895
1895
|
<p>Retrieves the Y coordinate of the origin of <em class="parameter"><code>rect</code></em>
|
1896
1896
|
.</p>
|
1897
1897
|
<div class="refsect3">
|
1898
|
-
<a name="
|
1899
|
-
<div class="informaltable"><table width="100%" border="0">
|
1898
|
+
<a name="clutter-rect-get-y.parameters"></a><h4>Parameters</h4>
|
1899
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1900
1900
|
<colgroup>
|
1901
1901
|
<col width="150px" class="parameters_name">
|
1902
1902
|
<col class="parameters_description">
|
@@ -1910,7 +1910,7 @@ clutter_rect_get_y (<em class="parameter"><code><a class="link" href="clutter-Ba
|
|
1910
1910
|
</table></div>
|
1911
1911
|
</div>
|
1912
1912
|
<div class="refsect3">
|
1913
|
-
<a name="
|
1913
|
+
<a name="clutter-rect-get-y.returns"></a><h4>Returns</h4>
|
1914
1914
|
<p> the Y coordinate of the origin of the rectangle</p>
|
1915
1915
|
</div>
|
1916
1916
|
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
@@ -1923,8 +1923,8 @@ clutter_rect_get_width (<em class="parameter"><code><a class="link" href="clutte
|
|
1923
1923
|
<p>Retrieves the width of <em class="parameter"><code>rect</code></em>
|
1924
1924
|
.</p>
|
1925
1925
|
<div class="refsect3">
|
1926
|
-
<a name="
|
1927
|
-
<div class="informaltable"><table width="100%" border="0">
|
1926
|
+
<a name="clutter-rect-get-width.parameters"></a><h4>Parameters</h4>
|
1927
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1928
1928
|
<colgroup>
|
1929
1929
|
<col width="150px" class="parameters_name">
|
1930
1930
|
<col class="parameters_description">
|
@@ -1938,7 +1938,7 @@ clutter_rect_get_width (<em class="parameter"><code><a class="link" href="clutte
|
|
1938
1938
|
</table></div>
|
1939
1939
|
</div>
|
1940
1940
|
<div class="refsect3">
|
1941
|
-
<a name="
|
1941
|
+
<a name="clutter-rect-get-width.returns"></a><h4>Returns</h4>
|
1942
1942
|
<p> the width of the rectangle</p>
|
1943
1943
|
</div>
|
1944
1944
|
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
@@ -1951,8 +1951,8 @@ clutter_rect_get_height (<em class="parameter"><code><a class="link" href="clutt
|
|
1951
1951
|
<p>Retrieves the height of <em class="parameter"><code>rect</code></em>
|
1952
1952
|
.</p>
|
1953
1953
|
<div class="refsect3">
|
1954
|
-
<a name="
|
1955
|
-
<div class="informaltable"><table width="100%" border="0">
|
1954
|
+
<a name="clutter-rect-get-height.parameters"></a><h4>Parameters</h4>
|
1955
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1956
1956
|
<colgroup>
|
1957
1957
|
<col width="150px" class="parameters_name">
|
1958
1958
|
<col class="parameters_description">
|
@@ -1966,7 +1966,7 @@ clutter_rect_get_height (<em class="parameter"><code><a class="link" href="clutt
|
|
1966
1966
|
</table></div>
|
1967
1967
|
</div>
|
1968
1968
|
<div class="refsect3">
|
1969
|
-
<a name="
|
1969
|
+
<a name="clutter-rect-get-height.returns"></a><h4>Returns</h4>
|
1970
1970
|
<p> the height of the rectangle</p>
|
1971
1971
|
</div>
|
1972
1972
|
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
@@ -1990,8 +1990,8 @@ clutter_rect_get_height (<em class="parameter"><code><a class="link" href="clutt
|
|
1990
1990
|
|
1991
1991
|
<p></p>
|
1992
1992
|
<div class="refsect3">
|
1993
|
-
<a name="
|
1994
|
-
<div class="informaltable"><table width="100%" border="0">
|
1993
|
+
<a name="CLUTTER-VERTEX-INIT.parameters"></a><h4>Parameters</h4>
|
1994
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1995
1995
|
<colgroup>
|
1996
1996
|
<col width="150px" class="parameters_name">
|
1997
1997
|
<col class="parameters_description">
|
@@ -2044,8 +2044,8 @@ identified by the 3 coordinates <em class="parameter"><code>x</code></em>
|
|
2044
2044
|
|
2045
2045
|
<p></p>
|
2046
2046
|
<div class="refsect3">
|
2047
|
-
<a name="
|
2048
|
-
<div class="informaltable"><table width="100%" border="0">
|
2047
|
+
<a name="clutter-vertex-new.parameters"></a><h4>Parameters</h4>
|
2048
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2049
2049
|
<colgroup>
|
2050
2050
|
<col width="150px" class="parameters_name">
|
2051
2051
|
<col class="parameters_description">
|
@@ -2071,7 +2071,7 @@ identified by the 3 coordinates <em class="parameter"><code>x</code></em>
|
|
2071
2071
|
</table></div>
|
2072
2072
|
</div>
|
2073
2073
|
<div class="refsect3">
|
2074
|
-
<a name="
|
2074
|
+
<a name="clutter-vertex-new.returns"></a><h4>Returns</h4>
|
2075
2075
|
<p> the newly allocated <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex"><span class="type">ClutterVertex</span></a>.
|
2076
2076
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-vertex-free" title="clutter_vertex_free ()"><code class="function">clutter_vertex_free()</code></a> to free the resources. </p>
|
2077
2077
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -2086,7 +2086,7 @@ clutter_vertex_alloc (<em class="parameter"><code><span class="type">void</span>
|
|
2086
2086
|
<p>Allocates a new, empty <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex"><span class="type">ClutterVertex</span></a>.</p>
|
2087
2087
|
<p><span class="annotation">[<acronym title="This symbol is a constructor, not a static method."><span class="acronym">constructor</span></acronym>]</span></p>
|
2088
2088
|
<div class="refsect3">
|
2089
|
-
<a name="
|
2089
|
+
<a name="clutter-vertex-alloc.returns"></a><h4>Returns</h4>
|
2090
2090
|
<p> the newly allocated <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex"><span class="type">ClutterVertex</span></a>.
|
2091
2091
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-vertex-free" title="clutter_vertex_free ()"><code class="function">clutter_vertex_free()</code></a> to free its resources. </p>
|
2092
2092
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -2104,8 +2104,8 @@ clutter_vertex_init (<em class="parameter"><code><a class="link" href="clutter-B
|
|
2104
2104
|
<p>Initializes <em class="parameter"><code>vertex</code></em>
|
2105
2105
|
with the given coordinates.</p>
|
2106
2106
|
<div class="refsect3">
|
2107
|
-
<a name="
|
2108
|
-
<div class="informaltable"><table width="100%" border="0">
|
2107
|
+
<a name="clutter-vertex-init.parameters"></a><h4>Parameters</h4>
|
2108
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2109
2109
|
<colgroup>
|
2110
2110
|
<col width="150px" class="parameters_name">
|
2111
2111
|
<col class="parameters_description">
|
@@ -2136,7 +2136,7 @@ clutter_vertex_init (<em class="parameter"><code><a class="link" href="clutter-B
|
|
2136
2136
|
</table></div>
|
2137
2137
|
</div>
|
2138
2138
|
<div class="refsect3">
|
2139
|
-
<a name="
|
2139
|
+
<a name="clutter-vertex-init.returns"></a><h4>Returns</h4>
|
2140
2140
|
<p> the initialized <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex"><span class="type">ClutterVertex</span></a>. </p>
|
2141
2141
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2142
2142
|
</div>
|
@@ -2150,8 +2150,8 @@ clutter_vertex_copy (<em class="parameter"><code>const <a class="link" href="clu
|
|
2150
2150
|
<p>Copies <em class="parameter"><code>vertex</code></em>
|
2151
2151
|
</p>
|
2152
2152
|
<div class="refsect3">
|
2153
|
-
<a name="
|
2154
|
-
<div class="informaltable"><table width="100%" border="0">
|
2153
|
+
<a name="clutter-vertex-copy.parameters"></a><h4>Parameters</h4>
|
2154
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2155
2155
|
<colgroup>
|
2156
2156
|
<col width="150px" class="parameters_name">
|
2157
2157
|
<col class="parameters_description">
|
@@ -2165,7 +2165,7 @@ clutter_vertex_copy (<em class="parameter"><code>const <a class="link" href="clu
|
|
2165
2165
|
</table></div>
|
2166
2166
|
</div>
|
2167
2167
|
<div class="refsect3">
|
2168
|
-
<a name="
|
2168
|
+
<a name="clutter-vertex-copy.returns"></a><h4>Returns</h4>
|
2169
2169
|
<p> a newly allocated copy of <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex"><span class="type">ClutterVertex</span></a>.
|
2170
2170
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-vertex-free" title="clutter_vertex_free ()"><code class="function">clutter_vertex_free()</code></a> to free the allocated resources. </p>
|
2171
2171
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -2180,8 +2180,8 @@ clutter_vertex_free (<em class="parameter"><code><a class="link" href="clutter-B
|
|
2180
2180
|
<p>Frees a <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex"><span class="type">ClutterVertex</span></a> allocated using <a class="link" href="clutter-Base-geometric-types.html#clutter-vertex-alloc" title="clutter_vertex_alloc ()"><code class="function">clutter_vertex_alloc()</code></a> or
|
2181
2181
|
<a class="link" href="clutter-Base-geometric-types.html#clutter-vertex-copy" title="clutter_vertex_copy ()"><code class="function">clutter_vertex_copy()</code></a>.</p>
|
2182
2182
|
<div class="refsect3">
|
2183
|
-
<a name="
|
2184
|
-
<div class="informaltable"><table width="100%" border="0">
|
2183
|
+
<a name="clutter-vertex-free.parameters"></a><h4>Parameters</h4>
|
2184
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2185
2185
|
<colgroup>
|
2186
2186
|
<col width="150px" class="parameters_name">
|
2187
2187
|
<col class="parameters_description">
|
@@ -2206,8 +2206,8 @@ clutter_vertex_equal (<em class="parameter"><code>const <a class="link" href="cl
|
|
2206
2206
|
and <em class="parameter"><code>vertex_b</code></em>
|
2207
2207
|
for equality</p>
|
2208
2208
|
<div class="refsect3">
|
2209
|
-
<a name="
|
2210
|
-
<div class="informaltable"><table width="100%" border="0">
|
2209
|
+
<a name="clutter-vertex-equal.parameters"></a><h4>Parameters</h4>
|
2210
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2211
2211
|
<colgroup>
|
2212
2212
|
<col width="150px" class="parameters_name">
|
2213
2213
|
<col class="parameters_description">
|
@@ -2228,7 +2228,7 @@ clutter_vertex_equal (<em class="parameter"><code>const <a class="link" href="cl
|
|
2228
2228
|
</table></div>
|
2229
2229
|
</div>
|
2230
2230
|
<div class="refsect3">
|
2231
|
-
<a name="
|
2231
|
+
<a name="clutter-vertex-equal.returns"></a><h4>Returns</h4>
|
2232
2232
|
<p> <code class="literal">TRUE</code> if the passed <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex"><span class="type">ClutterVertex</span></a> are equal</p>
|
2233
2233
|
</div>
|
2234
2234
|
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
@@ -2253,8 +2253,8 @@ it, e.g.:</p>
|
|
2253
2253
|
|
2254
2254
|
<p></p>
|
2255
2255
|
<div class="refsect3">
|
2256
|
-
<a name="
|
2257
|
-
<div class="informaltable"><table width="100%" border="0">
|
2256
|
+
<a name="CLUTTER-ACTOR-BOX-INIT.parameters"></a><h4>Parameters</h4>
|
2257
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2258
2258
|
<colgroup>
|
2259
2259
|
<col width="150px" class="parameters_name">
|
2260
2260
|
<col class="parameters_description">
|
@@ -2314,8 +2314,8 @@ for the top left and bottom right points.</p>
|
|
2314
2314
|
|
2315
2315
|
<p></p>
|
2316
2316
|
<div class="refsect3">
|
2317
|
-
<a name="
|
2318
|
-
<div class="informaltable"><table width="100%" border="0">
|
2317
|
+
<a name="clutter-actor-box-new.parameters"></a><h4>Parameters</h4>
|
2318
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2319
2319
|
<colgroup>
|
2320
2320
|
<col width="150px" class="parameters_name">
|
2321
2321
|
<col class="parameters_description">
|
@@ -2346,7 +2346,7 @@ for the top left and bottom right points.</p>
|
|
2346
2346
|
</table></div>
|
2347
2347
|
</div>
|
2348
2348
|
<div class="refsect3">
|
2349
|
-
<a name="
|
2349
|
+
<a name="clutter-actor-box-new.returns"></a><h4>Returns</h4>
|
2350
2350
|
<p> the newly allocated <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox"><span class="type">ClutterActorBox</span></a>.
|
2351
2351
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-actor-box-free" title="clutter_actor_box_free ()"><code class="function">clutter_actor_box_free()</code></a> to free the resources. </p>
|
2352
2352
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -2360,7 +2360,7 @@ Use <a class="link" href="clutter-Base-geometric-types.html#clutter-actor-box-fr
|
|
2360
2360
|
clutter_actor_box_alloc (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
2361
2361
|
<p>Allocates a new <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox"><span class="type">ClutterActorBox</span></a>.</p>
|
2362
2362
|
<div class="refsect3">
|
2363
|
-
<a name="
|
2363
|
+
<a name="clutter-actor-box-alloc.returns"></a><h4>Returns</h4>
|
2364
2364
|
<p> the newly allocated <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox"><span class="type">ClutterActorBox</span></a>.
|
2365
2365
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-actor-box-free" title="clutter_actor_box_free ()"><code class="function">clutter_actor_box_free()</code></a> to free its resources. </p>
|
2366
2366
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -2379,8 +2379,8 @@ clutter_actor_box_init (<em class="parameter"><code><a class="link" href="clutte
|
|
2379
2379
|
<p>Initializes <em class="parameter"><code>box</code></em>
|
2380
2380
|
with the given coordinates.</p>
|
2381
2381
|
<div class="refsect3">
|
2382
|
-
<a name="
|
2383
|
-
<div class="informaltable"><table width="100%" border="0">
|
2382
|
+
<a name="clutter-actor-box-init.parameters"></a><h4>Parameters</h4>
|
2383
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2384
2384
|
<colgroup>
|
2385
2385
|
<col width="150px" class="parameters_name">
|
2386
2386
|
<col class="parameters_description">
|
@@ -2416,7 +2416,7 @@ clutter_actor_box_init (<em class="parameter"><code><a class="link" href="clutte
|
|
2416
2416
|
</table></div>
|
2417
2417
|
</div>
|
2418
2418
|
<div class="refsect3">
|
2419
|
-
<a name="
|
2419
|
+
<a name="clutter-actor-box-init.returns"></a><h4>Returns</h4>
|
2420
2420
|
<p> the initialized <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox"><span class="type">ClutterActorBox</span></a>. </p>
|
2421
2421
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2422
2422
|
</div>
|
@@ -2434,8 +2434,8 @@ clutter_actor_box_init_rect (<em class="parameter"><code><a class="link" href="c
|
|
2434
2434
|
<p>Initializes <em class="parameter"><code>box</code></em>
|
2435
2435
|
with the given origin and size.</p>
|
2436
2436
|
<div class="refsect3">
|
2437
|
-
<a name="
|
2438
|
-
<div class="informaltable"><table width="100%" border="0">
|
2437
|
+
<a name="clutter-actor-box-init-rect.parameters"></a><h4>Parameters</h4>
|
2438
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2439
2439
|
<colgroup>
|
2440
2440
|
<col width="150px" class="parameters_name">
|
2441
2441
|
<col class="parameters_description">
|
@@ -2480,8 +2480,8 @@ clutter_actor_box_copy (<em class="parameter"><code>const <a class="link" href="
|
|
2480
2480
|
<p>Copies <em class="parameter"><code>box</code></em>
|
2481
2481
|
</p>
|
2482
2482
|
<div class="refsect3">
|
2483
|
-
<a name="
|
2484
|
-
<div class="informaltable"><table width="100%" border="0">
|
2483
|
+
<a name="clutter-actor-box-copy.parameters"></a><h4>Parameters</h4>
|
2484
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2485
2485
|
<colgroup>
|
2486
2486
|
<col width="150px" class="parameters_name">
|
2487
2487
|
<col class="parameters_description">
|
@@ -2495,7 +2495,7 @@ clutter_actor_box_copy (<em class="parameter"><code>const <a class="link" href="
|
|
2495
2495
|
</table></div>
|
2496
2496
|
</div>
|
2497
2497
|
<div class="refsect3">
|
2498
|
-
<a name="
|
2498
|
+
<a name="clutter-actor-box-copy.returns"></a><h4>Returns</h4>
|
2499
2499
|
<p> a newly allocated copy of <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox"><span class="type">ClutterActorBox</span></a>. Use
|
2500
2500
|
<a class="link" href="clutter-Base-geometric-types.html#clutter-actor-box-free" title="clutter_actor_box_free ()"><code class="function">clutter_actor_box_free()</code></a> to free the allocated resources</p>
|
2501
2501
|
</div>
|
@@ -2509,8 +2509,8 @@ clutter_actor_box_free (<em class="parameter"><code><a class="link" href="clutte
|
|
2509
2509
|
<p>Frees a <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox"><span class="type">ClutterActorBox</span></a> allocated using <a class="link" href="clutter-Base-geometric-types.html#clutter-actor-box-new" title="clutter_actor_box_new ()"><code class="function">clutter_actor_box_new()</code></a>
|
2510
2510
|
or <a class="link" href="clutter-Base-geometric-types.html#clutter-actor-box-copy" title="clutter_actor_box_copy ()"><code class="function">clutter_actor_box_copy()</code></a></p>
|
2511
2511
|
<div class="refsect3">
|
2512
|
-
<a name="
|
2513
|
-
<div class="informaltable"><table width="100%" border="0">
|
2512
|
+
<a name="clutter-actor-box-free.parameters"></a><h4>Parameters</h4>
|
2513
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2514
2514
|
<colgroup>
|
2515
2515
|
<col width="150px" class="parameters_name">
|
2516
2516
|
<col class="parameters_description">
|
@@ -2535,8 +2535,8 @@ clutter_actor_box_equal (<em class="parameter"><code>const <a class="link" href=
|
|
2535
2535
|
and <em class="parameter"><code>box_b</code></em>
|
2536
2536
|
for equality</p>
|
2537
2537
|
<div class="refsect3">
|
2538
|
-
<a name="
|
2539
|
-
<div class="informaltable"><table width="100%" border="0">
|
2538
|
+
<a name="clutter-actor-box-equal.parameters"></a><h4>Parameters</h4>
|
2539
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2540
2540
|
<colgroup>
|
2541
2541
|
<col width="150px" class="parameters_name">
|
2542
2542
|
<col class="parameters_description">
|
@@ -2557,7 +2557,7 @@ clutter_actor_box_equal (<em class="parameter"><code>const <a class="link" href=
|
|
2557
2557
|
</table></div>
|
2558
2558
|
</div>
|
2559
2559
|
<div class="refsect3">
|
2560
|
-
<a name="
|
2560
|
+
<a name="clutter-actor-box-equal.returns"></a><h4>Returns</h4>
|
2561
2561
|
<p> <code class="literal">TRUE</code> if the passed <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox"><span class="type">ClutterActorBox</span></a> are equal</p>
|
2562
2562
|
</div>
|
2563
2563
|
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
@@ -2570,8 +2570,8 @@ clutter_actor_box_get_x (<em class="parameter"><code>const <a class="link" href=
|
|
2570
2570
|
<p>Retrieves the X coordinate of the origin of <em class="parameter"><code>box</code></em>
|
2571
2571
|
</p>
|
2572
2572
|
<div class="refsect3">
|
2573
|
-
<a name="
|
2574
|
-
<div class="informaltable"><table width="100%" border="0">
|
2573
|
+
<a name="clutter-actor-box-get-x.parameters"></a><h4>Parameters</h4>
|
2574
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2575
2575
|
<colgroup>
|
2576
2576
|
<col width="150px" class="parameters_name">
|
2577
2577
|
<col class="parameters_description">
|
@@ -2585,7 +2585,7 @@ clutter_actor_box_get_x (<em class="parameter"><code>const <a class="link" href=
|
|
2585
2585
|
</table></div>
|
2586
2586
|
</div>
|
2587
2587
|
<div class="refsect3">
|
2588
|
-
<a name="
|
2588
|
+
<a name="clutter-actor-box-get-x.returns"></a><h4>Returns</h4>
|
2589
2589
|
<p> the X coordinate of the origin</p>
|
2590
2590
|
</div>
|
2591
2591
|
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
@@ -2598,8 +2598,8 @@ clutter_actor_box_get_y (<em class="parameter"><code>const <a class="link" href=
|
|
2598
2598
|
<p>Retrieves the Y coordinate of the origin of <em class="parameter"><code>box</code></em>
|
2599
2599
|
</p>
|
2600
2600
|
<div class="refsect3">
|
2601
|
-
<a name="
|
2602
|
-
<div class="informaltable"><table width="100%" border="0">
|
2601
|
+
<a name="clutter-actor-box-get-y.parameters"></a><h4>Parameters</h4>
|
2602
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2603
2603
|
<colgroup>
|
2604
2604
|
<col width="150px" class="parameters_name">
|
2605
2605
|
<col class="parameters_description">
|
@@ -2613,7 +2613,7 @@ clutter_actor_box_get_y (<em class="parameter"><code>const <a class="link" href=
|
|
2613
2613
|
</table></div>
|
2614
2614
|
</div>
|
2615
2615
|
<div class="refsect3">
|
2616
|
-
<a name="
|
2616
|
+
<a name="clutter-actor-box-get-y.returns"></a><h4>Returns</h4>
|
2617
2617
|
<p> the Y coordinate of the origin</p>
|
2618
2618
|
</div>
|
2619
2619
|
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
@@ -2626,8 +2626,8 @@ clutter_actor_box_get_width (<em class="parameter"><code>const <a class="link" h
|
|
2626
2626
|
<p>Retrieves the width of the <em class="parameter"><code>box</code></em>
|
2627
2627
|
</p>
|
2628
2628
|
<div class="refsect3">
|
2629
|
-
<a name="
|
2630
|
-
<div class="informaltable"><table width="100%" border="0">
|
2629
|
+
<a name="clutter-actor-box-get-width.parameters"></a><h4>Parameters</h4>
|
2630
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2631
2631
|
<colgroup>
|
2632
2632
|
<col width="150px" class="parameters_name">
|
2633
2633
|
<col class="parameters_description">
|
@@ -2641,7 +2641,7 @@ clutter_actor_box_get_width (<em class="parameter"><code>const <a class="link" h
|
|
2641
2641
|
</table></div>
|
2642
2642
|
</div>
|
2643
2643
|
<div class="refsect3">
|
2644
|
-
<a name="
|
2644
|
+
<a name="clutter-actor-box-get-width.returns"></a><h4>Returns</h4>
|
2645
2645
|
<p> the width of the box</p>
|
2646
2646
|
</div>
|
2647
2647
|
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
@@ -2654,8 +2654,8 @@ clutter_actor_box_get_height (<em class="parameter"><code>const <a class="link"
|
|
2654
2654
|
<p>Retrieves the height of the <em class="parameter"><code>box</code></em>
|
2655
2655
|
</p>
|
2656
2656
|
<div class="refsect3">
|
2657
|
-
<a name="
|
2658
|
-
<div class="informaltable"><table width="100%" border="0">
|
2657
|
+
<a name="clutter-actor-box-get-height.parameters"></a><h4>Parameters</h4>
|
2658
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2659
2659
|
<colgroup>
|
2660
2660
|
<col width="150px" class="parameters_name">
|
2661
2661
|
<col class="parameters_description">
|
@@ -2669,7 +2669,7 @@ clutter_actor_box_get_height (<em class="parameter"><code>const <a class="link"
|
|
2669
2669
|
</table></div>
|
2670
2670
|
</div>
|
2671
2671
|
<div class="refsect3">
|
2672
|
-
<a name="
|
2672
|
+
<a name="clutter-actor-box-get-height.returns"></a><h4>Returns</h4>
|
2673
2673
|
<p> the height of the box</p>
|
2674
2674
|
</div>
|
2675
2675
|
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
@@ -2684,8 +2684,8 @@ clutter_actor_box_set_origin (<em class="parameter"><code><a class="link" href="
|
|
2684
2684
|
<p>Changes the origin of <em class="parameter"><code>box</code></em>
|
2685
2685
|
, maintaining the size of the <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox"><span class="type">ClutterActorBox</span></a>.</p>
|
2686
2686
|
<div class="refsect3">
|
2687
|
-
<a name="
|
2688
|
-
<div class="informaltable"><table width="100%" border="0">
|
2687
|
+
<a name="clutter-actor-box-set-origin.parameters"></a><h4>Parameters</h4>
|
2688
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2689
2689
|
<colgroup>
|
2690
2690
|
<col width="150px" class="parameters_name">
|
2691
2691
|
<col class="parameters_description">
|
@@ -2722,8 +2722,8 @@ clutter_actor_box_get_origin (<em class="parameter"><code>const <a class="link"
|
|
2722
2722
|
<p>Retrieves the origin of <em class="parameter"><code>box</code></em>
|
2723
2723
|
</p>
|
2724
2724
|
<div class="refsect3">
|
2725
|
-
<a name="
|
2726
|
-
<div class="informaltable"><table width="100%" border="0">
|
2725
|
+
<a name="clutter-actor-box-get-origin.parameters"></a><h4>Parameters</h4>
|
2726
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2727
2727
|
<colgroup>
|
2728
2728
|
<col width="150px" class="parameters_name">
|
2729
2729
|
<col class="parameters_description">
|
@@ -2760,8 +2760,8 @@ clutter_actor_box_set_size (<em class="parameter"><code><a class="link" href="cl
|
|
2760
2760
|
<p>Sets the size of <em class="parameter"><code>box</code></em>
|
2761
2761
|
, maintaining the origin of the <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox"><span class="type">ClutterActorBox</span></a>.</p>
|
2762
2762
|
<div class="refsect3">
|
2763
|
-
<a name="
|
2764
|
-
<div class="informaltable"><table width="100%" border="0">
|
2763
|
+
<a name="clutter-actor-box-set-size.parameters"></a><h4>Parameters</h4>
|
2764
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2765
2765
|
<colgroup>
|
2766
2766
|
<col width="150px" class="parameters_name">
|
2767
2767
|
<col class="parameters_description">
|
@@ -2798,8 +2798,8 @@ clutter_actor_box_get_size (<em class="parameter"><code>const <a class="link" hr
|
|
2798
2798
|
<p>Retrieves the size of <em class="parameter"><code>box</code></em>
|
2799
2799
|
</p>
|
2800
2800
|
<div class="refsect3">
|
2801
|
-
<a name="
|
2802
|
-
<div class="informaltable"><table width="100%" border="0">
|
2801
|
+
<a name="clutter-actor-box-get-size.parameters"></a><h4>Parameters</h4>
|
2802
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2803
2803
|
<colgroup>
|
2804
2804
|
<col width="150px" class="parameters_name">
|
2805
2805
|
<col class="parameters_description">
|
@@ -2834,8 +2834,8 @@ clutter_actor_box_get_area (<em class="parameter"><code>const <a class="link" hr
|
|
2834
2834
|
<p>Retrieves the area of <em class="parameter"><code>box</code></em>
|
2835
2835
|
</p>
|
2836
2836
|
<div class="refsect3">
|
2837
|
-
<a name="
|
2838
|
-
<div class="informaltable"><table width="100%" border="0">
|
2837
|
+
<a name="clutter-actor-box-get-area.parameters"></a><h4>Parameters</h4>
|
2838
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2839
2839
|
<colgroup>
|
2840
2840
|
<col width="150px" class="parameters_name">
|
2841
2841
|
<col class="parameters_description">
|
@@ -2849,7 +2849,7 @@ clutter_actor_box_get_area (<em class="parameter"><code>const <a class="link" hr
|
|
2849
2849
|
</table></div>
|
2850
2850
|
</div>
|
2851
2851
|
<div class="refsect3">
|
2852
|
-
<a name="
|
2852
|
+
<a name="clutter-actor-box-get-area.returns"></a><h4>Returns</h4>
|
2853
2853
|
<p> the area of a <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox"><span class="type">ClutterActorBox</span></a>, in pixels</p>
|
2854
2854
|
</div>
|
2855
2855
|
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
@@ -2867,8 +2867,8 @@ clutter_actor_box_contains (<em class="parameter"><code>const <a class="link" hr
|
|
2867
2867
|
withing <em class="parameter"><code>box</code></em>
|
2868
2868
|
</p>
|
2869
2869
|
<div class="refsect3">
|
2870
|
-
<a name="
|
2871
|
-
<div class="informaltable"><table width="100%" border="0">
|
2870
|
+
<a name="clutter-actor-box-contains.parameters"></a><h4>Parameters</h4>
|
2871
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2872
2872
|
<colgroup>
|
2873
2873
|
<col width="150px" class="parameters_name">
|
2874
2874
|
<col class="parameters_description">
|
@@ -2894,7 +2894,7 @@ withing <em class="parameter"><code>box</code></em>
|
|
2894
2894
|
</table></div>
|
2895
2895
|
</div>
|
2896
2896
|
<div class="refsect3">
|
2897
|
-
<a name="
|
2897
|
+
<a name="clutter-actor-box-contains.returns"></a><h4>Returns</h4>
|
2898
2898
|
<p> <code class="literal">TRUE</code> if the point is contained by the <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox"><span class="type">ClutterActorBox</span></a></p>
|
2899
2899
|
</div>
|
2900
2900
|
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
@@ -2908,8 +2908,8 @@ clutter_actor_box_from_vertices (<em class="parameter"><code><a class="link" hre
|
|
2908
2908
|
<p>Calculates the bounding box represented by the four vertices; for details
|
2909
2909
|
of the vertex array see <a class="link" href="ClutterActor.html#clutter-actor-get-abs-allocation-vertices" title="clutter_actor_get_abs_allocation_vertices ()"><code class="function">clutter_actor_get_abs_allocation_vertices()</code></a>.</p>
|
2910
2910
|
<div class="refsect3">
|
2911
|
-
<a name="
|
2912
|
-
<div class="informaltable"><table width="100%" border="0">
|
2911
|
+
<a name="clutter-actor-box-from-vertices.parameters"></a><h4>Parameters</h4>
|
2912
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2913
2913
|
<colgroup>
|
2914
2914
|
<col width="150px" class="parameters_name">
|
2915
2915
|
<col class="parameters_description">
|
@@ -2939,8 +2939,8 @@ clutter_actor_box_clamp_to_pixel (<em class="parameter"><code><a class="link" hr
|
|
2939
2939
|
<p>Clamps the components of <em class="parameter"><code>box</code></em>
|
2940
2940
|
to the nearest integer</p>
|
2941
2941
|
<div class="refsect3">
|
2942
|
-
<a name="
|
2943
|
-
<div class="informaltable"><table width="100%" border="0">
|
2942
|
+
<a name="clutter-actor-box-clamp-to-pixel.parameters"></a><h4>Parameters</h4>
|
2943
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2944
2944
|
<colgroup>
|
2945
2945
|
<col width="150px" class="parameters_name">
|
2946
2946
|
<col class="parameters_description">
|
@@ -2969,8 +2969,8 @@ clutter_actor_box_interpolate (<em class="parameter"><code>const <a class="link"
|
|
2969
2969
|
using <em class="parameter"><code>progress</code></em>
|
2970
2970
|
</p>
|
2971
2971
|
<div class="refsect3">
|
2972
|
-
<a name="
|
2973
|
-
<div class="informaltable"><table width="100%" border="0">
|
2972
|
+
<a name="clutter-actor-box-interpolate.parameters"></a><h4>Parameters</h4>
|
2973
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2974
2974
|
<colgroup>
|
2975
2975
|
<col width="150px" class="parameters_name">
|
2976
2976
|
<col class="parameters_description">
|
@@ -3014,8 +3014,8 @@ clutter_actor_box_union (<em class="parameter"><code>const <a class="link" href=
|
|
3014
3014
|
and stores the result in <em class="parameter"><code>result</code></em>
|
3015
3015
|
.</p>
|
3016
3016
|
<div class="refsect3">
|
3017
|
-
<a name="
|
3018
|
-
<div class="informaltable"><table width="100%" border="0">
|
3017
|
+
<a name="clutter-actor-box-union.parameters"></a><h4>Parameters</h4>
|
3018
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3019
3019
|
<colgroup>
|
3020
3020
|
<col width="150px" class="parameters_name">
|
3021
3021
|
<col class="parameters_description">
|
@@ -3053,8 +3053,8 @@ clutter_paint_volume_copy (<em class="parameter"><code>const <a class="link" hre
|
|
3053
3053
|
<p>Copies <em class="parameter"><code>pv</code></em>
|
3054
3054
|
into a new <a class="link" href="clutter-Base-geometric-types.html#ClutterPaintVolume"><span class="type">ClutterPaintVolume</span></a></p>
|
3055
3055
|
<div class="refsect3">
|
3056
|
-
<a name="
|
3057
|
-
<div class="informaltable"><table width="100%" border="0">
|
3056
|
+
<a name="clutter-paint-volume-copy.parameters"></a><h4>Parameters</h4>
|
3057
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3058
3058
|
<colgroup>
|
3059
3059
|
<col width="150px" class="parameters_name">
|
3060
3060
|
<col class="parameters_description">
|
@@ -3068,7 +3068,7 @@ clutter_paint_volume_copy (<em class="parameter"><code>const <a class="link" hre
|
|
3068
3068
|
</table></div>
|
3069
3069
|
</div>
|
3070
3070
|
<div class="refsect3">
|
3071
|
-
<a name="
|
3071
|
+
<a name="clutter-paint-volume-copy.returns"></a><h4>Returns</h4>
|
3072
3072
|
<p> a newly allocated copy of a <a class="link" href="clutter-Base-geometric-types.html#ClutterPaintVolume"><span class="type">ClutterPaintVolume</span></a></p>
|
3073
3073
|
</div>
|
3074
3074
|
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
@@ -3081,8 +3081,8 @@ clutter_paint_volume_free (<em class="parameter"><code><a class="link" href="clu
|
|
3081
3081
|
<p>Frees the resources allocated by <em class="parameter"><code>pv</code></em>
|
3082
3082
|
</p>
|
3083
3083
|
<div class="refsect3">
|
3084
|
-
<a name="
|
3085
|
-
<div class="informaltable"><table width="100%" border="0">
|
3084
|
+
<a name="clutter-paint-volume-free.parameters"></a><h4>Parameters</h4>
|
3085
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3086
3086
|
<colgroup>
|
3087
3087
|
<col width="150px" class="parameters_name">
|
3088
3088
|
<col class="parameters_description">
|
@@ -3108,8 +3108,8 @@ clutter_paint_volume_set_origin (<em class="parameter"><code><a class="link" hre
|
|
3108
3108
|
corner of an actor's paint volume, in actor coordinates.</p>
|
3109
3109
|
<p>The default is origin is assumed at: (0, 0, 0)</p>
|
3110
3110
|
<div class="refsect3">
|
3111
|
-
<a name="
|
3112
|
-
<div class="informaltable"><table width="100%" border="0">
|
3111
|
+
<a name="clutter-paint-volume-set-origin.parameters"></a><h4>Parameters</h4>
|
3112
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3113
3113
|
<colgroup>
|
3114
3114
|
<col width="150px" class="parameters_name">
|
3115
3115
|
<col class="parameters_description">
|
@@ -3139,8 +3139,8 @@ clutter_paint_volume_get_origin (<em class="parameter"><code>const <a class="lin
|
|
3139
3139
|
<em class="parameter"><code><a class="link" href="clutter-Base-geometric-types.html#ClutterVertex"><span class="type">ClutterVertex</span></a> *vertex</code></em>);</pre>
|
3140
3140
|
<p>Retrieves the origin of the <a class="link" href="clutter-Base-geometric-types.html#ClutterPaintVolume"><span class="type">ClutterPaintVolume</span></a>.</p>
|
3141
3141
|
<div class="refsect3">
|
3142
|
-
<a name="
|
3143
|
-
<div class="informaltable"><table width="100%" border="0">
|
3142
|
+
<a name="clutter-paint-volume-get-origin.parameters"></a><h4>Parameters</h4>
|
3143
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3144
3144
|
<colgroup>
|
3145
3145
|
<col width="150px" class="parameters_name">
|
3146
3146
|
<col class="parameters_description">
|
@@ -3172,8 +3172,8 @@ clutter_paint_volume_set_width (<em class="parameter"><code><a class="link" href
|
|
3172
3172
|
the x axis in the actor coordinates that <em class="parameter"><code>pv</code></em>
|
3173
3173
|
is associated with.</p>
|
3174
3174
|
<div class="refsect3">
|
3175
|
-
<a name="
|
3176
|
-
<div class="informaltable"><table width="100%" border="0">
|
3175
|
+
<a name="clutter-paint-volume-set-width.parameters"></a><h4>Parameters</h4>
|
3176
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3177
3177
|
<colgroup>
|
3178
3178
|
<col width="150px" class="parameters_name">
|
3179
3179
|
<col class="parameters_description">
|
@@ -3220,8 +3220,8 @@ except that it must always be greater than, or equal to, the
|
|
3220
3220
|
actor's width. This is because actors may report simple, loose
|
3221
3221
|
fitting paint volumes for efficiency.</p>
|
3222
3222
|
<div class="refsect3">
|
3223
|
-
<a name="
|
3224
|
-
<div class="informaltable"><table width="100%" border="0">
|
3223
|
+
<a name="clutter-paint-volume-get-width.parameters"></a><h4>Parameters</h4>
|
3224
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3225
3225
|
<colgroup>
|
3226
3226
|
<col width="150px" class="parameters_name">
|
3227
3227
|
<col class="parameters_description">
|
@@ -3235,7 +3235,7 @@ fitting paint volumes for efficiency.</p>
|
|
3235
3235
|
</table></div>
|
3236
3236
|
</div>
|
3237
3237
|
<div class="refsect3">
|
3238
|
-
<a name="
|
3238
|
+
<a name="clutter-paint-volume-get-width.returns"></a><h4>Returns</h4>
|
3239
3239
|
<p> the width, in units of <em class="parameter"><code>pv</code></em>
|
3240
3240
|
's local coordinate system.</p>
|
3241
3241
|
</div>
|
@@ -3251,8 +3251,8 @@ clutter_paint_volume_set_height (<em class="parameter"><code><a class="link" hre
|
|
3251
3251
|
the y axis in the actor coordinates that <em class="parameter"><code>pv</code></em>
|
3252
3252
|
is associated with.</p>
|
3253
3253
|
<div class="refsect3">
|
3254
|
-
<a name="
|
3255
|
-
<div class="informaltable"><table width="100%" border="0">
|
3254
|
+
<a name="clutter-paint-volume-set-height.parameters"></a><h4>Parameters</h4>
|
3255
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3256
3256
|
<colgroup>
|
3257
3257
|
<col width="150px" class="parameters_name">
|
3258
3258
|
<col class="parameters_description">
|
@@ -3299,8 +3299,8 @@ except that it must always be greater than, or equal to, the actor's
|
|
3299
3299
|
height. This is because actors may report simple, loose fitting paint
|
3300
3300
|
volumes for efficiency.</p>
|
3301
3301
|
<div class="refsect3">
|
3302
|
-
<a name="
|
3303
|
-
<div class="informaltable"><table width="100%" border="0">
|
3302
|
+
<a name="clutter-paint-volume-get-height.parameters"></a><h4>Parameters</h4>
|
3303
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3304
3304
|
<colgroup>
|
3305
3305
|
<col width="150px" class="parameters_name">
|
3306
3306
|
<col class="parameters_description">
|
@@ -3314,7 +3314,7 @@ volumes for efficiency.</p>
|
|
3314
3314
|
</table></div>
|
3315
3315
|
</div>
|
3316
3316
|
<div class="refsect3">
|
3317
|
-
<a name="
|
3317
|
+
<a name="clutter-paint-volume-get-height.returns"></a><h4>Returns</h4>
|
3318
3318
|
<p> the height, in units of <em class="parameter"><code>pv</code></em>
|
3319
3319
|
's local coordinate system.</p>
|
3320
3320
|
</div>
|
@@ -3330,8 +3330,8 @@ clutter_paint_volume_set_depth (<em class="parameter"><code><a class="link" href
|
|
3330
3330
|
the z axis in the actor coordinates that <em class="parameter"><code>pv</code></em>
|
3331
3331
|
is associated with.</p>
|
3332
3332
|
<div class="refsect3">
|
3333
|
-
<a name="
|
3334
|
-
<div class="informaltable"><table width="100%" border="0">
|
3333
|
+
<a name="clutter-paint-volume-set-depth.parameters"></a><h4>Parameters</h4>
|
3334
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3335
3335
|
<colgroup>
|
3336
3336
|
<col width="150px" class="parameters_name">
|
3337
3337
|
<col class="parameters_description">
|
@@ -3378,8 +3378,8 @@ except that it must always be greater than, or equal to, the actor's
|
|
3378
3378
|
depth. This is because actors may report simple, loose fitting paint
|
3379
3379
|
volumes for efficiency.</p>
|
3380
3380
|
<div class="refsect3">
|
3381
|
-
<a name="
|
3382
|
-
<div class="informaltable"><table width="100%" border="0">
|
3381
|
+
<a name="clutter-paint-volume-get-depth.parameters"></a><h4>Parameters</h4>
|
3382
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3383
3383
|
<colgroup>
|
3384
3384
|
<col width="150px" class="parameters_name">
|
3385
3385
|
<col class="parameters_description">
|
@@ -3393,7 +3393,7 @@ volumes for efficiency.</p>
|
|
3393
3393
|
</table></div>
|
3394
3394
|
</div>
|
3395
3395
|
<div class="refsect3">
|
3396
|
-
<a name="
|
3396
|
+
<a name="clutter-paint-volume-get-depth.returns"></a><h4>Returns</h4>
|
3397
3397
|
<p> the depth, in units of <em class="parameter"><code>pv</code></em>
|
3398
3398
|
's local coordinate system.</p>
|
3399
3399
|
</div>
|
@@ -3435,8 +3435,8 @@ that do not paint outside their allocation.</p>
|
|
3435
3435
|
|
3436
3436
|
<p></p>
|
3437
3437
|
<div class="refsect3">
|
3438
|
-
<a name="
|
3439
|
-
<div class="informaltable"><table width="100%" border="0">
|
3438
|
+
<a name="clutter-paint-volume-set-from-allocation.parameters"></a><h4>Parameters</h4>
|
3439
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3440
3440
|
<colgroup>
|
3441
3441
|
<col width="150px" class="parameters_name">
|
3442
3442
|
<col class="parameters_description">
|
@@ -3457,7 +3457,7 @@ that do not paint outside their allocation.</p>
|
|
3457
3457
|
</table></div>
|
3458
3458
|
</div>
|
3459
3459
|
<div class="refsect3">
|
3460
|
-
<a name="
|
3460
|
+
<a name="clutter-paint-volume-set-from-allocation.returns"></a><h4>Returns</h4>
|
3461
3461
|
<p> <code class="literal">TRUE</code> if the paint volume was successfully set, and <code class="literal">FALSE</code>
|
3462
3462
|
otherwise</p>
|
3463
3463
|
</div>
|
@@ -3476,8 +3476,8 @@ clutter_paint_volume_union (<em class="parameter"><code><a class="link" href="cl
|
|
3476
3476
|
<p>There are no guarantees about how precisely the two volumes
|
3477
3477
|
will be unioned.</p>
|
3478
3478
|
<div class="refsect3">
|
3479
|
-
<a name="
|
3480
|
-
<div class="informaltable"><table width="100%" border="0">
|
3479
|
+
<a name="clutter-paint-volume-union.parameters"></a><h4>Parameters</h4>
|
3480
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3481
3481
|
<colgroup>
|
3482
3482
|
<col width="150px" class="parameters_name">
|
3483
3483
|
<col class="parameters_description">
|
@@ -3512,8 +3512,8 @@ clutter_paint_volume_union_box (<em class="parameter"><code><a class="link" href
|
|
3512
3512
|
<p>This function is similar to <a class="link" href="clutter-Base-geometric-types.html#clutter-paint-volume-union" title="clutter_paint_volume_union ()"><code class="function">clutter_paint_volume_union()</code></a>, but it is
|
3513
3513
|
specific for 2D regions.</p>
|
3514
3514
|
<div class="refsect3">
|
3515
|
-
<a name="
|
3516
|
-
<div class="informaltable"><table width="100%" border="0">
|
3515
|
+
<a name="clutter-paint-volume-union-box.parameters"></a><h4>Parameters</h4>
|
3516
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3517
3517
|
<colgroup>
|
3518
3518
|
<col width="150px" class="parameters_name">
|
3519
3519
|
<col class="parameters_description">
|
@@ -3543,7 +3543,7 @@ specific for 2D regions.</p>
|
|
3543
3543
|
clutter_matrix_alloc (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
3544
3544
|
<p>Allocates enough memory to hold a <a class="link" href="clutter-Base-geometric-types.html#ClutterMatrix"><span class="type">ClutterMatrix</span></a>.</p>
|
3545
3545
|
<div class="refsect3">
|
3546
|
-
<a name="
|
3546
|
+
<a name="clutter-matrix-alloc.returns"></a><h4>Returns</h4>
|
3547
3547
|
<p> the newly allocated <a class="link" href="clutter-Base-geometric-types.html#ClutterMatrix"><span class="type">ClutterMatrix</span></a>. </p>
|
3548
3548
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3549
3549
|
</div>
|
@@ -3556,8 +3556,8 @@ clutter_matrix_alloc (<em class="parameter"><code><span class="type">void</span>
|
|
3556
3556
|
clutter_matrix_free (<em class="parameter"><code><a class="link" href="clutter-Base-geometric-types.html#ClutterMatrix"><span class="type">ClutterMatrix</span></a> *matrix</code></em>);</pre>
|
3557
3557
|
<p>Frees the memory allocated by <a class="link" href="clutter-Base-geometric-types.html#clutter-matrix-alloc" title="clutter_matrix_alloc ()"><code class="function">clutter_matrix_alloc()</code></a>.</p>
|
3558
3558
|
<div class="refsect3">
|
3559
|
-
<a name="
|
3560
|
-
<div class="informaltable"><table width="100%" border="0">
|
3559
|
+
<a name="clutter-matrix-free.parameters"></a><h4>Parameters</h4>
|
3560
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3561
3561
|
<colgroup>
|
3562
3562
|
<col width="150px" class="parameters_name">
|
3563
3563
|
<col class="parameters_description">
|
@@ -3582,8 +3582,8 @@ clutter_matrix_init_from_array (<em class="parameter"><code><a class="link" href
|
|
3582
3582
|
with the contents of a C array of floating point
|
3583
3583
|
values.</p>
|
3584
3584
|
<div class="refsect3">
|
3585
|
-
<a name="
|
3586
|
-
<div class="informaltable"><table width="100%" border="0">
|
3585
|
+
<a name="clutter-matrix-init-from-array.parameters"></a><h4>Parameters</h4>
|
3586
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3587
3587
|
<colgroup>
|
3588
3588
|
<col width="150px" class="parameters_name">
|
3589
3589
|
<col class="parameters_description">
|
@@ -3605,7 +3605,7 @@ representing a 4x4 matrix, with column-major order. </p></td>
|
|
3605
3605
|
</table></div>
|
3606
3606
|
</div>
|
3607
3607
|
<div class="refsect3">
|
3608
|
-
<a name="
|
3608
|
+
<a name="clutter-matrix-init-from-array.returns"></a><h4>Returns</h4>
|
3609
3609
|
<p> the initialzed <a class="link" href="clutter-Base-geometric-types.html#ClutterMatrix"><span class="type">ClutterMatrix</span></a>. </p>
|
3610
3610
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3611
3611
|
</div>
|
@@ -3622,8 +3622,8 @@ clutter_matrix_init_from_matrix (<em class="parameter"><code><a class="link" hre
|
|
3622
3622
|
<a class="link" href="clutter-Base-geometric-types.html#ClutterMatrix"><span class="type">ClutterMatrix</span></a> <em class="parameter"><code>b</code></em>
|
3623
3623
|
.</p>
|
3624
3624
|
<div class="refsect3">
|
3625
|
-
<a name="
|
3626
|
-
<div class="informaltable"><table width="100%" border="0">
|
3625
|
+
<a name="clutter-matrix-init-from-matrix.parameters"></a><h4>Parameters</h4>
|
3626
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3627
3627
|
<colgroup>
|
3628
3628
|
<col width="150px" class="parameters_name">
|
3629
3629
|
<col class="parameters_description">
|
@@ -3644,7 +3644,7 @@ clutter_matrix_init_from_matrix (<em class="parameter"><code><a class="link" hre
|
|
3644
3644
|
</table></div>
|
3645
3645
|
</div>
|
3646
3646
|
<div class="refsect3">
|
3647
|
-
<a name="
|
3647
|
+
<a name="clutter-matrix-init-from-matrix.returns"></a><h4>Returns</h4>
|
3648
3648
|
<p> the initialized <a class="link" href="clutter-Base-geometric-types.html#ClutterMatrix"><span class="type">ClutterMatrix</span></a>. </p>
|
3649
3649
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3650
3650
|
</div>
|
@@ -3676,8 +3676,8 @@ clutter_matrix_init_identity (<em class="parameter"><code><a class="link" href="
|
|
3676
3676
|
|
3677
3677
|
<p></p>
|
3678
3678
|
<div class="refsect3">
|
3679
|
-
<a name="
|
3680
|
-
<div class="informaltable"><table width="100%" border="0">
|
3679
|
+
<a name="clutter-matrix-init-identity.parameters"></a><h4>Parameters</h4>
|
3680
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3681
3681
|
<colgroup>
|
3682
3682
|
<col width="150px" class="parameters_name">
|
3683
3683
|
<col class="parameters_description">
|
@@ -3691,7 +3691,7 @@ clutter_matrix_init_identity (<em class="parameter"><code><a class="link" href="
|
|
3691
3691
|
</table></div>
|
3692
3692
|
</div>
|
3693
3693
|
<div class="refsect3">
|
3694
|
-
<a name="
|
3694
|
+
<a name="clutter-matrix-init-identity.returns"></a><h4>Returns</h4>
|
3695
3695
|
<p> the initialized <a class="link" href="clutter-Base-geometric-types.html#ClutterMatrix"><span class="type">ClutterMatrix</span></a>. </p>
|
3696
3696
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3697
3697
|
</div>
|
@@ -3704,8 +3704,8 @@ clutter_matrix_init_identity (<em class="parameter"><code><a class="link" href="
|
|
3704
3704
|
clutter_knot_copy (<em class="parameter"><code>const <a class="link" href="clutter-Base-geometric-types.html#ClutterKnot"><span class="type">ClutterKnot</span></a> *knot</code></em>);</pre>
|
3705
3705
|
<p>Makes an allocated copy of a knot.</p>
|
3706
3706
|
<div class="refsect3">
|
3707
|
-
<a name="
|
3708
|
-
<div class="informaltable"><table width="100%" border="0">
|
3707
|
+
<a name="clutter-knot-copy.parameters"></a><h4>Parameters</h4>
|
3708
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3709
3709
|
<colgroup>
|
3710
3710
|
<col width="150px" class="parameters_name">
|
3711
3711
|
<col class="parameters_description">
|
@@ -3719,7 +3719,7 @@ clutter_knot_copy (<em class="parameter"><code>const <a class="link" href="clutt
|
|
3719
3719
|
</table></div>
|
3720
3720
|
</div>
|
3721
3721
|
<div class="refsect3">
|
3722
|
-
<a name="
|
3722
|
+
<a name="clutter-knot-copy.returns"></a><h4>Returns</h4>
|
3723
3723
|
<p> the copied knot.</p>
|
3724
3724
|
</div>
|
3725
3725
|
<p class="since">Since: <a class="link" href="ix03.html#api-index-0.2">0.2</a></p>
|
@@ -3731,8 +3731,8 @@ clutter_knot_copy (<em class="parameter"><code>const <a class="link" href="clutt
|
|
3731
3731
|
clutter_knot_free (<em class="parameter"><code><a class="link" href="clutter-Base-geometric-types.html#ClutterKnot"><span class="type">ClutterKnot</span></a> *knot</code></em>);</pre>
|
3732
3732
|
<p>Frees the memory of an allocated knot.</p>
|
3733
3733
|
<div class="refsect3">
|
3734
|
-
<a name="
|
3735
|
-
<div class="informaltable"><table width="100%" border="0">
|
3734
|
+
<a name="clutter-knot-free.parameters"></a><h4>Parameters</h4>
|
3735
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3736
3736
|
<colgroup>
|
3737
3737
|
<col width="150px" class="parameters_name">
|
3738
3738
|
<col class="parameters_description">
|
@@ -3755,8 +3755,8 @@ clutter_knot_equal (<em class="parameter"><code>const <a class="link" href="clut
|
|
3755
3755
|
<em class="parameter"><code>const <a class="link" href="clutter-Base-geometric-types.html#ClutterKnot"><span class="type">ClutterKnot</span></a> *knot_b</code></em>);</pre>
|
3756
3756
|
<p>Compares to knot and checks if the point to the same location.</p>
|
3757
3757
|
<div class="refsect3">
|
3758
|
-
<a name="
|
3759
|
-
<div class="informaltable"><table width="100%" border="0">
|
3758
|
+
<a name="clutter-knot-equal.parameters"></a><h4>Parameters</h4>
|
3759
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3760
3760
|
<colgroup>
|
3761
3761
|
<col width="150px" class="parameters_name">
|
3762
3762
|
<col class="parameters_description">
|
@@ -3777,7 +3777,7 @@ clutter_knot_equal (<em class="parameter"><code>const <a class="link" href="clut
|
|
3777
3777
|
</table></div>
|
3778
3778
|
</div>
|
3779
3779
|
<div class="refsect3">
|
3780
|
-
<a name="
|
3780
|
+
<a name="clutter-knot-equal.returns"></a><h4>Returns</h4>
|
3781
3781
|
<p> <code class="literal">TRUE</code> if the knots point to the same location.</p>
|
3782
3782
|
</div>
|
3783
3783
|
<p class="since">Since: <a class="link" href="ix03.html#api-index-0.2">0.2</a></p>
|
@@ -3795,8 +3795,8 @@ clutter_geometry_union (<em class="parameter"><code>const <a class="link" href="
|
|
3795
3795
|
</div>
|
3796
3796
|
<p>Find the union of two rectangles represented as <a class="link" href="clutter-Base-geometric-types.html#ClutterGeometry"><span class="type">ClutterGeometry</span></a>.</p>
|
3797
3797
|
<div class="refsect3">
|
3798
|
-
<a name="
|
3799
|
-
<div class="informaltable"><table width="100%" border="0">
|
3798
|
+
<a name="clutter-geometry-union.parameters"></a><h4>Parameters</h4>
|
3799
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3800
3800
|
<colgroup>
|
3801
3801
|
<col width="150px" class="parameters_name">
|
3802
3802
|
<col class="parameters_description">
|
@@ -3837,8 +3837,8 @@ clutter_geometry_intersects (<em class="parameter"><code>const <a class="link" h
|
|
3837
3837
|
and geometry1 intersect returning <code class="literal">TRUE</code> if
|
3838
3838
|
they do else <code class="literal">FALSE</code>.</p>
|
3839
3839
|
<div class="refsect3">
|
3840
|
-
<a name="
|
3841
|
-
<div class="informaltable"><table width="100%" border="0">
|
3840
|
+
<a name="clutter-geometry-intersects.parameters"></a><h4>Parameters</h4>
|
3841
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3842
3842
|
<colgroup>
|
3843
3843
|
<col width="150px" class="parameters_name">
|
3844
3844
|
<col class="parameters_description">
|
@@ -3859,7 +3859,7 @@ they do else <code class="literal">FALSE</code>.</p>
|
|
3859
3859
|
</table></div>
|
3860
3860
|
</div>
|
3861
3861
|
<div class="refsect3">
|
3862
|
-
<a name="
|
3862
|
+
<a name="clutter-geometry-intersects.returns"></a><h4>Returns</h4>
|
3863
3863
|
<p> <code class="literal">TRUE</code> of <em class="parameter"><code>geometry0</code></em>
|
3864
3864
|
and geometry1 intersect else
|
3865
3865
|
<code class="literal">FALSE</code>.</p>
|
@@ -3878,8 +3878,8 @@ and geometry1 intersect else
|
|
3878
3878
|
</pre>
|
3879
3879
|
<p>A point in 2D space.</p>
|
3880
3880
|
<div class="refsect3">
|
3881
|
-
<a name="
|
3882
|
-
<div class="informaltable"><table width="100%" border="0">
|
3881
|
+
<a name="ClutterPoint.members"></a><h4>Members</h4>
|
3882
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3883
3883
|
<colgroup>
|
3884
3884
|
<col width="300px" class="struct_members_name">
|
3885
3885
|
<col class="struct_members_description">
|
@@ -3911,8 +3911,8 @@ and geometry1 intersect else
|
|
3911
3911
|
</pre>
|
3912
3912
|
<p>A size, in 2D space.</p>
|
3913
3913
|
<div class="refsect3">
|
3914
|
-
<a name="
|
3915
|
-
<div class="informaltable"><table width="100%" border="0">
|
3914
|
+
<a name="ClutterSize.members"></a><h4>Members</h4>
|
3915
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3916
3916
|
<colgroup>
|
3917
3917
|
<col width="300px" class="struct_members_name">
|
3918
3918
|
<col class="struct_members_description">
|
@@ -3954,8 +3954,8 @@ implicitly normalize it before computing eventual results. For this reason
|
|
3954
3954
|
it is safer to access the contents of a <a class="link" href="clutter-Base-geometric-types.html#ClutterRect"><span class="type">ClutterRect</span></a> by using the provided
|
3955
3955
|
API at all times, instead of directly accessing the structure members.</p>
|
3956
3956
|
<div class="refsect3">
|
3957
|
-
<a name="
|
3958
|
-
<div class="informaltable"><table width="100%" border="0">
|
3957
|
+
<a name="ClutterRect.members"></a><h4>Members</h4>
|
3958
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3959
3959
|
<colgroup>
|
3960
3960
|
<col width="300px" class="struct_members_name">
|
3961
3961
|
<col class="struct_members_description">
|
@@ -3988,8 +3988,8 @@ API at all times, instead of directly accessing the structure members.</p>
|
|
3988
3988
|
</pre>
|
3989
3989
|
<p>A point in 3D space, expressed in pixels</p>
|
3990
3990
|
<div class="refsect3">
|
3991
|
-
<a name="
|
3992
|
-
<div class="informaltable"><table width="100%" border="0">
|
3991
|
+
<a name="ClutterVertex.members"></a><h4>Members</h4>
|
3992
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3993
3993
|
<colgroup>
|
3994
3994
|
<col width="300px" class="struct_members_name">
|
3995
3995
|
<col class="struct_members_description">
|
@@ -4031,8 +4031,8 @@ API at all times, instead of directly accessing the structure members.</p>
|
|
4031
4031
|
corners of an actor. The coordinates of the two points are expressed in
|
4032
4032
|
pixels with sub-pixel precision</p>
|
4033
4033
|
<div class="refsect3">
|
4034
|
-
<a name="
|
4035
|
-
<div class="informaltable"><table width="100%" border="0">
|
4034
|
+
<a name="ClutterActorBox.members"></a><h4>Members</h4>
|
4035
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4036
4036
|
<colgroup>
|
4037
4037
|
<col width="300px" class="struct_members_name">
|
4038
4038
|
<col class="struct_members_description">
|
@@ -4079,8 +4079,8 @@ pixels with sub-pixel precision</p>
|
|
4079
4079
|
directly; you should use <a href="/usr/share/gtk-doc/html/cairo/cairo-Types.html#cairo-rectangle-int-t"><span class="type">cairo_rectangle_int_t</span></a> or <a class="link" href="clutter-Base-geometric-types.html#ClutterRect"><span class="type">ClutterRect</span></a> if you
|
4080
4080
|
need a rectangle type, depending on the precision required.</p>
|
4081
4081
|
<div class="refsect3">
|
4082
|
-
<a name="
|
4083
|
-
<div class="informaltable"><table width="100%" border="0">
|
4082
|
+
<a name="ClutterGeometry.members"></a><h4>Members</h4>
|
4083
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4084
4084
|
<colgroup>
|
4085
4085
|
<col width="300px" class="struct_members_name">
|
4086
4086
|
<col class="struct_members_description">
|
@@ -4121,8 +4121,8 @@ need a rectangle type, depending on the precision required.</p>
|
|
4121
4121
|
</pre>
|
4122
4122
|
<p>Point in a path behaviour.</p>
|
4123
4123
|
<div class="refsect3">
|
4124
|
-
<a name="
|
4125
|
-
<div class="informaltable"><table width="100%" border="0">
|
4124
|
+
<a name="ClutterKnot.members"></a><h4>Members</h4>
|
4125
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4126
4126
|
<colgroup>
|
4127
4127
|
<col width="300px" class="struct_members_name">
|
4128
4128
|
<col class="struct_members_description">
|
@@ -4227,6 +4227,6 @@ declaring it, e.g.:</p>
|
|
4227
4227
|
</div>
|
4228
4228
|
</div>
|
4229
4229
|
<div class="footer">
|
4230
|
-
<hr>Generated by GTK-Doc V1.
|
4230
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
4231
4231
|
</body>
|
4232
4232
|
</html>
|