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>ClutterTimeline: 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="ch09.html" title="Base classes">
|
9
9
|
<link rel="prev" href="ch09.html" title="Base classes">
|
10
10
|
<link rel="next" href="clutter-Value-intervals.html" title="Value intervals">
|
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">
|
@@ -37,7 +37,7 @@
|
|
37
37
|
</tr></table></div>
|
38
38
|
<div class="refsect1">
|
39
39
|
<a name="ClutterTimeline.functions"></a><h2>Functions</h2>
|
40
|
-
<div class="informaltable"><table width="100%" border="0">
|
40
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
41
41
|
<colgroup>
|
42
42
|
<col width="150px" class="functions_return">
|
43
43
|
<col class="functions_name">
|
@@ -368,7 +368,7 @@
|
|
368
368
|
</div>
|
369
369
|
<div class="refsect1">
|
370
370
|
<a name="ClutterTimeline.properties"></a><h2>Properties</h2>
|
371
|
-
<div class="informaltable"><table border="0">
|
371
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
372
372
|
<colgroup>
|
373
373
|
<col width="150px" class="properties_type">
|
374
374
|
<col width="300px" class="properties_name">
|
@@ -415,7 +415,7 @@
|
|
415
415
|
</div>
|
416
416
|
<div class="refsect1">
|
417
417
|
<a name="ClutterTimeline.signals"></a><h2>Signals</h2>
|
418
|
-
<div class="informaltable"><table border="0">
|
418
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
419
419
|
<colgroup>
|
420
420
|
<col width="150px" class="signals_return">
|
421
421
|
<col width="300px" class="signals_name">
|
@@ -457,7 +457,7 @@
|
|
457
457
|
</div>
|
458
458
|
<div class="refsect1">
|
459
459
|
<a name="ClutterTimeline.other"></a><h2>Types and Values</h2>
|
460
|
-
<div class="informaltable"><table width="100%" border="0">
|
460
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
461
461
|
<colgroup>
|
462
462
|
<col width="150px" class="name">
|
463
463
|
<col class="description">
|
@@ -584,8 +584,8 @@ clutter_timeline_new (<em class="parameter"><code><span class="type">guint</span
|
|
584
584
|
<p>Creates a new <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> with a duration of <em class="parameter"><code>msecs</code></em>
|
585
585
|
.</p>
|
586
586
|
<div class="refsect3">
|
587
|
-
<a name="
|
588
|
-
<div class="informaltable"><table width="100%" border="0">
|
587
|
+
<a name="clutter-timeline-new.parameters"></a><h4>Parameters</h4>
|
588
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
589
589
|
<colgroup>
|
590
590
|
<col width="150px" class="parameters_name">
|
591
591
|
<col class="parameters_description">
|
@@ -599,7 +599,7 @@ clutter_timeline_new (<em class="parameter"><code><span class="type">guint</span
|
|
599
599
|
</table></div>
|
600
600
|
</div>
|
601
601
|
<div class="refsect3">
|
602
|
-
<a name="
|
602
|
+
<a name="clutter-timeline-new.returns"></a><h4>Returns</h4>
|
603
603
|
<p> the newly created <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> instance. Use
|
604
604
|
<code class="function">g_object_unref()</code> when done using it</p>
|
605
605
|
</div>
|
@@ -629,8 +629,8 @@ the original <em class="parameter"><code>timeline</code></em>
|
|
629
629
|
<li class="listitem"><p><a class="link" href="ClutterTimeline.html#ClutterTimeline--direction" title="The “direction” property"><span class="type">“direction”</span></a></p></li>
|
630
630
|
</ul></div>
|
631
631
|
<div class="refsect3">
|
632
|
-
<a name="
|
633
|
-
<div class="informaltable"><table width="100%" border="0">
|
632
|
+
<a name="clutter-timeline-clone.parameters"></a><h4>Parameters</h4>
|
633
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
634
634
|
<colgroup>
|
635
635
|
<col width="150px" class="parameters_name">
|
636
636
|
<col class="parameters_description">
|
@@ -644,7 +644,7 @@ the original <em class="parameter"><code>timeline</code></em>
|
|
644
644
|
</table></div>
|
645
645
|
</div>
|
646
646
|
<div class="refsect3">
|
647
|
-
<a name="
|
647
|
+
<a name="clutter-timeline-clone.returns"></a><h4>Returns</h4>
|
648
648
|
<p> a new <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>, cloned
|
649
649
|
from <em class="parameter"><code>timeline</code></em>
|
650
650
|
. </p>
|
@@ -661,8 +661,8 @@ clutter_timeline_set_duration (<em class="parameter"><code><a class="link" href=
|
|
661
661
|
<p>Sets the duration of the timeline, in milliseconds. The speed
|
662
662
|
of the timeline depends on the ClutterTimeline:fps setting.</p>
|
663
663
|
<div class="refsect3">
|
664
|
-
<a name="
|
665
|
-
<div class="informaltable"><table width="100%" border="0">
|
664
|
+
<a name="clutter-timeline-set-duration.parameters"></a><h4>Parameters</h4>
|
665
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
666
666
|
<colgroup>
|
667
667
|
<col width="150px" class="parameters_name">
|
668
668
|
<col class="parameters_description">
|
@@ -692,8 +692,8 @@ clutter_timeline_get_duration (<em class="parameter"><code><a class="link" href=
|
|
692
692
|
<p>Retrieves the duration of a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> in milliseconds.
|
693
693
|
See <a class="link" href="ClutterTimeline.html#clutter-timeline-set-duration" title="clutter_timeline_set_duration ()"><code class="function">clutter_timeline_set_duration()</code></a>.</p>
|
694
694
|
<div class="refsect3">
|
695
|
-
<a name="
|
696
|
-
<div class="informaltable"><table width="100%" border="0">
|
695
|
+
<a name="clutter-timeline-get-duration.parameters"></a><h4>Parameters</h4>
|
696
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
697
697
|
<colgroup>
|
698
698
|
<col width="150px" class="parameters_name">
|
699
699
|
<col class="parameters_description">
|
@@ -707,7 +707,7 @@ See <a class="link" href="ClutterTimeline.html#clutter-timeline-set-duration" ti
|
|
707
707
|
</table></div>
|
708
708
|
</div>
|
709
709
|
<div class="refsect3">
|
710
|
-
<a name="
|
710
|
+
<a name="clutter-timeline-get-duration.returns"></a><h4>Returns</h4>
|
711
711
|
<p> the duration of the timeline, in milliseconds.</p>
|
712
712
|
</div>
|
713
713
|
<p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
|
@@ -726,8 +726,8 @@ clutter_timeline_set_repeat_count (<em class="parameter"><code><a class="link" h
|
|
726
726
|
is -1, the timeline will always repeat until
|
727
727
|
it's stopped.</p>
|
728
728
|
<div class="refsect3">
|
729
|
-
<a name="
|
730
|
-
<div class="informaltable"><table width="100%" border="0">
|
729
|
+
<a name="clutter-timeline-set-repeat-count.parameters"></a><h4>Parameters</h4>
|
730
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
731
731
|
<colgroup>
|
732
732
|
<col width="150px" class="parameters_name">
|
733
733
|
<col class="parameters_description">
|
@@ -756,8 +756,8 @@ it's stopped.</p>
|
|
756
756
|
clutter_timeline_get_repeat_count (<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
|
757
757
|
<p>Retrieves the number set using <a class="link" href="ClutterTimeline.html#clutter-timeline-set-repeat-count" title="clutter_timeline_set_repeat_count ()"><code class="function">clutter_timeline_set_repeat_count()</code></a>.</p>
|
758
758
|
<div class="refsect3">
|
759
|
-
<a name="
|
760
|
-
<div class="informaltable"><table width="100%" border="0">
|
759
|
+
<a name="clutter-timeline-get-repeat-count.parameters"></a><h4>Parameters</h4>
|
760
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
761
761
|
<colgroup>
|
762
762
|
<col width="150px" class="parameters_name">
|
763
763
|
<col class="parameters_description">
|
@@ -771,7 +771,7 @@ clutter_timeline_get_repeat_count (<em class="parameter"><code><a class="link" h
|
|
771
771
|
</table></div>
|
772
772
|
</div>
|
773
773
|
<div class="refsect3">
|
774
|
-
<a name="
|
774
|
+
<a name="clutter-timeline-get-repeat-count.returns"></a><h4>Returns</h4>
|
775
775
|
<p> the number of repeats</p>
|
776
776
|
</div>
|
777
777
|
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
@@ -785,8 +785,8 @@ clutter_timeline_set_delay (<em class="parameter"><code><a class="link" href="Cl
|
|
785
785
|
<p>Sets the delay, in milliseconds, before <em class="parameter"><code>timeline</code></em>
|
786
786
|
should start.</p>
|
787
787
|
<div class="refsect3">
|
788
|
-
<a name="
|
789
|
-
<div class="informaltable"><table width="100%" border="0">
|
788
|
+
<a name="clutter-timeline-set-delay.parameters"></a><h4>Parameters</h4>
|
789
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
790
790
|
<colgroup>
|
791
791
|
<col width="150px" class="parameters_name">
|
792
792
|
<col class="parameters_description">
|
@@ -815,8 +815,8 @@ clutter_timeline_set_delay (<em class="parameter"><code><a class="link" href="Cl
|
|
815
815
|
clutter_timeline_get_delay (<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
|
816
816
|
<p>Retrieves the delay set using <a class="link" href="ClutterTimeline.html#clutter-timeline-set-delay" title="clutter_timeline_set_delay ()"><code class="function">clutter_timeline_set_delay()</code></a>.</p>
|
817
817
|
<div class="refsect3">
|
818
|
-
<a name="
|
819
|
-
<div class="informaltable"><table width="100%" border="0">
|
818
|
+
<a name="clutter-timeline-get-delay.parameters"></a><h4>Parameters</h4>
|
819
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
820
820
|
<colgroup>
|
821
821
|
<col width="150px" class="parameters_name">
|
822
822
|
<col class="parameters_description">
|
@@ -830,7 +830,7 @@ clutter_timeline_get_delay (<em class="parameter"><code><a class="link" href="Cl
|
|
830
830
|
</table></div>
|
831
831
|
</div>
|
832
832
|
<div class="refsect3">
|
833
|
-
<a name="
|
833
|
+
<a name="clutter-timeline-get-delay.returns"></a><h4>Returns</h4>
|
834
834
|
<p> the delay in milliseconds.</p>
|
835
835
|
</div>
|
836
836
|
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
@@ -845,8 +845,8 @@ clutter_timeline_set_direction (<em class="parameter"><code><a class="link" href
|
|
845
845
|
, either <a class="link" href="ClutterTimeline.html#CLUTTER-TIMELINE-FORWARD:CAPS"><code class="literal">CLUTTER_TIMELINE_FORWARD</code></a> or
|
846
846
|
<a class="link" href="ClutterTimeline.html#CLUTTER-TIMELINE-BACKWARD:CAPS"><code class="literal">CLUTTER_TIMELINE_BACKWARD</code></a>.</p>
|
847
847
|
<div class="refsect3">
|
848
|
-
<a name="
|
849
|
-
<div class="informaltable"><table width="100%" border="0">
|
848
|
+
<a name="clutter-timeline-set-direction.parameters"></a><h4>Parameters</h4>
|
849
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
850
850
|
<colgroup>
|
851
851
|
<col width="150px" class="parameters_name">
|
852
852
|
<col class="parameters_description">
|
@@ -876,8 +876,8 @@ clutter_timeline_get_direction (<em class="parameter"><code><a class="link" href
|
|
876
876
|
<p>Retrieves the direction of the timeline set with
|
877
877
|
<a class="link" href="ClutterTimeline.html#clutter-timeline-set-direction" title="clutter_timeline_set_direction ()"><code class="function">clutter_timeline_set_direction()</code></a>.</p>
|
878
878
|
<div class="refsect3">
|
879
|
-
<a name="
|
880
|
-
<div class="informaltable"><table width="100%" border="0">
|
879
|
+
<a name="clutter-timeline-get-direction.parameters"></a><h4>Parameters</h4>
|
880
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
881
881
|
<colgroup>
|
882
882
|
<col width="150px" class="parameters_name">
|
883
883
|
<col class="parameters_description">
|
@@ -891,7 +891,7 @@ clutter_timeline_get_direction (<em class="parameter"><code><a class="link" href
|
|
891
891
|
</table></div>
|
892
892
|
</div>
|
893
893
|
<div class="refsect3">
|
894
|
-
<a name="
|
894
|
+
<a name="clutter-timeline-get-direction.returns"></a><h4>Returns</h4>
|
895
895
|
<p> the direction of the timeline</p>
|
896
896
|
</div>
|
897
897
|
<p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
|
@@ -973,8 +973,8 @@ for instance, this code:</p>
|
|
973
973
|
|
974
974
|
<p></p>
|
975
975
|
<div class="refsect3">
|
976
|
-
<a name="
|
977
|
-
<div class="informaltable"><table width="100%" border="0">
|
976
|
+
<a name="clutter-timeline-set-auto-reverse.parameters"></a><h4>Parameters</h4>
|
977
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
978
978
|
<colgroup>
|
979
979
|
<col width="150px" class="parameters_name">
|
980
980
|
<col class="parameters_description">
|
@@ -1004,8 +1004,8 @@ should reverse the direction</p></td>
|
|
1004
1004
|
clutter_timeline_get_auto_reverse (<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
|
1005
1005
|
<p>Retrieves the value set by <a class="link" href="ClutterTimeline.html#clutter-timeline-set-auto-reverse" title="clutter_timeline_set_auto_reverse ()"><code class="function">clutter_timeline_set_auto_reverse()</code></a>.</p>
|
1006
1006
|
<div class="refsect3">
|
1007
|
-
<a name="
|
1008
|
-
<div class="informaltable"><table width="100%" border="0">
|
1007
|
+
<a name="clutter-timeline-get-auto-reverse.parameters"></a><h4>Parameters</h4>
|
1008
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1009
1009
|
<colgroup>
|
1010
1010
|
<col width="150px" class="parameters_name">
|
1011
1011
|
<col class="parameters_description">
|
@@ -1019,7 +1019,7 @@ clutter_timeline_get_auto_reverse (<em class="parameter"><code><a class="link" h
|
|
1019
1019
|
</table></div>
|
1020
1020
|
</div>
|
1021
1021
|
<div class="refsect3">
|
1022
|
-
<a name="
|
1022
|
+
<a name="clutter-timeline-get-auto-reverse.returns"></a><h4>Returns</h4>
|
1023
1023
|
<p> <code class="literal">TRUE</code> if the timeline should automatically reverse, and
|
1024
1024
|
<code class="literal">FALSE</code> otherwise</p>
|
1025
1025
|
</div>
|
@@ -1036,8 +1036,8 @@ enumeration. The <em class="parameter"><code>mode</code></em>
|
|
1036
1036
|
cannot be <a class="link" href="ClutterTimeline.html#CLUTTER-CUSTOM-MODE:CAPS"><code class="literal">CLUTTER_CUSTOM_MODE</code></a> or bigger than
|
1037
1037
|
<a class="link" href="ClutterTimeline.html#CLUTTER-ANIMATION-LAST:CAPS"><code class="literal">CLUTTER_ANIMATION_LAST</code></a>.</p>
|
1038
1038
|
<div class="refsect3">
|
1039
|
-
<a name="
|
1040
|
-
<div class="informaltable"><table width="100%" border="0">
|
1039
|
+
<a name="clutter-timeline-set-progress-mode.parameters"></a><h4>Parameters</h4>
|
1040
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1041
1041
|
<colgroup>
|
1042
1042
|
<col width="150px" class="parameters_name">
|
1043
1043
|
<col class="parameters_description">
|
@@ -1067,8 +1067,8 @@ clutter_timeline_get_progress_mode (<em class="parameter"><code><a class="link"
|
|
1067
1067
|
<p>Retrieves the progress mode set using <a class="link" href="ClutterTimeline.html#clutter-timeline-set-progress-mode" title="clutter_timeline_set_progress_mode ()"><code class="function">clutter_timeline_set_progress_mode()</code></a>
|
1068
1068
|
or <a class="link" href="ClutterTimeline.html#clutter-timeline-set-progress-func" title="clutter_timeline_set_progress_func ()"><code class="function">clutter_timeline_set_progress_func()</code></a>.</p>
|
1069
1069
|
<div class="refsect3">
|
1070
|
-
<a name="
|
1071
|
-
<div class="informaltable"><table width="100%" border="0">
|
1070
|
+
<a name="clutter-timeline-get-progress-mode.parameters"></a><h4>Parameters</h4>
|
1071
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1072
1072
|
<colgroup>
|
1073
1073
|
<col width="150px" class="parameters_name">
|
1074
1074
|
<col class="parameters_description">
|
@@ -1082,7 +1082,7 @@ or <a class="link" href="ClutterTimeline.html#clutter-timeline-set-progress-func
|
|
1082
1082
|
</table></div>
|
1083
1083
|
</div>
|
1084
1084
|
<div class="refsect3">
|
1085
|
-
<a name="
|
1085
|
+
<a name="clutter-timeline-get-progress-mode.returns"></a><h4>Returns</h4>
|
1086
1086
|
<p> a <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a></p>
|
1087
1087
|
</div>
|
1088
1088
|
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
@@ -1103,8 +1103,8 @@ points for the cubic bezier.</p>
|
|
1103
1103
|
of the two control points must be in the [ 0, 1 ] range, while the
|
1104
1104
|
Y coordinate of the two control points can exceed this range.</p>
|
1105
1105
|
<div class="refsect3">
|
1106
|
-
<a name="
|
1107
|
-
<div class="informaltable"><table width="100%" border="0">
|
1106
|
+
<a name="clutter-timeline-set-cubic-bezier-progress.parameters"></a><h4>Parameters</h4>
|
1107
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1108
1108
|
<colgroup>
|
1109
1109
|
<col width="150px" class="parameters_name">
|
1110
1110
|
<col class="parameters_description">
|
@@ -1141,8 +1141,8 @@ clutter_timeline_get_cubic_bezier_progress
|
|
1141
1141
|
<em class="parameter"><code><a class="link" href="clutter-Base-geometric-types.html#ClutterPoint"><span class="type">ClutterPoint</span></a> *c_2</code></em>);</pre>
|
1142
1142
|
<p>Retrieves the control points for the cubic bezier progress mode.</p>
|
1143
1143
|
<div class="refsect3">
|
1144
|
-
<a name="
|
1145
|
-
<div class="informaltable"><table width="100%" border="0">
|
1144
|
+
<a name="clutter-timeline-get-cubic-bezier-progress.parameters"></a><h4>Parameters</h4>
|
1145
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1146
1146
|
<colgroup>
|
1147
1147
|
<col width="150px" class="parameters_name">
|
1148
1148
|
<col class="parameters_description">
|
@@ -1170,7 +1170,7 @@ point of the cubic bezier, or <code class="literal">NULL</code>. </p></td>
|
|
1170
1170
|
</table></div>
|
1171
1171
|
</div>
|
1172
1172
|
<div class="refsect3">
|
1173
|
-
<a name="
|
1173
|
+
<a name="clutter-timeline-get-cubic-bezier-progress.returns"></a><h4>Returns</h4>
|
1174
1174
|
<p> <code class="literal">TRUE</code> if the <em class="parameter"><code>timeline</code></em>
|
1175
1175
|
is using a cubic bezier progress
|
1176
1176
|
more, and <code class="literal">FALSE</code> otherwise</p>
|
@@ -1188,8 +1188,8 @@ clutter_timeline_set_step_progress (<em class="parameter"><code><a class="link"
|
|
1188
1188
|
to <a class="link" href="ClutterTimeline.html#CLUTTER-STEPS:CAPS"><code class="literal">CLUTTER_STEPS</code></a>
|
1189
1189
|
and provides the parameters of the step function.</p>
|
1190
1190
|
<div class="refsect3">
|
1191
|
-
<a name="
|
1192
|
-
<div class="informaltable"><table width="100%" border="0">
|
1191
|
+
<a name="clutter-timeline-set-step-progress.parameters"></a><h4>Parameters</h4>
|
1192
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1193
1193
|
<colgroup>
|
1194
1194
|
<col width="150px" class="parameters_name">
|
1195
1195
|
<col class="parameters_description">
|
@@ -1227,8 +1227,8 @@ clutter_timeline_get_step_progress (<em class="parameter"><code><a class="link"
|
|
1227
1227
|
<p>Retrieves the parameters of the step progress mode used by <em class="parameter"><code>timeline</code></em>
|
1228
1228
|
.</p>
|
1229
1229
|
<div class="refsect3">
|
1230
|
-
<a name="
|
1231
|
-
<div class="informaltable"><table width="100%" border="0">
|
1230
|
+
<a name="clutter-timeline-get-step-progress.parameters"></a><h4>Parameters</h4>
|
1231
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1232
1232
|
<colgroup>
|
1233
1233
|
<col width="150px" class="parameters_name">
|
1234
1234
|
<col class="parameters_description">
|
@@ -1255,7 +1255,7 @@ or <code class="literal">NULL</code>. </p></td>
|
|
1255
1255
|
</table></div>
|
1256
1256
|
</div>
|
1257
1257
|
<div class="refsect3">
|
1258
|
-
<a name="
|
1258
|
+
<a name="clutter-timeline-get-step-progress.returns"></a><h4>Returns</h4>
|
1259
1259
|
<p> <code class="literal">TRUE</code> if the <em class="parameter"><code>timeline</code></em>
|
1260
1260
|
is using a step progress
|
1261
1261
|
mode, and <code class="literal">FALSE</code> otherwise</p>
|
@@ -1272,8 +1272,8 @@ mode, and <code class="literal">FALSE</code> otherwise</p>
|
|
1272
1272
|
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
1273
1273
|
<p>A function for defining a custom progress.</p>
|
1274
1274
|
<div class="refsect3">
|
1275
|
-
<a name="
|
1276
|
-
<div class="informaltable"><table width="100%" border="0">
|
1275
|
+
<a name="ClutterTimelineProgressFunc.parameters"></a><h4>Parameters</h4>
|
1276
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1277
1277
|
<colgroup>
|
1278
1278
|
<col width="150px" class="parameters_name">
|
1279
1279
|
<col class="parameters_description">
|
@@ -1304,7 +1304,7 @@ mode, and <code class="literal">FALSE</code> otherwise</p>
|
|
1304
1304
|
</table></div>
|
1305
1305
|
</div>
|
1306
1306
|
<div class="refsect3">
|
1307
|
-
<a name="
|
1307
|
+
<a name="ClutterTimelineProgressFunc.returns"></a><h4>Returns</h4>
|
1308
1308
|
<p> the progress, as a floating point value between -1.0 and 2.0.</p>
|
1309
1309
|
</div>
|
1310
1310
|
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
@@ -1329,8 +1329,8 @@ be set to <a class="link" href="ClutterTimeline.html#CLUTTER-CUSTOM-MODE:CAPS"><
|
|
1329
1329
|
is <code class="literal">NULL</code>, any previously set progress function will be unset, and
|
1330
1330
|
the <a class="link" href="ClutterTimeline.html#ClutterTimeline--progress-mode" title="The “progress-mode” property"><span class="type">“progress-mode”</span></a> property will be set to <a class="link" href="ClutterTimeline.html#CLUTTER-LINEAR:CAPS"><code class="literal">CLUTTER_LINEAR</code></a>.</p>
|
1331
1331
|
<div class="refsect3">
|
1332
|
-
<a name="
|
1333
|
-
<div class="informaltable"><table width="100%" border="0">
|
1332
|
+
<a name="clutter-timeline-set-progress-func.parameters"></a><h4>Parameters</h4>
|
1333
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1334
1334
|
<colgroup>
|
1335
1335
|
<col width="150px" class="parameters_name">
|
1336
1336
|
<col class="parameters_description">
|
@@ -1378,8 +1378,8 @@ will return <code class="literal">G_MAXINT64</code>.</p>
|
|
1378
1378
|
as long as the <em class="parameter"><code>timeline</code></em>
|
1379
1379
|
hasn't been changed.</p>
|
1380
1380
|
<div class="refsect3">
|
1381
|
-
<a name="
|
1382
|
-
<div class="informaltable"><table width="100%" border="0">
|
1381
|
+
<a name="clutter-timeline-get-duration-hint.parameters"></a><h4>Parameters</h4>
|
1382
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1383
1383
|
<colgroup>
|
1384
1384
|
<col width="150px" class="parameters_name">
|
1385
1385
|
<col class="parameters_description">
|
@@ -1393,7 +1393,7 @@ as long as the <em class="parameter"><code>timeline</code></em>
|
|
1393
1393
|
</table></div>
|
1394
1394
|
</div>
|
1395
1395
|
<div class="refsect3">
|
1396
|
-
<a name="
|
1396
|
+
<a name="clutter-timeline-get-duration-hint.returns"></a><h4>Returns</h4>
|
1397
1397
|
<p> the full duration of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a></p>
|
1398
1398
|
</div>
|
1399
1399
|
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
@@ -1406,8 +1406,8 @@ clutter_timeline_get_current_repeat (<em class="parameter"><code><a class="link"
|
|
1406
1406
|
<p>Retrieves the current repeat for a timeline.</p>
|
1407
1407
|
<p>Repeats start at 0.</p>
|
1408
1408
|
<div class="refsect3">
|
1409
|
-
<a name="
|
1410
|
-
<div class="informaltable"><table width="100%" border="0">
|
1409
|
+
<a name="clutter-timeline-get-current-repeat.parameters"></a><h4>Parameters</h4>
|
1410
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1411
1411
|
<colgroup>
|
1412
1412
|
<col width="150px" class="parameters_name">
|
1413
1413
|
<col class="parameters_description">
|
@@ -1421,7 +1421,7 @@ clutter_timeline_get_current_repeat (<em class="parameter"><code><a class="link"
|
|
1421
1421
|
</table></div>
|
1422
1422
|
</div>
|
1423
1423
|
<div class="refsect3">
|
1424
|
-
<a name="
|
1424
|
+
<a name="clutter-timeline-get-current-repeat.returns"></a><h4>Returns</h4>
|
1425
1425
|
<p> the current repeat</p>
|
1426
1426
|
</div>
|
1427
1427
|
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
@@ -1443,8 +1443,8 @@ with -1 if <em class="parameter"><code>loop</code></em>
|
|
1443
1443
|
is <code class="literal">TRUE</code>, and with 0 if <em class="parameter"><code>loop</code></em>
|
1444
1444
|
is <code class="literal">FALSE</code>.</p>
|
1445
1445
|
<div class="refsect3">
|
1446
|
-
<a name="
|
1447
|
-
<div class="informaltable"><table width="100%" border="0">
|
1446
|
+
<a name="clutter-timeline-set-loop.parameters"></a><h4>Parameters</h4>
|
1447
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1448
1448
|
<colgroup>
|
1449
1449
|
<col width="150px" class="parameters_name">
|
1450
1450
|
<col class="parameters_description">
|
@@ -1477,8 +1477,8 @@ clutter_timeline_get_loop (<em class="parameter"><code><a class="link" href="Clu
|
|
1477
1477
|
<p>Gets whether <em class="parameter"><code>timeline</code></em>
|
1478
1478
|
is looping</p>
|
1479
1479
|
<div class="refsect3">
|
1480
|
-
<a name="
|
1481
|
-
<div class="informaltable"><table width="100%" border="0">
|
1480
|
+
<a name="clutter-timeline-get-loop.parameters"></a><h4>Parameters</h4>
|
1481
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1482
1482
|
<colgroup>
|
1483
1483
|
<col width="150px" class="parameters_name">
|
1484
1484
|
<col class="parameters_description">
|
@@ -1492,7 +1492,7 @@ clutter_timeline_get_loop (<em class="parameter"><code><a class="link" href="Clu
|
|
1492
1492
|
</table></div>
|
1493
1493
|
</div>
|
1494
1494
|
<div class="refsect3">
|
1495
|
-
<a name="
|
1495
|
+
<a name="clutter-timeline-get-loop.returns"></a><h4>Returns</h4>
|
1496
1496
|
<p> <code class="literal">TRUE</code> if the timeline is looping</p>
|
1497
1497
|
</div>
|
1498
1498
|
</div>
|
@@ -1503,8 +1503,8 @@ clutter_timeline_get_loop (<em class="parameter"><code><a class="link" href="Clu
|
|
1503
1503
|
clutter_timeline_start (<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
|
1504
1504
|
<p>Starts the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> playing.</p>
|
1505
1505
|
<div class="refsect3">
|
1506
|
-
<a name="
|
1507
|
-
<div class="informaltable"><table width="100%" border="0">
|
1506
|
+
<a name="clutter-timeline-start.parameters"></a><h4>Parameters</h4>
|
1507
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1508
1508
|
<colgroup>
|
1509
1509
|
<col width="150px" class="parameters_name">
|
1510
1510
|
<col class="parameters_description">
|
@@ -1525,8 +1525,8 @@ clutter_timeline_start (<em class="parameter"><code><a class="link" href="Clutte
|
|
1525
1525
|
clutter_timeline_pause (<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
|
1526
1526
|
<p>Pauses the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> on current frame</p>
|
1527
1527
|
<div class="refsect3">
|
1528
|
-
<a name="
|
1529
|
-
<div class="informaltable"><table width="100%" border="0">
|
1528
|
+
<a name="clutter-timeline-pause.parameters"></a><h4>Parameters</h4>
|
1529
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1530
1530
|
<colgroup>
|
1531
1531
|
<col width="150px" class="parameters_name">
|
1532
1532
|
<col class="parameters_description">
|
@@ -1547,8 +1547,8 @@ clutter_timeline_pause (<em class="parameter"><code><a class="link" href="Clutte
|
|
1547
1547
|
clutter_timeline_stop (<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
|
1548
1548
|
<p>Stops the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> and moves to frame 0</p>
|
1549
1549
|
<div class="refsect3">
|
1550
|
-
<a name="
|
1551
|
-
<div class="informaltable"><table width="100%" border="0">
|
1550
|
+
<a name="clutter-timeline-stop.parameters"></a><h4>Parameters</h4>
|
1551
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1552
1552
|
<colgroup>
|
1553
1553
|
<col width="150px" class="parameters_name">
|
1554
1554
|
<col class="parameters_description">
|
@@ -1571,8 +1571,8 @@ clutter_timeline_rewind (<em class="parameter"><code><a class="link" href="Clutt
|
|
1571
1571
|
<a class="link" href="ClutterTimeline.html#CLUTTER-TIMELINE-FORWARD:CAPS"><code class="literal">CLUTTER_TIMELINE_FORWARD</code></a> and the last frame if it is
|
1572
1572
|
<a class="link" href="ClutterTimeline.html#CLUTTER-TIMELINE-BACKWARD:CAPS"><code class="literal">CLUTTER_TIMELINE_BACKWARD</code></a>.</p>
|
1573
1573
|
<div class="refsect3">
|
1574
|
-
<a name="
|
1575
|
-
<div class="informaltable"><table width="100%" border="0">
|
1574
|
+
<a name="clutter-timeline-rewind.parameters"></a><h4>Parameters</h4>
|
1575
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1576
1576
|
<colgroup>
|
1577
1577
|
<col width="150px" class="parameters_name">
|
1578
1578
|
<col class="parameters_description">
|
@@ -1594,8 +1594,8 @@ clutter_timeline_skip (<em class="parameter"><code><a class="link" href="Clutter
|
|
1594
1594
|
<em class="parameter"><code><span class="type">guint</span> msecs</code></em>);</pre>
|
1595
1595
|
<p>Advance timeline by the requested time in milliseconds</p>
|
1596
1596
|
<div class="refsect3">
|
1597
|
-
<a name="
|
1598
|
-
<div class="informaltable"><table width="100%" border="0">
|
1597
|
+
<a name="clutter-timeline-skip.parameters"></a><h4>Parameters</h4>
|
1598
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1599
1599
|
<colgroup>
|
1600
1600
|
<col width="150px" class="parameters_name">
|
1601
1601
|
<col class="parameters_description">
|
@@ -1629,8 +1629,8 @@ time in milliseconds since the timeline started.</p>
|
|
1629
1629
|
signal for the given time. The first ::new-frame signal after the call to
|
1630
1630
|
<a class="link" href="ClutterTimeline.html#clutter-timeline-advance" title="clutter_timeline_advance ()"><code class="function">clutter_timeline_advance()</code></a> will be emit the skipped markers.</p>
|
1631
1631
|
<div class="refsect3">
|
1632
|
-
<a name="
|
1633
|
-
<div class="informaltable"><table width="100%" border="0">
|
1632
|
+
<a name="clutter-timeline-advance.parameters"></a><h4>Parameters</h4>
|
1633
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1634
1634
|
<colgroup>
|
1635
1635
|
<col width="150px" class="parameters_name">
|
1636
1636
|
<col class="parameters_description">
|
@@ -1658,8 +1658,8 @@ signal for the given time. The first ::new-frame signal after the call to
|
|
1658
1658
|
clutter_timeline_get_elapsed_time (<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
|
1659
1659
|
<p>Request the current time position of the timeline.</p>
|
1660
1660
|
<div class="refsect3">
|
1661
|
-
<a name="
|
1662
|
-
<div class="informaltable"><table width="100%" border="0">
|
1661
|
+
<a name="clutter-timeline-get-elapsed-time.parameters"></a><h4>Parameters</h4>
|
1662
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1663
1663
|
<colgroup>
|
1664
1664
|
<col width="150px" class="parameters_name">
|
1665
1665
|
<col class="parameters_description">
|
@@ -1673,7 +1673,7 @@ clutter_timeline_get_elapsed_time (<em class="parameter"><code><a class="link" h
|
|
1673
1673
|
</table></div>
|
1674
1674
|
</div>
|
1675
1675
|
<div class="refsect3">
|
1676
|
-
<a name="
|
1676
|
+
<a name="clutter-timeline-get-elapsed-time.returns"></a><h4>Returns</h4>
|
1677
1677
|
<p> current elapsed time in milliseconds.</p>
|
1678
1678
|
</div>
|
1679
1679
|
</div>
|
@@ -1688,8 +1688,8 @@ ClutterTimeline::new-frame signal.</p>
|
|
1688
1688
|
signal, and its behaviour is undefined if the timeline is not
|
1689
1689
|
playing.</p>
|
1690
1690
|
<div class="refsect3">
|
1691
|
-
<a name="
|
1692
|
-
<div class="informaltable"><table width="100%" border="0">
|
1691
|
+
<a name="clutter-timeline-get-delta.parameters"></a><h4>Parameters</h4>
|
1692
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1693
1693
|
<colgroup>
|
1694
1694
|
<col width="150px" class="parameters_name">
|
1695
1695
|
<col class="parameters_description">
|
@@ -1703,7 +1703,7 @@ playing.</p>
|
|
1703
1703
|
</table></div>
|
1704
1704
|
</div>
|
1705
1705
|
<div class="refsect3">
|
1706
|
-
<a name="
|
1706
|
+
<a name="clutter-timeline-get-delta.returns"></a><h4>Returns</h4>
|
1707
1707
|
<p> the amount of time in milliseconds elapsed since the
|
1708
1708
|
last frame</p>
|
1709
1709
|
</div>
|
@@ -1719,8 +1719,8 @@ clutter_timeline_get_progress (<em class="parameter"><code><a class="link" href=
|
|
1719
1719
|
mode set using <a class="link" href="ClutterTimeline.html#clutter-timeline-set-progress-mode" title="clutter_timeline_set_progress_mode ()"><code class="function">clutter_timeline_set_progress_mode()</code></a>, or by the
|
1720
1720
|
progress function set using <a class="link" href="ClutterTimeline.html#clutter-timeline-set-progress-func" title="clutter_timeline_set_progress_func ()"><code class="function">clutter_timeline_set_progress_func()</code></a>.</p>
|
1721
1721
|
<div class="refsect3">
|
1722
|
-
<a name="
|
1723
|
-
<div class="informaltable"><table width="100%" border="0">
|
1722
|
+
<a name="clutter-timeline-get-progress.parameters"></a><h4>Parameters</h4>
|
1723
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1724
1724
|
<colgroup>
|
1725
1725
|
<col width="150px" class="parameters_name">
|
1726
1726
|
<col class="parameters_description">
|
@@ -1734,7 +1734,7 @@ progress function set using <a class="link" href="ClutterTimeline.html#clutter-t
|
|
1734
1734
|
</table></div>
|
1735
1735
|
</div>
|
1736
1736
|
<div class="refsect3">
|
1737
|
-
<a name="
|
1737
|
+
<a name="clutter-timeline-get-progress.returns"></a><h4>Returns</h4>
|
1738
1738
|
<p> the normalized current position in the timeline.</p>
|
1739
1739
|
</div>
|
1740
1740
|
<p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
|
@@ -1746,8 +1746,8 @@ progress function set using <a class="link" href="ClutterTimeline.html#clutter-t
|
|
1746
1746
|
clutter_timeline_is_playing (<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
|
1747
1747
|
<p>Queries state of a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>.</p>
|
1748
1748
|
<div class="refsect3">
|
1749
|
-
<a name="
|
1750
|
-
<div class="informaltable"><table width="100%" border="0">
|
1749
|
+
<a name="clutter-timeline-is-playing.parameters"></a><h4>Parameters</h4>
|
1750
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1751
1751
|
<colgroup>
|
1752
1752
|
<col width="150px" class="parameters_name">
|
1753
1753
|
<col class="parameters_description">
|
@@ -1761,7 +1761,7 @@ clutter_timeline_is_playing (<em class="parameter"><code><a class="link" href="C
|
|
1761
1761
|
</table></div>
|
1762
1762
|
</div>
|
1763
1763
|
<div class="refsect3">
|
1764
|
-
<a name="
|
1764
|
+
<a name="clutter-timeline-is-playing.returns"></a><h4>Returns</h4>
|
1765
1765
|
<p> <code class="literal">TRUE</code> if timeline is currently playing</p>
|
1766
1766
|
</div>
|
1767
1767
|
</div>
|
@@ -1786,8 +1786,8 @@ timeline can be advanced to a marker using
|
|
1786
1786
|
<a class="link" href="ClutterTimeline.html#clutter-timeline-advance-to-marker" title="clutter_timeline_advance_to_marker ()"><code class="function">clutter_timeline_advance_to_marker()</code></a>.</p>
|
1787
1787
|
<p>See also: <a class="link" href="ClutterTimeline.html#clutter-timeline-add-marker-at-time" title="clutter_timeline_add_marker_at_time ()"><code class="function">clutter_timeline_add_marker_at_time()</code></a></p>
|
1788
1788
|
<div class="refsect3">
|
1789
|
-
<a name="
|
1790
|
-
<div class="informaltable"><table width="100%" border="0">
|
1789
|
+
<a name="clutter-timeline-add-marker.parameters"></a><h4>Parameters</h4>
|
1790
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1791
1791
|
<colgroup>
|
1792
1792
|
<col width="150px" class="parameters_name">
|
1793
1793
|
<col class="parameters_description">
|
@@ -1834,8 +1834,8 @@ timeline can be advanced to a marker using
|
|
1834
1834
|
<a class="link" href="ClutterTimeline.html#clutter-timeline-advance-to-marker" title="clutter_timeline_advance_to_marker ()"><code class="function">clutter_timeline_advance_to_marker()</code></a>.</p>
|
1835
1835
|
<p>See also: <a class="link" href="ClutterTimeline.html#clutter-timeline-add-marker" title="clutter_timeline_add_marker ()"><code class="function">clutter_timeline_add_marker()</code></a></p>
|
1836
1836
|
<div class="refsect3">
|
1837
|
-
<a name="
|
1838
|
-
<div class="informaltable"><table width="100%" border="0">
|
1837
|
+
<a name="clutter-timeline-add-marker-at-time.parameters"></a><h4>Parameters</h4>
|
1838
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1839
1839
|
<colgroup>
|
1840
1840
|
<col width="150px" class="parameters_name">
|
1841
1841
|
<col class="parameters_description">
|
@@ -1871,8 +1871,8 @@ clutter_timeline_has_marker (<em class="parameter"><code><a class="link" href="C
|
|
1871
1871
|
<p>Checks whether <em class="parameter"><code>timeline</code></em>
|
1872
1872
|
has a marker set with the given name.</p>
|
1873
1873
|
<div class="refsect3">
|
1874
|
-
<a name="
|
1875
|
-
<div class="informaltable"><table width="100%" border="0">
|
1874
|
+
<a name="clutter-timeline-has-marker.parameters"></a><h4>Parameters</h4>
|
1875
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1876
1876
|
<colgroup>
|
1877
1877
|
<col width="150px" class="parameters_name">
|
1878
1878
|
<col class="parameters_description">
|
@@ -1893,7 +1893,7 @@ clutter_timeline_has_marker (<em class="parameter"><code><a class="link" href="C
|
|
1893
1893
|
</table></div>
|
1894
1894
|
</div>
|
1895
1895
|
<div class="refsect3">
|
1896
|
-
<a name="
|
1896
|
+
<a name="clutter-timeline-has-marker.returns"></a><h4>Returns</h4>
|
1897
1897
|
<p> <code class="literal">TRUE</code> if the marker was found</p>
|
1898
1898
|
</div>
|
1899
1899
|
<p class="since">Since: <a class="link" href="ix06.html#api-index-0.8">0.8</a></p>
|
@@ -1912,8 +1912,8 @@ negative integer, all the markers attached to <em class="parameter"><code>timeli
|
|
1912
1912
|
will be
|
1913
1913
|
returned.</p>
|
1914
1914
|
<div class="refsect3">
|
1915
|
-
<a name="
|
1916
|
-
<div class="informaltable"><table width="100%" border="0">
|
1915
|
+
<a name="clutter-timeline-list-markers.parameters"></a><h4>Parameters</h4>
|
1916
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1917
1917
|
<colgroup>
|
1918
1918
|
<col width="150px" class="parameters_name">
|
1919
1919
|
<col class="parameters_description">
|
@@ -1939,7 +1939,7 @@ returned.</p>
|
|
1939
1939
|
</table></div>
|
1940
1940
|
</div>
|
1941
1941
|
<div class="refsect3">
|
1942
|
-
<a name="
|
1942
|
+
<a name="clutter-timeline-list-markers.returns"></a><h4>Returns</h4>
|
1943
1943
|
<p> a newly allocated, <code class="literal">NULL</code> terminated string array containing the names
|
1944
1944
|
of the markers. Use <code class="function">g_strfreev()</code> when done. </p>
|
1945
1945
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1 length=n_markers]</span></p>
|
@@ -1956,8 +1956,8 @@ clutter_timeline_remove_marker (<em class="parameter"><code><a class="link" href
|
|
1956
1956
|
, if found, from <em class="parameter"><code>timeline</code></em>
|
1957
1957
|
.</p>
|
1958
1958
|
<div class="refsect3">
|
1959
|
-
<a name="
|
1960
|
-
<div class="informaltable"><table width="100%" border="0">
|
1959
|
+
<a name="clutter-timeline-remove-marker.parameters"></a><h4>Parameters</h4>
|
1960
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1961
1961
|
<colgroup>
|
1962
1962
|
<col width="150px" class="parameters_name">
|
1963
1963
|
<col class="parameters_description">
|
@@ -1995,8 +1995,8 @@ is set, nor it will emit <a class="link" href="ClutterTimeline.html#ClutterTimel
|
|
1995
1995
|
<em class="parameter"><code>marker_name</code></em>
|
1996
1996
|
.</p>
|
1997
1997
|
<div class="refsect3">
|
1998
|
-
<a name="
|
1999
|
-
<div class="informaltable"><table width="100%" border="0">
|
1998
|
+
<a name="clutter-timeline-advance-to-marker.parameters"></a><h4>Parameters</h4>
|
1999
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2000
2000
|
<colgroup>
|
2001
2001
|
<col width="150px" class="parameters_name">
|
2002
2002
|
<col class="parameters_description">
|
@@ -2048,8 +2048,8 @@ and should be accessed using the provided API</p>
|
|
2048
2048
|
</pre>
|
2049
2049
|
<p>The <a class="link" href="ClutterTimeline.html#ClutterTimelineClass" title="struct ClutterTimelineClass"><span class="type">ClutterTimelineClass</span></a> structure contains only private data</p>
|
2050
2050
|
<div class="refsect3">
|
2051
|
-
<a name="
|
2052
|
-
<div class="informaltable"><table width="100%" border="0">
|
2051
|
+
<a name="ClutterTimelineClass.members"></a><h4>Members</h4>
|
2052
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2053
2053
|
<colgroup>
|
2054
2054
|
<col width="300px" class="struct_members_name">
|
2055
2055
|
<col class="struct_members_description">
|
@@ -2096,8 +2096,8 @@ and should be accessed using the provided API</p>
|
|
2096
2096
|
<a name="ClutterTimelineDirection"></a><h3>enum ClutterTimelineDirection</h3>
|
2097
2097
|
<p>The direction of a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a></p>
|
2098
2098
|
<div class="refsect3">
|
2099
|
-
<a name="
|
2100
|
-
<div class="informaltable"><table width="100%" border="0">
|
2099
|
+
<a name="ClutterTimelineDirection.members"></a><h4>Members</h4>
|
2100
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2101
2101
|
<colgroup>
|
2102
2102
|
<col width="300px" class="enum_members_name">
|
2103
2103
|
<col class="enum_members_description">
|
@@ -2136,8 +2136,8 @@ enumeration can be expanded in later versions of Clutter.</p>
|
|
2136
2136
|
or <a class="link" href="ClutterAlpha.html#clutter-alpha-register-closure" title="clutter_alpha_register_closure ()"><code class="function">clutter_alpha_register_closure()</code></a> will have a logical id greater than
|
2137
2137
|
<a class="link" href="ClutterTimeline.html#CLUTTER-ANIMATION-LAST:CAPS"><code class="literal">CLUTTER_ANIMATION_LAST</code></a>.</p>
|
2138
2138
|
<div class="refsect3">
|
2139
|
-
<a name="
|
2140
|
-
<div class="informaltable"><table width="100%" border="0">
|
2139
|
+
<a name="ClutterAnimationMode.members"></a><h4>Members</h4>
|
2140
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2141
2141
|
<colgroup>
|
2142
2142
|
<col width="300px" class="enum_members_name">
|
2143
2143
|
<col class="enum_members_description">
|
@@ -2471,8 +2471,8 @@ or <a class="link" href="ClutterAlpha.html#clutter-alpha-register-closure" title
|
|
2471
2471
|
<p>Change the value transition of a step function.</p>
|
2472
2472
|
<p>See <a class="link" href="ClutterTimeline.html#clutter-timeline-set-step-progress" title="clutter_timeline_set_step_progress ()"><code class="function">clutter_timeline_set_step_progress()</code></a>.</p>
|
2473
2473
|
<div class="refsect3">
|
2474
|
-
<a name="
|
2475
|
-
<div class="informaltable"><table width="100%" border="0">
|
2474
|
+
<a name="ClutterStepMode.members"></a><h4>Members</h4>
|
2475
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2476
2476
|
<colgroup>
|
2477
2477
|
<col width="300px" class="enum_members_name">
|
2478
2478
|
<col class="enum_members_description">
|
@@ -2599,8 +2599,8 @@ repeating.</p>
|
|
2599
2599
|
been stopped or has finished its run, including its eventual repeats,
|
2600
2600
|
you should use the <a class="link" href="ClutterTimeline.html#ClutterTimeline-stopped" title="The “stopped” signal"><span class="type">“stopped”</span></a> signal instead.</p>
|
2601
2601
|
<div class="refsect3">
|
2602
|
-
<a name="
|
2603
|
-
<div class="informaltable"><table width="100%" border="0">
|
2602
|
+
<a name="ClutterTimeline-completed.parameters"></a><h4>Parameters</h4>
|
2603
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2604
2604
|
<colgroup>
|
2605
2605
|
<col width="150px" class="parameters_name">
|
2606
2606
|
<col class="parameters_description">
|
@@ -2667,8 +2667,8 @@ with:</p>
|
|
2667
2667
|
the "foo" and "bar" marker, while the second and third callbacks
|
2668
2668
|
will be invoked for the "foo" or "bar" markers, respectively.</p>
|
2669
2669
|
<div class="refsect3">
|
2670
|
-
<a name="
|
2671
|
-
<div class="informaltable"><table width="100%" border="0">
|
2670
|
+
<a name="ClutterTimeline-marker-reached.parameters"></a><h4>Parameters</h4>
|
2671
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2672
2672
|
<colgroup>
|
2673
2673
|
<col width="150px" class="parameters_name">
|
2674
2674
|
<col class="parameters_description">
|
@@ -2712,8 +2712,8 @@ user_function (<a class="link" href="ClutterTimeline.html" title="ClutterTimelin
|
|
2712
2712
|
timeline before a new frame is drawn to give animations a chance
|
2713
2713
|
to update the scene.</p>
|
2714
2714
|
<div class="refsect3">
|
2715
|
-
<a name="
|
2716
|
-
<div class="informaltable"><table width="100%" border="0">
|
2715
|
+
<a name="ClutterTimeline-new-frame.parameters"></a><h4>Parameters</h4>
|
2716
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2717
2717
|
<colgroup>
|
2718
2718
|
<col width="150px" class="parameters_name">
|
2719
2719
|
<col class="parameters_description">
|
@@ -2748,8 +2748,8 @@ user_function (<a class="link" href="ClutterTimeline.html" title="ClutterTimelin
|
|
2748
2748
|
<span class="type">gpointer</span> user_data)</pre>
|
2749
2749
|
<p>The ::paused signal is emitted when <a class="link" href="ClutterTimeline.html#clutter-timeline-pause" title="clutter_timeline_pause ()"><code class="function">clutter_timeline_pause()</code></a> is invoked.</p>
|
2750
2750
|
<div class="refsect3">
|
2751
|
-
<a name="
|
2752
|
-
<div class="informaltable"><table width="100%" border="0">
|
2751
|
+
<a name="ClutterTimeline-paused.parameters"></a><h4>Parameters</h4>
|
2752
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2753
2753
|
<colgroup>
|
2754
2754
|
<col width="150px" class="parameters_name">
|
2755
2755
|
<col class="parameters_description">
|
@@ -2782,8 +2782,8 @@ This might be as soon as <a class="link" href="ClutterTimeline.html#clutter-time
|
|
2782
2782
|
after the delay set in the ClutterTimeline:delay property has
|
2783
2783
|
expired.</p>
|
2784
2784
|
<div class="refsect3">
|
2785
|
-
<a name="
|
2786
|
-
<div class="informaltable"><table width="100%" border="0">
|
2785
|
+
<a name="ClutterTimeline-started.parameters"></a><h4>Parameters</h4>
|
2786
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2787
2787
|
<colgroup>
|
2788
2788
|
<col width="150px" class="parameters_name">
|
2789
2789
|
<col class="parameters_description">
|
@@ -2820,8 +2820,8 @@ which gets emitted after every repeat finishes.</p>
|
|
2820
2820
|
<p>If the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> has is marked as infinitely repeating,
|
2821
2821
|
this signal will never be emitted.</p>
|
2822
2822
|
<div class="refsect3">
|
2823
|
-
<a name="
|
2824
|
-
<div class="informaltable"><table width="100%" border="0">
|
2823
|
+
<a name="ClutterTimeline-stopped.parameters"></a><h4>Parameters</h4>
|
2824
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2825
2825
|
<colgroup>
|
2826
2826
|
<col width="150px" class="parameters_name">
|
2827
2827
|
<col class="parameters_description">
|
@@ -2857,6 +2857,6 @@ timeline.</p></td>
|
|
2857
2857
|
</div>
|
2858
2858
|
</div>
|
2859
2859
|
<div class="footer">
|
2860
|
-
<hr>Generated by GTK-Doc V1.
|
2860
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
2861
2861
|
</body>
|
2862
2862
|
</html>
|