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>CallyActor</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="ch01.html" title="Base Classes">
|
9
9
|
<link rel="prev" href="ch01.html" title="Base Classes">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>CallyClone</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="ch01.html" title="Base Classes">
|
9
9
|
<link rel="prev" href="CallyText.html" title="CallyText">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>CallyGroup</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="ch01.html" title="Base Classes">
|
9
9
|
<link rel="prev" href="CallyActor.html" title="CallyActor">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>CallyRectangle</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="ch01.html" title="Base Classes">
|
9
9
|
<link rel="prev" href="CallyTexture.html" title="CallyTexture">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>CallyRoot</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="ch02.html" title="Utility API">
|
9
9
|
<link rel="prev" href="CallyUtil.html" title="CallyUtil">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>CallyStage</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="ch01.html" title="Base Classes">
|
9
9
|
<link rel="prev" href="CallyGroup.html" title="CallyGroup">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>CallyText</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="ch01.html" title="Base Classes">
|
9
9
|
<link rel="prev" href="CallyRectangle.html" title="CallyRectangle">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>CallyTexture</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="ch01.html" title="Base Classes">
|
9
9
|
<link rel="prev" href="CallyStage.html" title="CallyStage">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>CallyUtil</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="ch02.html" title="Utility API">
|
9
9
|
<link rel="prev" href="cally-General-API.html" title="Cally">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Cally</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="ch02.html" title="Utility API">
|
9
9
|
<link rel="prev" href="ch02.html" title="Utility API">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Annotations Glossary</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="callyobjects.html" title="Part III. Cally Actors and Objects">
|
9
9
|
<link rel="prev" href="callyobjectindex.html" title="Object Index">
|
@@ -22,18 +22,16 @@
|
|
22
22
|
<div class="chapter">
|
23
23
|
<div class="titlepage"><div><div><h2 class="title">
|
24
24
|
<a name="callyannotationglossary"></a>Annotations Glossary</h2></div></div></div>
|
25
|
-
<div class="toc"><dl><dt><span class="glossary"><a href="callyannotationglossary.html#annotation-glossary">Annotation Glossary</a></span></dt></dl></div>
|
25
|
+
<div class="toc"><dl class="toc"><dt><span class="glossary"><a href="callyannotationglossary.html#annotation-glossary">Annotation Glossary</a></span></dt></dl></div>
|
26
26
|
<div class="glossary">
|
27
27
|
<div class="titlepage"><div><div><h2 class="title">
|
28
28
|
<a name="annotation-glossary"></a>Annotation Glossary</h2></div></div></div>
|
29
29
|
<a name="glsC"></a><h3 class="title">C</h3>
|
30
|
-
<dt>
|
31
|
-
<
|
32
|
-
<dd><p>This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.</p></dd>
|
30
|
+
<dt><span class="glossterm"><a name="annotation-glossterm-closure"></a>closure</span></dt>
|
31
|
+
<dd class="glossdef"><p>This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.</p></dd>
|
33
32
|
<a name="glsS"></a><h3 class="title">S</h3>
|
34
|
-
<dt>
|
35
|
-
<
|
36
|
-
<dd><p>The callback is valid until the GDestroyNotify argument is called.</p></dd>
|
33
|
+
<dt><span class="glossterm"><a name="annotation-glossterm-scope%20notified"></a>scope notified</span></dt>
|
34
|
+
<dd class="glossdef"><p>The callback is valid until the GDestroyNotify argument is called.</p></dd>
|
37
35
|
</div>
|
38
36
|
</div>
|
39
37
|
<div class="footer">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part II. Cally 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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Cally Reference Manual">
|
9
9
|
<link rel="prev" href="clutter-overview.html" title="Part I. Overview">
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<a name="callybase"></a>Part II. Cally 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">Base Classes</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>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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="callyobjects.html" title="Part III. Cally Actors and Objects">
|
9
9
|
<link rel="prev" href="callyobjects.html" title="Part III. Cally Actors and Objects">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Object Index</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="callyobjects.html" title="Part III. Cally Actors and Objects">
|
9
9
|
<link rel="prev" href="callyobjecthierarchy.html" title="Object Hierarchy">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part III. Cally Actors and 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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Cally Reference Manual">
|
9
9
|
<link rel="prev" href="CallyRoot.html" title="CallyRoot">
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<a name="callyobjects"></a>Part III. Cally Actors and Objects</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="callyobjecthierarchy.html">Object Hierarchy</a></span></dt>
|
29
29
|
<dt><span class="chapter"><a href="callyobjectindex.html">Object Index</a></span></dt>
|
30
30
|
<dt><span class="chapter"><a href="callyannotationglossary.html">Annotations Glossary</a></span></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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="callybase.html" title="Part II. Cally Reference">
|
9
9
|
<link rel="prev" href="callybase.html" title="Part II. Cally Reference">
|
@@ -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.3.2"></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="CallyActor.html">CallyActor</a></span><span class="refpurpose">Implementation of the ATK interfaces for <span class="type">ClutterActor</span></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>Utility 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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="callybase.html" title="Part II. Cally Reference">
|
9
9
|
<link rel="prev" href="CallyClone.html" title="CallyClone">
|
@@ -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.3.3"></a>Utility 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="cally-General-API.html">Cally</a></span><span class="refpurpose"> — Cally initialization methods.</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>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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Cally Reference Manual">
|
9
9
|
<link rel="prev" href="index.html" title="Cally 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>Cally Reference Manual</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="Cally Reference Manual">
|
8
8
|
<link rel="next" href="clutter-overview.html" title="Part I. Overview">
|
9
9
|
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
|
@@ -14,7 +14,7 @@
|
|
14
14
|
<div class="titlepage">
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Cally Reference Manual</p></th></tr></table></div>
|
17
|
-
<div><p class="releaseinfo">for Clutter 1.14.
|
17
|
+
<div><p class="releaseinfo">for Clutter 1.14.4</p></div>
|
18
18
|
<div><p class="copyright">Copyright © 2008, 2009, 2010 Igalia S.L.</p></div>
|
19
19
|
<div><div class="legalnotice">
|
20
20
|
<a name="id-1.1.4"></a><p>
|
@@ -41,7 +41,7 @@
|
|
41
41
|
</div>
|
42
42
|
<hr>
|
43
43
|
</div>
|
44
|
-
<div class="toc"><dl>
|
44
|
+
<div class="toc"><dl class="toc">
|
45
45
|
<dt><span class="part"><a href="clutter-overview.html">I. Overview</a></span></dt>
|
46
46
|
<dt><span class="part"><a href="callybase.html">II. Cally Reference</a></span></dt>
|
47
47
|
<dd><dl>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of all symbols</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Cally Reference Manual">
|
9
9
|
<link rel="prev" href="callyannotationglossary.html" title="Annotations Glossary">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of deprecated symbols</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Cally Reference Manual">
|
9
9
|
<link rel="prev" href="ix01.html" title="Index of all symbols">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.4</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Cally Reference Manual">
|
9
9
|
<link rel="prev" href="ix02.html" title="Index of deprecated symbols">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 1.6</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Cally Reference Manual">
|
9
9
|
<link rel="prev" href="ix03.html" title="Index of new symbols in 1.4">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Appendix A. License</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="Cally Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Cally Reference Manual">
|
9
9
|
<link rel="prev" href="ix04.html" title="Index of new symbols in 1.6">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>ClutterAction</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="ch01.html" title="Abstract classes and interfaces">
|
9
9
|
<link rel="prev" href="ClutterActorMeta.html" title="ClutterActorMeta">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>ClutterActor</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="ch01.html" title="Abstract classes and interfaces">
|
9
9
|
<link rel="prev" href="ch01.html" title="Abstract classes and interfaces">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>ClutterActorMeta</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="ch01.html" title="Abstract classes and interfaces">
|
9
9
|
<link rel="prev" href="ClutterLayoutMeta.html" title="ClutterLayoutMeta">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>ClutterAlignConstraint</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="ch05.html" title="Constraints">
|
9
9
|
<link rel="prev" href="ch05.html" title="Constraints">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>ClutterAlpha</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="deprecated.html" title="Part IX. Deprecated Classes">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>ClutterAnimatable</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="clutter-Value-intervals.html" title="Value intervals">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>ClutterAnimator</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="clutter-Implicit-Animations.html" title="Implicit Animations">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>ClutterBackend</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="clutterbackends.html" title="Part VII. Clutter Backends">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>ClutterBehaviour</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="ClutterAnimator.html" title="ClutterAnimator">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>ClutterBehaviourDepth</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="ClutterBehaviour.html" title="ClutterBehaviour">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>ClutterBehaviourEllipse</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="ClutterBehaviourDepth.html" title="ClutterBehaviourDepth">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>ClutterBehaviourOpacity</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="ClutterBehaviourEllipse.html" title="ClutterBehaviourEllipse">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>ClutterBehaviourPath</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="ClutterBehaviourOpacity.html" title="ClutterBehaviourOpacity">
|