clutter 2.0.0-x86-mingw32 → 2.0.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +9 -2
- data/lib/clutter.rb +19 -6
- data/lib/clutter/color.rb +33 -5
- data/sample/basic-actor.rb +0 -2
- data/sample/bin-layout.rb +0 -2
- data/sample/box-layout.rb +0 -2
- data/sample/canvas.rb +2 -4
- data/sample/constraints.rb +0 -2
- data/sample/drag-action.rb +0 -2
- data/sample/drop-action.rb +4 -6
- data/sample/easing-modes.rb +0 -2
- data/sample/flow-layout.rb +0 -2
- data/sample/grid-layout.rb +0 -2
- data/sample/image-content.rb +0 -2
- data/sample/pan-action.rb +0 -2
- data/sample/rounded-rectangle.rb +0 -2
- data/sample/scroll-actor.rb +0 -2
- data/test/run-test.rb +7 -3
- data/test/test-clutter-color.rb +42 -0
- data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
- data/vendor/local/bin/libcogl-12.dll +0 -0
- data/vendor/local/bin/libcogl-pango-12.dll +0 -0
- data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage.h +9 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +3 -3
- data/vendor/local/include/json-glib-1.0/json-glib/json-gobject.h +4 -5
- data/vendor/local/include/json-glib-1.0/json-glib/json-parser.h +3 -1
- data/vendor/local/include/json-glib-1.0/json-glib/json-types.h +29 -3
- data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +4 -4
- data/vendor/local/lib/girepository-1.0/Clutter-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/CoglPango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Json-1.0.typelib +0 -0
- data/vendor/local/lib/libclutter-1.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-1.0.la +3 -3
- data/vendor/local/lib/libcogl-pango.dll.a +0 -0
- data/vendor/local/lib/libcogl-pango.la +1 -1
- data/vendor/local/lib/libcogl.dll.a +0 -0
- data/vendor/local/lib/libcogl.la +1 -1
- data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
- data/vendor/local/lib/libjson-glib-1.0.la +4 -4
- data/vendor/local/lib/pkgconfig/cally-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/clutter-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/clutter-win32-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/json-glib-1.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Clutter-1.0.gir +2 -2
- data/vendor/local/share/gir-1.0/Json-1.0.gir +224 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyActor.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/CallyClone.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/CallyGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/CallyRectangle.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/CallyRoot.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/CallyStage.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/CallyText.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/CallyTexture.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/CallyUtil.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/cally-General-API.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/callybase.html +2 -2
- data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/cally/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/cally/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/cally/ix01.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/ix02.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/ix03.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/ix04.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/license.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +29 -43
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +37 -25
- data/vendor/local/share/gtk-doc/html/clutter/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/license.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/pt09.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +1 -1
- data/vendor/local/share/gtk-doc/html/json-glib/JsonBuilder.html +69 -27
- data/vendor/local/share/gtk-doc/html/json-glib/JsonGenerator.html +54 -18
- data/vendor/local/share/gtk-doc/html/json-glib/JsonParser.html +102 -33
- data/vendor/local/share/gtk-doc/html/json-glib/JsonPath.html +23 -8
- data/vendor/local/share/gtk-doc/html/json-glib/JsonReader.html +90 -27
- data/vendor/local/share/gtk-doc/html/json-glib/annotation-glossary.html +23 -33
- data/vendor/local/share/gtk-doc/html/json-glib/ch01.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ch02.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ch03.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ch04.html +2 -2
- data/vendor/local/share/gtk-doc/html/json-glib/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/json-glib/index.sgml +10 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ix01.html +39 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix02.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix03.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix04.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix05.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix06.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix07.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix08.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-advanced.html +2 -2
- data/vendor/local/share/gtk-doc/html/json-glib/json-base.html +2 -2
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Boxed-Types-Serialization.html +34 -10
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-GObject-Serialization.html +31 -13
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Array.html +106 -28
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-GVariant-Integration.html +40 -18
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Node.html +490 -44
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Object.html +115 -31
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Serializable-Interface.html +30 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +9 -6
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.devhelp2 +10 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.html +1 -1
- data/vendor/local/share/gtk-doc/html/json-glib/json-streams.html +2 -2
- data/vendor/local/share/gtk-doc/html/json-glib/json-tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/json-glib/license.html +3 -3
- 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/as/LC_MESSAGES/json-glib-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/bg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/json-glib-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/LC_MESSAGES/json-glib-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/ca@valencia/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/json-glib-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/en_GB/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/json-glib-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/fr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/json-glib-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/hi/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/json-glib-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/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/json-glib-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/ml/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/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/or/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/json-glib-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/LC_MESSAGES/json-glib-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/pt_BR/LC_MESSAGES/json-glib-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/ru/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/json-glib-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/LC_MESSAGES/json-glib-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/sr@latin/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/json-glib-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/te/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/json-glib-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_CN/LC_MESSAGES/json-glib-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_HK/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo +0 -0
- metadata +90 -10
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Paint Objects</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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">
|
@@ -22,7 +22,7 @@
|
|
22
22
|
<div class="chapter">
|
23
23
|
<div class="titlepage"><div><div><h2 class="title">
|
24
24
|
<a name="id-1.5.9"></a>Paint Objects</h2></div></div></div>
|
25
|
-
<div class="toc"><dl>
|
25
|
+
<div class="toc"><dl class="toc">
|
26
26
|
<dt>
|
27
27
|
<span class="refentrytitle"><a href="ClutterPaintNode.html">ClutterPaintNode</a></span><span class="refpurpose"> — Paint objects</span>
|
28
28
|
</dt>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Base classes</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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">
|
@@ -22,7 +22,7 @@
|
|
22
22
|
<div class="chapter">
|
23
23
|
<div class="titlepage"><div><div><h2 class="title">
|
24
24
|
<a name="id-1.6.3"></a>Base classes</h2></div></div></div>
|
25
|
-
<div class="toc"><dl>
|
25
|
+
<div class="toc"><dl class="toc">
|
26
26
|
<dt>
|
27
27
|
<span class="refentrytitle"><a href="ClutterTimeline.html">ClutterTimeline</a></span><span class="refpurpose"> — A class for time-based events</span>
|
28
28
|
</dt>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>General purpose API</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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">
|
@@ -22,7 +22,7 @@
|
|
22
22
|
<div class="chapter">
|
23
23
|
<div class="titlepage"><div><div><h2 class="title">
|
24
24
|
<a name="id-1.7.2"></a>General purpose API</h2></div></div></div>
|
25
|
-
<div class="toc"><dl>
|
25
|
+
<div class="toc"><dl class="toc">
|
26
26
|
<dt>
|
27
27
|
<span class="refentrytitle"><a href="clutter-Colors.html">Colors</a></span><span class="refpurpose"> — Color management and manipulation.</span>
|
28
28
|
</dt>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>User interface definition</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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">
|
@@ -22,7 +22,7 @@
|
|
22
22
|
<div class="chapter">
|
23
23
|
<div class="titlepage"><div><div><h2 class="title">
|
24
24
|
<a name="id-1.7.3"></a>User interface definition</h2></div></div></div>
|
25
|
-
<div class="toc"><dl>
|
25
|
+
<div class="toc"><dl class="toc">
|
26
26
|
<dt>
|
27
27
|
<span class="refentrytitle"><a href="ClutterScript.html">ClutterScript</a></span><span class="refpurpose"> — Loads a scene from UI definition data</span>
|
28
28
|
</dt>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Generic list model</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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">
|
@@ -22,7 +22,7 @@
|
|
22
22
|
<div class="chapter">
|
23
23
|
<div class="titlepage"><div><div><h2 class="title">
|
24
24
|
<a name="id-1.7.4"></a>Generic list model</h2></div></div></div>
|
25
|
-
<div class="toc"><dl>
|
25
|
+
<div class="toc"><dl class="toc">
|
26
26
|
<dt>
|
27
27
|
<span class="refentrytitle"><a href="ClutterModel.html">ClutterModel</a></span><span class="refpurpose"> — A generic model implementation</span>
|
28
28
|
</dt>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Base geometric types</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>ClutterGLXTexturePixmap</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="clutterbackends.html" title="Part VII. Clutter Backends">
|
9
9
|
<link rel="prev" href="clutter-ClutterX11TexturePixmap.html" title="ClutterX11TexturePixmap">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>ClutterWaylandSurface</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="clutterbackends.html" title="Part VII. Clutter Backends">
|
9
9
|
<link rel="prev" href="clutter-Wayland-compositor-specific-support.html" title="Wayland compositor specific support">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>ClutterX11TexturePixmap</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="clutterbackends.html" title="Part VII. Clutter Backends">
|
9
9
|
<link rel="prev" href="clutter-X11-Specific-Support.html" title="X11 Specific Support">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Colors</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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="ch10.html" title="General purpose API">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>EGL Specific Support</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="clutterbackends.html" title="Part VII. Clutter Backends">
|
9
9
|
<link rel="prev" href="clutter-Win32-Specific-Support.html" title="Win32 Specific Support">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Events</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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="ClutterDeviceManager.html" title="ClutterDeviceManager">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Features</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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-Events.html" title="Events">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GDK Specific Support</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="clutterbackends.html" title="Part VII. Clutter Backends">
|
9
9
|
<link rel="prev" href="clutter-Intel-CE3100-CE4100-Specific-Support.html" title="Intel CE3100, CE4100 Specific Support">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>General</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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="ClutterInputDevice.html" title="ClutterInputDevice">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Implicit Animations</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="deprecated.html" title="Part IX. Deprecated Classes">
|
9
9
|
<link rel="prev" href="ClutterAlpha.html" title="ClutterAlpha">
|
data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Intel CE3100, CE4100 Specific Support</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="clutterbackends.html" title="Part VII. Clutter Backends">
|
9
9
|
<link rel="prev" href="clutter-EGL-Specific-Support.html" title="EGL Specific Support">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Key Bindings</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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-Colors.html" title="Colors">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Paint Nodes</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="ch08.html" title="Paint Objects">
|
9
9
|
<link rel="prev" href="ClutterPaintNode.html" title="ClutterPaintNode">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Shaders</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="deprecated.html" title="Part IX. Deprecated Classes">
|
9
9
|
<link rel="prev" href="ClutterScore.html" title="ClutterScore">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Stage Manager</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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="ClutterSettings.html" title="ClutterSettings">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Unit conversion</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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="ClutterTextBuffer.html" title="ClutterTextBuffer">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Utilities</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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-Unit-conversion.html" title="Unit conversion">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Value intervals</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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="ClutterTimeline.html" title="ClutterTimeline">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Versioning Macros</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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-Utilities.html" title="Utilities">
|
@@ -179,7 +179,7 @@ The minor version of the Clutter library (2, if <a class="link" href="clutter-Ve
|
|
179
179
|
<hr>
|
180
180
|
<div class="refsect2">
|
181
181
|
<a name="CLUTTER-MICRO-VERSION:CAPS"></a><h3>CLUTTER_MICRO_VERSION</h3>
|
182
|
-
<pre class="programlisting">#define CLUTTER_MICRO_VERSION (
|
182
|
+
<pre class="programlisting">#define CLUTTER_MICRO_VERSION (4)
|
183
183
|
</pre>
|
184
184
|
<p>
|
185
185
|
The micro version of the Clutter library (3, if <a class="link" href="clutter-Versioning-Macros.html#CLUTTER-VERSION:CAPS" title="CLUTTER_VERSION"><code class="literal">CLUTTER_VERSION</code></a> is 1.2.3)
|
@@ -188,7 +188,7 @@ The micro version of the Clutter library (3, if <a class="link" href="clutter-Ve
|
|
188
188
|
<hr>
|
189
189
|
<div class="refsect2">
|
190
190
|
<a name="CLUTTER-VERSION:CAPS"></a><h3>CLUTTER_VERSION</h3>
|
191
|
-
<pre class="programlisting">#define CLUTTER_VERSION 1.14.
|
191
|
+
<pre class="programlisting">#define CLUTTER_VERSION 1.14.4
|
192
192
|
</pre>
|
193
193
|
<p>
|
194
194
|
The full version of the Clutter library, like 1.2.3
|
@@ -197,7 +197,7 @@ The full version of the Clutter library, like 1.2.3
|
|
197
197
|
<hr>
|
198
198
|
<div class="refsect2">
|
199
199
|
<a name="CLUTTER-VERSION-S:CAPS"></a><h3>CLUTTER_VERSION_S</h3>
|
200
|
-
<pre class="programlisting">#define CLUTTER_VERSION_S "1.14.
|
200
|
+
<pre class="programlisting">#define CLUTTER_VERSION_S "1.14.4"
|
201
201
|
</pre>
|
202
202
|
<p>
|
203
203
|
The full version of the Clutter library, in string form (suited for
|
data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Wayland compositor specific support</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="clutterbackends.html" title="Part VII. Clutter Backends">
|
9
9
|
<link rel="prev" href="clutter-GDK-Specific-Support.html" title="GDK Specific Support">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Win32 Specific Support</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="clutterbackends.html" title="Part VII. Clutter Backends">
|
9
9
|
<link rel="prev" href="clutter-ClutterGLXTexturePixmap.html" title="ClutterGLXTexturePixmap">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>X11 Specific Support</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="clutterbackends.html" title="Part VII. Clutter Backends">
|
9
9
|
<link rel="prev" href="ClutterBackend.html" title="ClutterBackend">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part I. Overview</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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="index.html" title="Clutter Reference Manual">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part V. Clutter Animation Framework</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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-Paint-Nodes.html" title="Paint Nodes">
|
@@ -29,7 +29,7 @@
|
|
29
29
|
single actors as well as groups of actors.</p>
|
30
30
|
<div class="toc">
|
31
31
|
<p><b>Table of Contents</b></p>
|
32
|
-
<dl>
|
32
|
+
<dl class="toc">
|
33
33
|
<dt><span class="chapter"><a href="ch09.html">Base classes</a></span></dt>
|
34
34
|
<dd><dl>
|
35
35
|
<dt>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part VII. Clutter Backends</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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="ClutterListModel.html" title="ClutterListModel">
|
@@ -29,7 +29,7 @@
|
|
29
29
|
and some of them might have specific API exposed by Clutter.</p>
|
30
30
|
<div class="toc">
|
31
31
|
<p><b>Table of Contents</b></p>
|
32
|
-
<dl>
|
32
|
+
<dl class="toc">
|
33
33
|
<dt>
|
34
34
|
<span class="refentrytitle"><a href="ClutterBackend.html">ClutterBackend</a></span><span class="refpurpose"> — Backend abstraction</span>
|
35
35
|
</dt>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part IV. Clutter Core Reference</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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="running-clutter.html" title="Part III. Running Clutter">
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<a name="clutterbase"></a>Part IV. Clutter Core Reference</h1></div></div></div>
|
25
25
|
<div class="toc">
|
26
26
|
<p><b>Table of Contents</b></p>
|
27
|
-
<dl>
|
27
|
+
<dl class="toc">
|
28
28
|
<dt><span class="chapter"><a href="ch01.html">Abstract classes and interfaces</a></span></dt>
|
29
29
|
<dd><dl>
|
30
30
|
<dt>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part XI. Glossaries</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
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="clutterobjectindex.html" title="Object Index">
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<a name="clutterglossary"></a>Part XI. Glossaries</h1></div></div></div>
|
25
25
|
<div class="toc">
|
26
26
|
<p><b>Table of Contents</b></p>
|
27
|
-
<dl>
|
27
|
+
<dl class="toc">
|
28
28
|
<dt><span class="glossary"><a href="go01.html">Glossary</a></span></dt>
|
29
29
|
<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
|
30
30
|
</dl>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Object Hierarchy</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="clutterobjects.html" title="Part X. Clutter Actors and Objects">
|
9
9
|
<link rel="prev" href="clutterobjects.html" title="Part X. Clutter Actors and Objects">
|