clutter 2.2.5-x64-mingw32 → 3.0.0-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +5 -5
- data/lib/clutter.rb +19 -2
- data/lib/clutter/version.rb +28 -0
- data/test/run-test.rb +10 -4
- data/test/test-clutter-version.rb +47 -0
- data/vendor/local/bin/json-glib-format.exe +0 -0
- data/vendor/local/bin/json-glib-validate.exe +0 -0
- data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
- data/vendor/local/bin/libcogl-20.dll +0 -0
- data/vendor/local/bin/libcogl-pango-20.dll +0 -0
- data/vendor/local/bin/libcogl-path-20.dll +0 -0
- data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-constraint.h +11 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-enum-types.h +4 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-enums.h +25 -7
- data/vendor/local/include/clutter-1.0/clutter/clutter-group.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-keyframe-transition.h +4 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-keysyms.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +14 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-texture.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +15 -5
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-alpha.h +6 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-animation.h +4 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-animator.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-fixed.h +2 -1
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-keysyms.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-rectangle.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-texture.h +9 -9
- data/vendor/local/include/cogl/cogl/cogl-defines.h +3 -3
- data/vendor/local/include/cogl/cogl/cogl-enum-types.h +3 -0
- data/vendor/local/include/cogl/cogl/cogl-framebuffer.h +52 -0
- data/vendor/local/include/cogl/cogl/cogl-macros.h +14 -0
- data/vendor/local/include/cogl/cogl/cogl-onscreen-template.h +18 -0
- data/vendor/local/include/cogl/cogl/cogl-onscreen.h +59 -0
- data/vendor/local/include/cogl/cogl/cogl-renderer.h +2 -0
- data/vendor/local/include/cogl/cogl/cogl-types.h +15 -0
- data/vendor/local/include/cogl/cogl/cogl-version.h +10 -0
- data/vendor/local/include/cogl/cogl/cogl.h +3 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-enum-types.h +4 -4
- data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +3 -3
- data/vendor/local/lib/girepository-1.0/Clutter-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Cogl-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Cogl-2.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 +5 -5
- data/vendor/local/lib/libcogl-path.dll.a +0 -0
- data/vendor/local/lib/libcogl-path.la +6 -6
- data/vendor/local/lib/libcogl.dll.a +0 -0
- data/vendor/local/lib/libcogl.la +6 -6
- data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
- data/vendor/local/lib/libjson-glib-1.0.la +3 -3
- data/vendor/local/lib/pkgconfig/cally-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/clutter-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/clutter-win32-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/cogl-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-gl-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-pango-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-pango-2.0-experimental.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-path-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-path-2.0-experimental.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 +581 -121
- data/vendor/local/share/gir-1.0/Cogl-1.0.gir +26 -2
- data/vendor/local/share/gir-1.0/Cogl-2.0.gir +108 -2
- data/vendor/local/share/gir-1.0/Json-1.0.gir +60 -14
- data/vendor/local/share/gtk-doc/html/cally/CallyActor.html +18 -23
- data/vendor/local/share/gtk-doc/html/cally/CallyClone.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyGroup.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyRectangle.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyRoot.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyStage.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyText.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyTexture.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyUtil.html +6 -6
- data/vendor/local/share/gtk-doc/html/cally/cally-General-API.html +7 -10
- data/vendor/local/share/gtk-doc/html/cally/cally.devhelp2 +1 -2
- data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +8 -4
- data/vendor/local/share/gtk-doc/html/cally/callybase.html +11 -12
- data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/ch01.html +10 -11
- data/vendor/local/share/gtk-doc/html/cally/ch02.html +4 -5
- data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/index.html +11 -12
- data/vendor/local/share/gtk-doc/html/cally/index.sgml +2 -0
- data/vendor/local/share/gtk-doc/html/cally/ix01.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/ix02.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/ix03.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/ix04.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/license.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +665 -592
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +13 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +15 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +103 -51
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +10 -13
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +36 -43
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +21 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +24 -30
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +10 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +31 -39
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +10 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +11 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +25 -28
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +18 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +12 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +21 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +5 -7
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +101 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +39 -50
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +13 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +20 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +14 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +9 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +20 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +9 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +8 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +24 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +43 -40
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +9 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +13 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +8 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +13 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +25 -30
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +11 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +6 -7
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +6 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +30 -37
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +35 -43
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +26 -33
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +11 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +13 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +173 -90
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +21 -20
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +21 -23
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +7 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +7 -9
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +34 -43
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +40 -52
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +20 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +11 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +14 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +21 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +25 -33
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +36 -47
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +9 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +57 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +7 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +25 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +31 -41
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +9 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +17 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +16 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +64 -77
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +47 -56
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +9 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +77 -60
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +6 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +110 -138
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +23 -32
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +212 -94
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +49 -68
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +24 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +9 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +13 -17
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +18 -5
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +6 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +109 -136
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Cairo-integration.html +164 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html +9 -14
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +13 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html +13 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +29 -35
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +9 -13
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +195 -220
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +7 -10
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +33 -12
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +84 -86
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +85 -65
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +7 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +18 -23
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +23 -24
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +34 -41
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +13 -14
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +29 -36
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +61 -48
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +36 -41
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +43 -32
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +4 -5
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +18 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +8 -13
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +125 -71
- data/vendor/local/share/gtk-doc/html/clutter/clutter-clutter-mir.html +206 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +449 -96
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +6 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +6 -4
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +4 -5
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/index.html +14 -5
- data/vendor/local/share/gtk-doc/html/clutter/index.sgml +362 -0
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +77 -22
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +63 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +55 -5
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +35 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +4 -5
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +4 -5
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +7 -8
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +12 -13
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +5 -6
- data/vendor/local/share/gtk-doc/html/clutter/ix15.html +110 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix16.html +103 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix17.html +59 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix18.html +97 -0
- data/vendor/local/share/gtk-doc/html/clutter/license.html +5 -6
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +7 -8
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +12 -13
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +5 -6
- data/vendor/local/share/gtk-doc/html/clutter/pt09.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +41 -4
- data/vendor/local/share/gtk-doc/html/clutter/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +3 -4
- data/vendor/local/share/gtk-doc/html/json-glib/JsonBuilder.html +14 -13
- data/vendor/local/share/gtk-doc/html/json-glib/JsonGenerator.html +13 -13
- data/vendor/local/share/gtk-doc/html/json-glib/JsonParser.html +23 -23
- data/vendor/local/share/gtk-doc/html/json-glib/JsonPath.html +16 -16
- data/vendor/local/share/gtk-doc/html/json-glib/JsonReader.html +17 -17
- data/vendor/local/share/gtk-doc/html/json-glib/annotation-glossary.html +6 -6
- 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/ch05.html +7 -3
- data/vendor/local/share/gtk-doc/html/json-glib/index.html +5 -3
- data/vendor/local/share/gtk-doc/html/json-glib/index.sgml +29 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix01.html +6 -6
- 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 +13 -5
- data/vendor/local/share/gtk-doc/html/json-glib/ix09.html +67 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ix10.html +39 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-base.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-format-tool.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Boxed-Types-Serialization.html +29 -29
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-GObject-Serialization.html +10 -10
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Array.html +149 -142
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-GVariant-Integration.html +14 -14
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Node.html +247 -240
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Object.html +150 -143
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Serializable-Interface.html +84 -18
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +6 -6
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.devhelp2 +27 -5
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-streams.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-tools.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-validate-tool.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/license.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/tools.html +3 -3
- data/vendor/local/share/locale/an/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/cogl.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/cogl.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/ast/LC_MESSAGES/cogl.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/be/LC_MESSAGES/cogl.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/cogl.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/bs/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/bs/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/cogl.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/cogl.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/cogl.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/cogl.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/cogl.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/cogl.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/cogl.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/cogl.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/cogl.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/cogl.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/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/cogl.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/fa/LC_MESSAGES/cogl.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/cogl.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/fur/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/cogl.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/he/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/json-glib-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/cogl.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/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/cogl.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/cogl.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/cogl.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/cogl.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/cogl.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/cogl.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/cogl.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/cogl.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/cogl.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/nl/LC_MESSAGES/cogl.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/cogl.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/cogl.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/cogl.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/cogl.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/cogl.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/cogl.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/cogl.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/cogl.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/cogl.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/cogl.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/cogl.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/ta/LC_MESSAGES/cogl.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/cogl.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/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/cogl.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/cogl.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/cogl.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/cogl.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/cogl.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/cogl.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/cogl.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/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/man/man1/json-glib-format.1 +60 -0
- data/vendor/local/share/man/man1/json-glib-validate.1 +56 -0
- metadata +27 -12
@@ -1,6 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
2
|
-
|
3
|
-
<book xmlns="http://www.devhelp.net/book" title="Cally Reference Manual" link="index.html" author="" name="cally" version="2" language="c">
|
2
|
+
<book xmlns="" title="Cally Reference Manual" link="index.html" author="" name="cally" version="2" language="c">
|
4
3
|
<chapters>
|
5
4
|
<sub name="Overview" link="clutter-overview.html"/>
|
6
5
|
<sub name="Cally Reference" link="callybase.html">
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Cally Reference Manual
|
5
|
+
<title>Annotations Glossary: Cally Reference Manual</title>
|
6
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">
|
10
10
|
<link rel="next" href="ix01.html" title="Index of all symbols">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -29,13 +29,17 @@
|
|
29
29
|
<a name="glsC"></a><h3 class="title">C</h3>
|
30
30
|
<dt><span class="glossterm"><a name="annotation-glossterm-closure"></a>closure</span></dt>
|
31
31
|
<dd class="glossdef"><p>This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.</p></dd>
|
32
|
+
<a name="glsR"></a><h3 class="title">R</h3>
|
33
|
+
<dt><span class="glossterm"><a name="annotation-glossterm-rename-to"></a>rename-to</span></dt>
|
34
|
+
<dd class="glossdef"><p>Rename the original symbol's name to SYMBOL.</p></dd>
|
32
35
|
<a name="glsS"></a><h3 class="title">S</h3>
|
33
36
|
<dt><span class="glossterm"><a name="annotation-glossterm-scope%20notified"></a>scope notified</span></dt>
|
34
37
|
<dd class="glossdef"><p>The callback is valid until the GDestroyNotify argument is called.</p></dd>
|
38
|
+
<dt><span class="glossterm"><a name="annotation-glossterm-skip"></a>skip</span></dt>
|
39
|
+
<dd class="glossdef"><p>Exposed in C code, not necessarily available in other languages.</p></dd>
|
35
40
|
</div>
|
36
41
|
</div>
|
37
42
|
<div class="footer">
|
38
|
-
<hr>
|
39
|
-
Generated by GTK-Doc V1.20.1</div>
|
43
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
40
44
|
</body>
|
41
45
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Part II. Cally Reference: Cally Reference Manual</title>
|
6
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">
|
10
10
|
<link rel="next" href="ch01.html" title="Base Classes">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -28,25 +28,25 @@
|
|
28
28
|
<dt><span class="chapter"><a href="ch01.html">Base Classes</a></span></dt>
|
29
29
|
<dd><dl>
|
30
30
|
<dt>
|
31
|
-
<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>
|
31
|
+
<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>
|
32
32
|
</dt>
|
33
33
|
<dt>
|
34
|
-
<span class="refentrytitle"><a href="CallyGroup.html">CallyGroup</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterGroup</span></span>
|
34
|
+
<span class="refentrytitle"><a href="CallyGroup.html">CallyGroup</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterGroup</span></span>
|
35
35
|
</dt>
|
36
36
|
<dt>
|
37
|
-
<span class="refentrytitle"><a href="CallyStage.html">CallyStage</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterStage</span></span>
|
37
|
+
<span class="refentrytitle"><a href="CallyStage.html">CallyStage</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterStage</span></span>
|
38
38
|
</dt>
|
39
39
|
<dt>
|
40
|
-
<span class="refentrytitle"><a href="CallyTexture.html">CallyTexture</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterTexture</span></span>
|
40
|
+
<span class="refentrytitle"><a href="CallyTexture.html">CallyTexture</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterTexture</span></span>
|
41
41
|
</dt>
|
42
42
|
<dt>
|
43
|
-
<span class="refentrytitle"><a href="CallyRectangle.html">CallyRectangle</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterRectangle</span></span>
|
43
|
+
<span class="refentrytitle"><a href="CallyRectangle.html">CallyRectangle</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterRectangle</span></span>
|
44
44
|
</dt>
|
45
45
|
<dt>
|
46
|
-
<span class="refentrytitle"><a href="CallyText.html">CallyText</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterText</span></span>
|
46
|
+
<span class="refentrytitle"><a href="CallyText.html">CallyText</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterText</span></span>
|
47
47
|
</dt>
|
48
48
|
<dt>
|
49
|
-
<span class="refentrytitle"><a href="CallyClone.html">CallyClone</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterClone</span></span>
|
49
|
+
<span class="refentrytitle"><a href="CallyClone.html">CallyClone</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterClone</span></span>
|
50
50
|
</dt>
|
51
51
|
</dl></dd>
|
52
52
|
<dt><span class="chapter"><a href="ch02.html">Utility API</a></span></dt>
|
@@ -55,7 +55,7 @@
|
|
55
55
|
<span class="refentrytitle"><a href="cally-General-API.html">Cally</a></span><span class="refpurpose"> — Cally initialization methods.</span>
|
56
56
|
</dt>
|
57
57
|
<dt>
|
58
|
-
<span class="refentrytitle"><a href="CallyUtil.html">CallyUtil</a></span><span class="refpurpose"
|
58
|
+
<span class="refentrytitle"><a href="CallyUtil.html">CallyUtil</a></span><span class="refpurpose"> — <span class="type">AtkUtil</span> implementation</span>
|
59
59
|
</dt>
|
60
60
|
<dt>
|
61
61
|
<span class="refentrytitle"><a href="CallyRoot.html">CallyRoot</a></span><span class="refpurpose"> — Root object for the Cally toolkit</span>
|
@@ -65,7 +65,6 @@
|
|
65
65
|
</div>
|
66
66
|
</div>
|
67
67
|
<div class="footer">
|
68
|
-
<hr>
|
69
|
-
Generated by GTK-Doc V1.20.1</div>
|
68
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
70
69
|
</body>
|
71
70
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Cally Reference Manual
|
5
|
+
<title>Object Hierarchy: Cally Reference Manual</title>
|
6
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">
|
10
10
|
<link rel="next" href="callyobjectindex.html" title="Object Index">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -39,7 +39,6 @@
|
|
39
39
|
</pre>
|
40
40
|
</div>
|
41
41
|
<div class="footer">
|
42
|
-
<hr>
|
43
|
-
Generated by GTK-Doc V1.20.1</div>
|
42
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
44
43
|
</body>
|
45
44
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Cally Reference Manual
|
5
|
+
<title>Object Index: Cally Reference Manual</title>
|
6
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">
|
10
10
|
<link rel="next" href="callyannotationglossary.html" title="Annotations Glossary">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -58,7 +58,6 @@
|
|
58
58
|
</table></div>
|
59
59
|
</div>
|
60
60
|
<div class="footer">
|
61
|
-
<hr>
|
62
|
-
Generated by GTK-Doc V1.20.1</div>
|
61
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
63
62
|
</body>
|
64
63
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Part III. Cally Actors and Objects: Cally Reference Manual</title>
|
6
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">
|
10
10
|
<link rel="next" href="callyobjecthierarchy.html" title="Object Hierarchy">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -33,7 +33,6 @@
|
|
33
33
|
</div>
|
34
34
|
</div>
|
35
35
|
<div class="footer">
|
36
|
-
<hr>
|
37
|
-
Generated by GTK-Doc V1.20.1</div>
|
36
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
38
37
|
</body>
|
39
38
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Cally Reference Manual
|
5
|
+
<title>Base Classes: Cally Reference Manual</title>
|
6
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">
|
10
10
|
<link rel="next" href="CallyActor.html" title="CallyActor">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -24,30 +24,29 @@
|
|
24
24
|
<a name="id-1.3.2"></a>Base Classes</h2></div></div></div>
|
25
25
|
<div class="toc"><dl class="toc">
|
26
26
|
<dt>
|
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>
|
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>
|
29
29
|
<dt>
|
30
|
-
<span class="refentrytitle"><a href="CallyGroup.html">CallyGroup</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterGroup</span></span>
|
30
|
+
<span class="refentrytitle"><a href="CallyGroup.html">CallyGroup</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterGroup</span></span>
|
31
31
|
</dt>
|
32
32
|
<dt>
|
33
|
-
<span class="refentrytitle"><a href="CallyStage.html">CallyStage</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterStage</span></span>
|
33
|
+
<span class="refentrytitle"><a href="CallyStage.html">CallyStage</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterStage</span></span>
|
34
34
|
</dt>
|
35
35
|
<dt>
|
36
|
-
<span class="refentrytitle"><a href="CallyTexture.html">CallyTexture</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterTexture</span></span>
|
36
|
+
<span class="refentrytitle"><a href="CallyTexture.html">CallyTexture</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterTexture</span></span>
|
37
37
|
</dt>
|
38
38
|
<dt>
|
39
|
-
<span class="refentrytitle"><a href="CallyRectangle.html">CallyRectangle</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterRectangle</span></span>
|
39
|
+
<span class="refentrytitle"><a href="CallyRectangle.html">CallyRectangle</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterRectangle</span></span>
|
40
40
|
</dt>
|
41
41
|
<dt>
|
42
|
-
<span class="refentrytitle"><a href="CallyText.html">CallyText</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterText</span></span>
|
42
|
+
<span class="refentrytitle"><a href="CallyText.html">CallyText</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterText</span></span>
|
43
43
|
</dt>
|
44
44
|
<dt>
|
45
|
-
<span class="refentrytitle"><a href="CallyClone.html">CallyClone</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterClone</span></span>
|
45
|
+
<span class="refentrytitle"><a href="CallyClone.html">CallyClone</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterClone</span></span>
|
46
46
|
</dt>
|
47
47
|
</dl></div>
|
48
48
|
</div>
|
49
49
|
<div class="footer">
|
50
|
-
<hr>
|
51
|
-
Generated by GTK-Doc V1.20.1</div>
|
50
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
52
51
|
</body>
|
53
52
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Cally Reference Manual
|
5
|
+
<title>Utility API: Cally Reference Manual</title>
|
6
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">
|
10
10
|
<link rel="next" href="cally-General-API.html" title="Cally">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<span class="refentrytitle"><a href="cally-General-API.html">Cally</a></span><span class="refpurpose"> — Cally initialization methods.</span>
|
28
28
|
</dt>
|
29
29
|
<dt>
|
30
|
-
<span class="refentrytitle"><a href="CallyUtil.html">CallyUtil</a></span><span class="refpurpose"
|
30
|
+
<span class="refentrytitle"><a href="CallyUtil.html">CallyUtil</a></span><span class="refpurpose"> — <span class="type">AtkUtil</span> implementation</span>
|
31
31
|
</dt>
|
32
32
|
<dt>
|
33
33
|
<span class="refentrytitle"><a href="CallyRoot.html">CallyRoot</a></span><span class="refpurpose"> — Root object for the Cally toolkit</span>
|
@@ -35,7 +35,6 @@
|
|
35
35
|
</dl></div>
|
36
36
|
</div>
|
37
37
|
<div class="footer">
|
38
|
-
<hr>
|
39
|
-
Generated by GTK-Doc V1.20.1</div>
|
38
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
40
39
|
</body>
|
41
40
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Part I. Overview: Cally Reference Manual</title>
|
6
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">
|
10
10
|
<link rel="next" href="callybase.html" title="Part II. Cally Reference">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -90,7 +90,6 @@
|
|
90
90
|
</div>
|
91
91
|
</div>
|
92
92
|
<div class="footer">
|
93
|
-
<hr>
|
94
|
-
Generated by GTK-Doc V1.20.1</div>
|
93
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
95
94
|
</body>
|
96
95
|
</html>
|
@@ -6,7 +6,7 @@
|
|
6
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
|
-
<meta name="generator" content="GTK-Doc V1.
|
9
|
+
<meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
|
10
10
|
<link rel="stylesheet" href="style.css" type="text/css">
|
11
11
|
</head>
|
12
12
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -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.
|
17
|
+
<div><p class="releaseinfo">for Clutter 1.22.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>
|
@@ -48,25 +48,25 @@
|
|
48
48
|
<dt><span class="chapter"><a href="ch01.html">Base Classes</a></span></dt>
|
49
49
|
<dd><dl>
|
50
50
|
<dt>
|
51
|
-
<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>
|
51
|
+
<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>
|
52
52
|
</dt>
|
53
53
|
<dt>
|
54
|
-
<span class="refentrytitle"><a href="CallyGroup.html">CallyGroup</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterGroup</span></span>
|
54
|
+
<span class="refentrytitle"><a href="CallyGroup.html">CallyGroup</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterGroup</span></span>
|
55
55
|
</dt>
|
56
56
|
<dt>
|
57
|
-
<span class="refentrytitle"><a href="CallyStage.html">CallyStage</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterStage</span></span>
|
57
|
+
<span class="refentrytitle"><a href="CallyStage.html">CallyStage</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterStage</span></span>
|
58
58
|
</dt>
|
59
59
|
<dt>
|
60
|
-
<span class="refentrytitle"><a href="CallyTexture.html">CallyTexture</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterTexture</span></span>
|
60
|
+
<span class="refentrytitle"><a href="CallyTexture.html">CallyTexture</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterTexture</span></span>
|
61
61
|
</dt>
|
62
62
|
<dt>
|
63
|
-
<span class="refentrytitle"><a href="CallyRectangle.html">CallyRectangle</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterRectangle</span></span>
|
63
|
+
<span class="refentrytitle"><a href="CallyRectangle.html">CallyRectangle</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterRectangle</span></span>
|
64
64
|
</dt>
|
65
65
|
<dt>
|
66
|
-
<span class="refentrytitle"><a href="CallyText.html">CallyText</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterText</span></span>
|
66
|
+
<span class="refentrytitle"><a href="CallyText.html">CallyText</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterText</span></span>
|
67
67
|
</dt>
|
68
68
|
<dt>
|
69
|
-
<span class="refentrytitle"><a href="CallyClone.html">CallyClone</a></span><span class="refpurpose">Implementation of the ATK interfaces for a <span class="type">ClutterClone</span></span>
|
69
|
+
<span class="refentrytitle"><a href="CallyClone.html">CallyClone</a></span><span class="refpurpose"> — Implementation of the ATK interfaces for a <span class="type">ClutterClone</span></span>
|
70
70
|
</dt>
|
71
71
|
</dl></dd>
|
72
72
|
<dt><span class="chapter"><a href="ch02.html">Utility API</a></span></dt>
|
@@ -75,7 +75,7 @@
|
|
75
75
|
<span class="refentrytitle"><a href="cally-General-API.html">Cally</a></span><span class="refpurpose"> — Cally initialization methods.</span>
|
76
76
|
</dt>
|
77
77
|
<dt>
|
78
|
-
<span class="refentrytitle"><a href="CallyUtil.html">CallyUtil</a></span><span class="refpurpose"
|
78
|
+
<span class="refentrytitle"><a href="CallyUtil.html">CallyUtil</a></span><span class="refpurpose"> — <span class="type">AtkUtil</span> implementation</span>
|
79
79
|
</dt>
|
80
80
|
<dt>
|
81
81
|
<span class="refentrytitle"><a href="CallyRoot.html">CallyRoot</a></span><span class="refpurpose"> — Root object for the Cally toolkit</span>
|
@@ -97,7 +97,6 @@
|
|
97
97
|
</dl></div>
|
98
98
|
</div>
|
99
99
|
<div class="footer">
|
100
|
-
<hr>
|
101
|
-
Generated by GTK-Doc V1.20.1</div>
|
100
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
102
101
|
</body>
|
103
102
|
</html>
|
@@ -118,4 +118,6 @@
|
|
118
118
|
<ANCHOR id="CallyRootClass" href="cally/CallyRoot.html#CallyRootClass">
|
119
119
|
<ANCHOR id="CallyRoot.see-also" href="cally/CallyRoot.html#CallyRoot.see-also">
|
120
120
|
<ANCHOR id="annotation-glossterm-closure" href="cally/callyannotationglossary.html#annotation-glossterm-closure">
|
121
|
+
<ANCHOR id="annotation-glossterm-rename-to" href="cally/callyannotationglossary.html#annotation-glossterm-rename-to">
|
121
122
|
<ANCHOR id="annotation-glossterm-scope notified" href="cally/callyannotationglossary.html#annotation-glossterm-scope notified">
|
123
|
+
<ANCHOR id="annotation-glossterm-skip" href="cally/callyannotationglossary.html#annotation-glossterm-skip">
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Index of all symbols: Cally Reference Manual</title>
|
6
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">
|
10
10
|
<link rel="next" href="ix02.html" title="Index of deprecated symbols">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -187,7 +187,6 @@
|
|
187
187
|
<dd></dd>
|
188
188
|
</div>
|
189
189
|
<div class="footer">
|
190
|
-
<hr>
|
191
|
-
Generated by GTK-Doc V1.20.1</div>
|
190
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
192
191
|
</body>
|
193
192
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Index of deprecated symbols: Cally Reference Manual</title>
|
6
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">
|
10
10
|
<link rel="next" href="ix03.html" title="Index of new symbols in 1.4">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -25,7 +25,6 @@
|
|
25
25
|
<a name="idx"></a>
|
26
26
|
</div>
|
27
27
|
<div class="footer">
|
28
|
-
<hr>
|
29
|
-
Generated by GTK-Doc V1.20.1</div>
|
28
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
30
29
|
</body>
|
31
30
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Index of new symbols in 1.4: Cally Reference Manual</title>
|
6
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">
|
10
10
|
<link rel="next" href="ix04.html" title="Index of new symbols in 1.6">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -179,7 +179,6 @@
|
|
179
179
|
<dd></dd>
|
180
180
|
</div>
|
181
181
|
<div class="footer">
|
182
|
-
<hr>
|
183
|
-
Generated by GTK-Doc V1.20.1</div>
|
182
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
184
183
|
</body>
|
185
184
|
</html>
|