clutter 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +14 -5
- data/lib/clutter.rb +1 -2
- 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-15.dll → 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/cally/cally-actor.h +9 -4
- data/vendor/local/include/clutter-1.0/cally/cally-clone.h +6 -4
- data/vendor/local/include/clutter-1.0/cally/cally-group.h +5 -3
- data/vendor/local/include/clutter-1.0/cally/cally-main.h +7 -2
- data/vendor/local/include/clutter-1.0/cally/cally-rectangle.h +5 -3
- data/vendor/local/include/clutter-1.0/cally/cally-root.h +6 -4
- data/vendor/local/include/clutter-1.0/cally/cally-stage.h +5 -3
- data/vendor/local/include/clutter-1.0/cally/cally-text.h +6 -4
- data/vendor/local/include/clutter-1.0/cally/cally-texture.h +6 -4
- data/vendor/local/include/clutter-1.0/cally/cally-util.h +7 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-action.h +13 -5
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor-meta.h +8 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +90 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-align-constraint.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-animatable.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-backend.h +15 -9
- data/vendor/local/include/clutter-1.0/clutter/clutter-bin-layout.h +4 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-bind-constraint.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-binding-pool.h +13 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-blur-effect.h +3 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-box-layout.h +9 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-brightness-contrast-effect.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-cairo.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-canvas.h +7 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-child-meta.h +10 -8
- data/vendor/local/include/clutter-1.0/clutter/clutter-click-action.h +8 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-clone.h +8 -4
- data/vendor/local/include/clutter-1.0/clutter/clutter-color.h +32 -7
- data/vendor/local/include/clutter-1.0/clutter/clutter-colorize-effect.h +5 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-constraint.h +14 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-container.h +49 -37
- data/vendor/local/include/clutter-1.0/clutter/clutter-content.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-deform-effect.h +19 -13
- data/vendor/local/include/clutter-1.0/clutter/clutter-deprecated.h +1 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-desaturate-effect.h +5 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-device-manager.h +6 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-drag-action.h +12 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-drop-action.h +4 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-effect.h +11 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-enum-types.h +62 -55
- data/vendor/local/include/clutter-1.0/clutter/clutter-enums.h +23 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-event.h +74 -8
- data/vendor/local/include/clutter-1.0/clutter/clutter-feature.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-fixed-layout.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-flow-layout.h +14 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-gesture-action.h +27 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-group.h +1 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-image.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +20 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-interval.h +18 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-layout-manager.h +13 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-layout-meta.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-list-model.h +3 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +67 -33
- data/vendor/local/include/clutter-1.0/clutter/clutter-main.h +36 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-model.h +42 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-offscreen-effect.h +4 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-page-turn-effect.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-paint-nodes.h +5 -5
- data/vendor/local/include/clutter-1.0/clutter/clutter-pan-action.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-path-constraint.h +7 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-path.h +26 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-property-transition.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-rotate-action.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-script.h +16 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-scriptable.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-scroll-actor.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-settings.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-shader-effect.h +9 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-shader-types.h +10 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-snap-constraint.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage-manager.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage.h +35 -9
- data/vendor/local/include/clutter-1.0/clutter/clutter-swipe-action.h +4 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-tap-action.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-test-utils.h +164 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-text-buffer.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-text.h +67 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-texture.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-timeline.h +25 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-transition-group.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-transition.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-types.h +60 -6
- data/vendor/local/include/clutter-1.0/clutter/clutter-units.h +18 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +37 -20
- data/vendor/local/include/clutter-1.0/clutter/clutter-zoom-action.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter.h +2 -3
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-fixed.h +1 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-state.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/{clutter-table-layout.h → deprecated/clutter-table-layout.h} +15 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-timeout-pool.h +1 -1
- data/vendor/local/include/clutter-1.0/clutter/win32/clutter-win32.h +5 -0
- data/vendor/local/include/cogl/cogl-pango/cogl-pango.h +33 -14
- data/vendor/local/include/cogl/cogl-path/cogl-path-types.h +18 -14
- data/vendor/local/include/cogl/cogl-path/cogl-path.h +22 -12
- data/vendor/local/include/cogl/cogl-path/cogl1-path-functions.h +20 -13
- data/vendor/local/include/cogl/cogl-path/cogl2-path-functions.h +35 -13
- data/vendor/local/include/cogl/cogl/cogl-atlas-texture.h +81 -53
- data/vendor/local/include/cogl/cogl/cogl-attribute-buffer.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-attribute.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-auto-texture.h +221 -0
- data/vendor/local/include/cogl/cogl/cogl-bitmap.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-buffer.h +26 -13
- data/vendor/local/include/cogl/cogl/cogl-clip-state.h +244 -15
- data/vendor/local/include/cogl/cogl/cogl-clutter.h +18 -13
- data/vendor/local/include/cogl/cogl/cogl-color.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-context.h +41 -14
- data/vendor/local/include/cogl/cogl/cogl-defines.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-deprecated.h +18 -11
- data/vendor/local/include/cogl/cogl/cogl-depth-state.h +20 -14
- data/vendor/local/include/cogl/cogl/cogl-display.h +33 -14
- data/vendor/local/include/cogl/cogl/cogl-enum-types.h +9 -6
- data/vendor/local/include/cogl/cogl/cogl-error.h +20 -15
- data/vendor/local/include/cogl/cogl/cogl-euler.h +31 -13
- data/vendor/local/include/cogl/cogl/cogl-fence.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-fixed.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-frame-info.h +31 -12
- data/vendor/local/include/cogl/cogl/cogl-framebuffer-deprecated.h +264 -0
- data/vendor/local/include/cogl/cogl/cogl-framebuffer.h +70 -29
- data/vendor/local/include/cogl/cogl/cogl-gles2.h +64 -18
- data/vendor/local/include/cogl/cogl/cogl-glib-source.h +18 -11
- data/vendor/local/include/cogl/cogl/cogl-index-buffer.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-indices.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-macros.h +33 -13
- data/vendor/local/include/cogl/cogl/cogl-material-compat.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-matrix-stack.h +37 -12
- data/vendor/local/include/cogl/cogl/cogl-matrix.h +34 -15
- data/vendor/local/include/cogl/cogl/cogl-meta-texture.h +25 -12
- data/vendor/local/include/cogl/cogl/cogl-object.h +40 -12
- data/vendor/local/include/cogl/cogl/cogl-offscreen.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-onscreen-template.h +31 -12
- data/vendor/local/include/cogl/cogl/cogl-onscreen.h +63 -12
- data/vendor/local/include/cogl/cogl/cogl-output.h +31 -12
- data/vendor/local/include/cogl/cogl/cogl-pango.h +18 -11
- data/vendor/local/include/cogl/cogl/cogl-pipeline-layer-state.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-pipeline-state.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-pipeline.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-pixel-buffer.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-poll.h +20 -14
- data/vendor/local/include/cogl/cogl/cogl-primitive-texture.h +25 -12
- data/vendor/local/include/cogl/cogl/cogl-primitive.h +32 -13
- data/vendor/local/include/cogl/cogl/cogl-primitives.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-quaternion.h +34 -15
- data/vendor/local/include/cogl/cogl/cogl-renderer.h +33 -15
- data/vendor/local/include/cogl/cogl/cogl-shader.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-snippet.h +27 -12
- data/vendor/local/include/cogl/cogl/cogl-sub-texture.h +29 -15
- data/vendor/local/include/cogl/cogl/cogl-swap-chain.h +33 -13
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-gl.h +29 -24
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-sliced.h +54 -49
- data/vendor/local/include/cogl/cogl/cogl-texture-2d.h +81 -65
- data/vendor/local/include/cogl/cogl/cogl-texture-3d.h +71 -54
- data/vendor/local/include/cogl/cogl/cogl-texture-deprecated.h +105 -0
- data/vendor/local/include/cogl/cogl/cogl-texture-rectangle.h +61 -48
- data/vendor/local/include/cogl/cogl/cogl-texture.h +157 -241
- data/vendor/local/include/cogl/cogl/cogl-type-casts.h +53 -0
- data/vendor/local/include/cogl/cogl/cogl-types.h +23 -11
- data/vendor/local/include/cogl/cogl/cogl-vector.h +20 -15
- data/vendor/local/include/cogl/cogl/cogl-version.h +28 -12
- data/vendor/local/include/cogl/cogl/cogl-vertex-buffer.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-win32-renderer.h +18 -13
- data/vendor/local/include/cogl/cogl/cogl.h +61 -22
- data/vendor/local/include/cogl/cogl/cogl1-context.h +20 -434
- data/vendor/local/include/cogl/cogl/cogl2-experimental.h +18 -12
- data/vendor/local/include/cogl/cogl/deprecated/cogl-auto-texture.h +221 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-clip-state.h +266 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-clutter.h +54 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-fixed.h +811 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-framebuffer-deprecated.h +264 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-material-compat.h +1391 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-shader.h +704 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-texture-deprecated.h +105 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-type-casts.h +53 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-vertex-buffer.h +451 -0
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-core-functions.h +18 -11
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-gles2-functions.h +18 -11
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-glsl-functions.h +18 -11
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h +18 -11
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-in-gles2-core-functions.h +18 -11
- data/vendor/local/include/json-glib-1.0/json-glib/json-builder.h +21 -7
- data/vendor/local/include/json-glib-1.0/json-glib/json-enum-types.h +8 -3
- data/vendor/local/include/json-glib-1.0/json-glib/json-generator.h +16 -3
- data/vendor/local/include/json-glib-1.0/json-glib/json-glib.h +1 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-gobject.h +23 -5
- data/vendor/local/include/json-glib-1.0/json-glib/json-gvariant.h +9 -2
- data/vendor/local/include/json-glib-1.0/json-glib/json-parser.h +17 -4
- data/vendor/local/include/json-glib-1.0/json-glib/json-path.h +13 -8
- data/vendor/local/include/json-glib-1.0/json-glib/json-reader.h +28 -7
- data/vendor/local/include/json-glib-1.0/json-glib/json-types.h +97 -12
- data/vendor/local/include/json-glib-1.0/json-glib/json-version-macros.h +135 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +14 -12
- 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/CoglPango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/CoglPango-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 +4 -4
- 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 +41 -0
- data/vendor/local/lib/libcogl.dll.a +0 -0
- data/vendor/local/lib/libcogl.la +5 -5
- 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 +3 -3
- data/vendor/local/lib/pkgconfig/cogl-path-1.0.pc +13 -0
- data/vendor/local/lib/pkgconfig/cogl-path-2.0-experimental.pc +13 -0
- data/vendor/local/lib/pkgconfig/json-glib-1.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Cally-1.0.gir +4 -2
- data/vendor/local/share/gir-1.0/Clutter-1.0.gir +4527 -1814
- data/vendor/local/share/gir-1.0/Cogl-1.0.gir +1194 -1881
- data/vendor/local/share/gir-1.0/Cogl-2.0.gir +20369 -0
- data/vendor/local/share/gir-1.0/CoglPango-1.0.gir +9 -5
- data/vendor/local/share/gir-1.0/CoglPango-2.0.gir +331 -0
- data/vendor/local/share/gir-1.0/Json-1.0.gir +363 -163
- data/vendor/local/share/gtk-doc/html/cally/CallyActor.html +356 -259
- data/vendor/local/share/gtk-doc/html/cally/CallyClone.html +91 -69
- data/vendor/local/share/gtk-doc/html/cally/CallyGroup.html +89 -71
- data/vendor/local/share/gtk-doc/html/cally/CallyRectangle.html +90 -68
- data/vendor/local/share/gtk-doc/html/cally/CallyRoot.html +72 -59
- data/vendor/local/share/gtk-doc/html/cally/CallyStage.html +92 -70
- data/vendor/local/share/gtk-doc/html/cally/CallyText.html +90 -66
- data/vendor/local/share/gtk-doc/html/cally/CallyTexture.html +90 -68
- data/vendor/local/share/gtk-doc/html/cally/CallyUtil.html +42 -37
- data/vendor/local/share/gtk-doc/html/cally/cally-General-API.html +109 -86
- data/vendor/local/share/gtk-doc/html/cally/cally.devhelp2 +16 -16
- data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/callybase.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +16 -16
- data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/ch01.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/cally/index.sgml +47 -29
- data/vendor/local/share/gtk-doc/html/cally/ix01.html +27 -29
- data/vendor/local/share/gtk-doc/html/cally/ix02.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/ix03.html +25 -27
- data/vendor/local/share/gtk-doc/html/cally/ix04.html +6 -6
- data/vendor/local/share/gtk-doc/html/cally/license.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +47 -45
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +11634 -9660
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +283 -206
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +335 -242
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +595 -523
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +341 -273
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +995 -804
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +583 -432
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +565 -457
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +207 -169
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +718 -518
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +211 -172
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +338 -283
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +506 -367
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +322 -275
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +329 -901
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +374 -553
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +65 -55
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +491 -419
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +1032 -790
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +316 -243
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +613 -755
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +367 -373
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +181 -144
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +399 -316
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +177 -135
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +154 -105
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +137 -262
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +1119 -851
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +238 -177
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +293 -225
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +159 -114
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +330 -243
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +772 -873
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +304 -766
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +353 -267
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +70 -57
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +646 -825
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +991 -555
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +725 -510
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +177 -133
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +380 -512
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +1252 -962
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +414 -320
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +830 -923
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +118 -87
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +144 -130
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +742 -586
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +1398 -1058
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +563 -425
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +322 -265
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +292 -194
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +473 -333
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +653 -489
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +1107 -855
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +277 -188
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +178 -130
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +334 -216
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +131 -95
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +709 -569
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +958 -899
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +242 -186
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +263 -606
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +243 -165
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +469 -368
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +353 -245
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +1967 -1513
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +1273 -1005
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +200 -144
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +995 -745
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +123 -93
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +2742 -1997
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +647 -474
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +1482 -1223
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +2161 -1735
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +496 -383
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +175 -135
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +313 -236
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +29 -13
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +4 -7
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +4 -8
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +3059 -2295
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html +181 -137
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +340 -197
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html +306 -222
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +1272 -988
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +154 -69
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +2714 -1972
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +151 -116
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +205 -154
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +1455 -1890
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +1449 -1804
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +134 -112
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +625 -520
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +302 -239
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +872 -637
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +293 -213
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +674 -508
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +454 -339
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +816 -623
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +346 -302
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +60 -34
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +200 -170
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +162 -119
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +678 -565
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +1937 -2272
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +4 -11
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +87 -87
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +11 -4
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/index.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter/index.sgml +842 -978
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +7 -7
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +2005 -1923
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +663 -470
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +83 -85
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +122 -124
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +217 -219
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +148 -150
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +349 -351
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +177 -179
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +214 -216
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +83 -85
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +80 -82
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +219 -221
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +212 -214
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +22 -32
- data/vendor/local/share/gtk-doc/html/clutter/license.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +16 -16
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +15 -15
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +17 -17
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +11 -12
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/pt09.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +9 -4
- data/vendor/local/share/gtk-doc/html/clutter/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +6 -6
- data/vendor/local/share/gtk-doc/html/json-glib/JsonBuilder.html +513 -392
- data/vendor/local/share/gtk-doc/html/json-glib/JsonGenerator.html +479 -347
- data/vendor/local/share/gtk-doc/html/json-glib/JsonParser.html +804 -600
- data/vendor/local/share/gtk-doc/html/json-glib/JsonPath.html +395 -362
- data/vendor/local/share/gtk-doc/html/json-glib/JsonReader.html +788 -609
- data/vendor/local/share/gtk-doc/html/json-glib/annotation-glossary.html +32 -43
- data/vendor/local/share/gtk-doc/html/json-glib/ch01.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/ch02.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/ch03.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/ch05.html +40 -0
- data/vendor/local/share/gtk-doc/html/json-glib/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/index.html +15 -6
- data/vendor/local/share/gtk-doc/html/json-glib/index.sgml +82 -73
- data/vendor/local/share/gtk-doc/html/json-glib/ix01.html +230 -227
- data/vendor/local/share/gtk-doc/html/json-glib/ix02.html +17 -22
- data/vendor/local/share/gtk-doc/html/json-glib/ix03.html +20 -25
- data/vendor/local/share/gtk-doc/html/json-glib/ix04.html +17 -22
- data/vendor/local/share/gtk-doc/html/json-glib/ix05.html +50 -55
- data/vendor/local/share/gtk-doc/html/json-glib/ix06.html +30 -35
- data/vendor/local/share/gtk-doc/html/json-glib/ix07.html +39 -44
- data/vendor/local/share/gtk-doc/html/json-glib/ix08.html +35 -40
- data/vendor/local/share/gtk-doc/html/json-glib/json-advanced.html +12 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-base.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-format-tool.html +84 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Boxed-Types-Serialization.html +306 -221
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-GObject-Serialization.html +261 -204
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Array.html +843 -583
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-GVariant-Integration.html +223 -199
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Node.html +1327 -912
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Object.html +986 -694
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Serializable-Interface.html +386 -301
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +151 -87
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.devhelp2 +204 -218
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-streams.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-tools.html +19 -13
- data/vendor/local/share/gtk-doc/html/json-glib/json-validate-tool.html +72 -0
- data/vendor/local/share/gtk-doc/html/json-glib/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/license.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/style.css +314 -104
- data/vendor/local/share/gtk-doc/html/json-glib/tools.html +38 -0
- data/vendor/local/share/gtk-doc/html/json-glib/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/up.png +0 -0
- data/vendor/local/share/license/cogl/COPYING +107 -502
- 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/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/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 +66 -27
- data/vendor/local/bin/libcogl-pango-15.dll +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ch04.html +0 -38
@@ -8,23 +8,18 @@
|
|
8
8
|
<link rel="up" href="deprecated.html" title="Part IX. Deprecated Classes">
|
9
9
|
<link rel="prev" href="ClutterBox.html" title="ClutterBox">
|
10
10
|
<link rel="next" href="ClutterGroup.html" title="ClutterGroup">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20.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">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<td width="100%" align="left">
|
17
|
-
<a href="#" class="shortcut">Top</a>
|
18
|
-
|
19
|
-
<a href="#ClutterCairoTexture.
|
20
|
-
|
21
|
-
<a href="#ClutterCairoTexture.
|
22
|
-
|
23
|
-
<a href="#ClutterCairoTexture.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
24
|
-
|
|
25
|
-
<a href="#ClutterCairoTexture.properties" class="shortcut">Properties</a>
|
26
|
-
|
|
27
|
-
<a href="#ClutterCairoTexture.signals" class="shortcut">Signals</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#ClutterCairoTexture.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#ClutterCairoTexture.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span>
|
20
|
+
<a href="#ClutterCairoTexture.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span>
|
21
|
+
<a href="#ClutterCairoTexture.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span>
|
22
|
+
<a href="#ClutterCairoTexture.signals" class="shortcut">Signals</a></span>
|
28
23
|
</td>
|
29
24
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
30
25
|
<td><a accesskey="u" href="deprecated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -38,50 +33,175 @@
|
|
38
33
|
<h2><span class="refentrytitle"><a name="ClutterCairoTexture.top_of_page"></a>ClutterCairoTexture</span></h2>
|
39
34
|
<p>ClutterCairoTexture — Texture with Cairo integration</p>
|
40
35
|
</td>
|
41
|
-
<td valign="top" align="right"></td>
|
36
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
42
37
|
</tr></table></div>
|
43
|
-
<div class="
|
44
|
-
<a name="ClutterCairoTexture.
|
45
|
-
<
|
46
|
-
|
47
|
-
<
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
<
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
<
|
61
|
-
|
62
|
-
|
63
|
-
<
|
64
|
-
<a
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
38
|
+
<div class="refsect1">
|
39
|
+
<a name="ClutterCairoTexture.functions"></a><h2>Functions</h2>
|
40
|
+
<div class="informaltable"><table width="100%" border="0">
|
41
|
+
<colgroup>
|
42
|
+
<col width="150px" class="functions_return">
|
43
|
+
<col class="functions_name">
|
44
|
+
</colgroup>
|
45
|
+
<tbody>
|
46
|
+
<tr>
|
47
|
+
<td class="function_type">
|
48
|
+
<a class="link" href="ClutterActor.html" title="ClutterActor"><span class="returnvalue">ClutterActor</span></a> *
|
49
|
+
</td>
|
50
|
+
<td class="function_name">
|
51
|
+
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-new" title="clutter_cairo_texture_new ()">clutter_cairo_texture_new</a> <span class="c_punctuation">()</span>
|
52
|
+
</td>
|
53
|
+
</tr>
|
54
|
+
<tr>
|
55
|
+
<td class="function_type">
|
56
|
+
<span class="returnvalue">void</span>
|
57
|
+
</td>
|
58
|
+
<td class="function_name">
|
59
|
+
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-set-surface-size" title="clutter_cairo_texture_set_surface_size ()">clutter_cairo_texture_set_surface_size</a> <span class="c_punctuation">()</span>
|
60
|
+
</td>
|
61
|
+
</tr>
|
62
|
+
<tr>
|
63
|
+
<td class="function_type">
|
64
|
+
<span class="returnvalue">void</span>
|
65
|
+
</td>
|
66
|
+
<td class="function_name">
|
67
|
+
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-get-surface-size" title="clutter_cairo_texture_get_surface_size ()">clutter_cairo_texture_get_surface_size</a> <span class="c_punctuation">()</span>
|
68
|
+
</td>
|
69
|
+
</tr>
|
70
|
+
<tr>
|
71
|
+
<td class="function_type">
|
72
|
+
<span class="returnvalue">void</span>
|
73
|
+
</td>
|
74
|
+
<td class="function_name">
|
75
|
+
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-set-auto-resize" title="clutter_cairo_texture_set_auto_resize ()">clutter_cairo_texture_set_auto_resize</a> <span class="c_punctuation">()</span>
|
76
|
+
</td>
|
77
|
+
</tr>
|
78
|
+
<tr>
|
79
|
+
<td class="function_type">
|
80
|
+
<span class="returnvalue">gboolean</span>
|
81
|
+
</td>
|
82
|
+
<td class="function_name">
|
83
|
+
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-get-auto-resize" title="clutter_cairo_texture_get_auto_resize ()">clutter_cairo_texture_get_auto_resize</a> <span class="c_punctuation">()</span>
|
84
|
+
</td>
|
85
|
+
</tr>
|
86
|
+
<tr>
|
87
|
+
<td class="function_type">
|
88
|
+
<span class="returnvalue">cairo_t</span> *
|
89
|
+
</td>
|
90
|
+
<td class="function_name">
|
91
|
+
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-create" title="clutter_cairo_texture_create ()">clutter_cairo_texture_create</a> <span class="c_punctuation">()</span>
|
92
|
+
</td>
|
93
|
+
</tr>
|
94
|
+
<tr>
|
95
|
+
<td class="function_type">
|
96
|
+
<span class="returnvalue">cairo_t</span> *
|
97
|
+
</td>
|
98
|
+
<td class="function_name">
|
99
|
+
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-create-region" title="clutter_cairo_texture_create_region ()">clutter_cairo_texture_create_region</a> <span class="c_punctuation">()</span>
|
100
|
+
</td>
|
101
|
+
</tr>
|
102
|
+
<tr>
|
103
|
+
<td class="function_type">
|
104
|
+
<span class="returnvalue">void</span>
|
105
|
+
</td>
|
106
|
+
<td class="function_name">
|
107
|
+
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate-rectangle" title="clutter_cairo_texture_invalidate_rectangle ()">clutter_cairo_texture_invalidate_rectangle</a> <span class="c_punctuation">()</span>
|
108
|
+
</td>
|
109
|
+
</tr>
|
110
|
+
<tr>
|
111
|
+
<td class="function_type">
|
112
|
+
<span class="returnvalue">void</span>
|
113
|
+
</td>
|
114
|
+
<td class="function_name">
|
115
|
+
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate" title="clutter_cairo_texture_invalidate ()">clutter_cairo_texture_invalidate</a> <span class="c_punctuation">()</span>
|
116
|
+
</td>
|
117
|
+
</tr>
|
118
|
+
<tr>
|
119
|
+
<td class="function_type">
|
120
|
+
<span class="returnvalue">void</span>
|
121
|
+
</td>
|
122
|
+
<td class="function_name">
|
123
|
+
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-clear" title="clutter_cairo_texture_clear ()">clutter_cairo_texture_clear</a> <span class="c_punctuation">()</span>
|
124
|
+
</td>
|
125
|
+
</tr>
|
126
|
+
</tbody>
|
127
|
+
</table></div>
|
128
|
+
</div>
|
129
|
+
<div class="refsect1">
|
130
|
+
<a name="ClutterCairoTexture.properties"></a><h2>Properties</h2>
|
131
|
+
<div class="informaltable"><table border="0">
|
132
|
+
<colgroup>
|
133
|
+
<col width="150px" class="properties_type">
|
134
|
+
<col width="300px" class="properties_name">
|
135
|
+
<col width="200px" class="properties_flags">
|
136
|
+
</colgroup>
|
137
|
+
<tbody>
|
138
|
+
<tr>
|
139
|
+
<td class="property_type"><span class="type">gboolean</span></td>
|
140
|
+
<td class="property_name"><a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture--auto-resize" title="The “auto-resize” property">auto-resize</a></td>
|
141
|
+
<td class="property_flags">Read / Write</td>
|
142
|
+
</tr>
|
143
|
+
<tr>
|
144
|
+
<td class="property_type"><span class="type">guint</span></td>
|
145
|
+
<td class="property_name"><a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture--surface-height" title="The “surface-height” property">surface-height</a></td>
|
146
|
+
<td class="property_flags">Read / Write</td>
|
147
|
+
</tr>
|
148
|
+
<tr>
|
149
|
+
<td class="property_type"><span class="type">guint</span></td>
|
150
|
+
<td class="property_name"><a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture--surface-width" title="The “surface-width” property">surface-width</a></td>
|
151
|
+
<td class="property_flags">Read / Write</td>
|
152
|
+
</tr>
|
153
|
+
</tbody>
|
154
|
+
</table></div>
|
155
|
+
</div>
|
156
|
+
<div class="refsect1">
|
157
|
+
<a name="ClutterCairoTexture.signals"></a><h2>Signals</h2>
|
158
|
+
<div class="informaltable"><table border="0">
|
159
|
+
<colgroup>
|
160
|
+
<col width="150px" class="signals_return">
|
161
|
+
<col width="300px" class="signals_name">
|
162
|
+
<col width="200px" class="signals_flags">
|
163
|
+
</colgroup>
|
164
|
+
<tbody>
|
165
|
+
<tr>
|
166
|
+
<td class="signal_type">
|
167
|
+
<span class="returnvalue">CairoSurface</span>*</td>
|
168
|
+
<td class="signal_name"><a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture-create-surface" title="The “create-surface” signal">create-surface</a></td>
|
169
|
+
<td class="signal_flags">No Recursion</td>
|
170
|
+
</tr>
|
171
|
+
<tr>
|
172
|
+
<td class="signal_type"><span class="returnvalue">gboolean</span></td>
|
173
|
+
<td class="signal_name"><a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture-draw" title="The “draw” signal">draw</a></td>
|
174
|
+
<td class="signal_flags">No Recursion</td>
|
175
|
+
</tr>
|
176
|
+
</tbody>
|
177
|
+
</table></div>
|
178
|
+
</div>
|
179
|
+
<div class="refsect1">
|
180
|
+
<a name="ClutterCairoTexture.other"></a><h2>Types and Values</h2>
|
181
|
+
<div class="informaltable"><table width="100%" border="0">
|
182
|
+
<colgroup>
|
183
|
+
<col width="150px" class="name">
|
184
|
+
<col class="description">
|
185
|
+
</colgroup>
|
186
|
+
<tbody>
|
187
|
+
<tr>
|
188
|
+
<td class="datatype_keyword">struct</td>
|
189
|
+
<td class="function_name"><a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture-struct" title="struct ClutterCairoTexture">ClutterCairoTexture</a></td>
|
190
|
+
</tr>
|
191
|
+
<tr>
|
192
|
+
<td class="datatype_keyword">struct</td>
|
193
|
+
<td class="function_name"><a class="link" href="ClutterCairoTexture.html#ClutterCairoTextureClass" title="struct ClutterCairoTextureClass">ClutterCairoTextureClass</a></td>
|
194
|
+
</tr>
|
195
|
+
</tbody>
|
196
|
+
</table></div>
|
76
197
|
</div>
|
77
198
|
<div class="refsect1">
|
78
199
|
<a name="ClutterCairoTexture.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
79
|
-
<pre class="
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
+----ClutterCairoTexture
|
200
|
+
<pre class="screen"> GObject
|
201
|
+
<span class="lineart">╰──</span> GInitiallyUnowned
|
202
|
+
<span class="lineart">╰──</span> <a class="link" href="ClutterActor.html" title="ClutterActor">ClutterActor</a>
|
203
|
+
<span class="lineart">╰──</span> <a class="link" href="ClutterTexture.html" title="ClutterTexture">ClutterTexture</a>
|
204
|
+
<span class="lineart">╰──</span> ClutterCairoTexture
|
85
205
|
</pre>
|
86
206
|
</div>
|
87
207
|
<div class="refsect1">
|
@@ -91,811 +211,545 @@ ClutterCairoTexture implements
|
|
91
211
|
<a class="link" href="ClutterContainer.html" title="ClutterContainer">ClutterContainer</a>, <a class="link" href="ClutterScriptable.html" title="ClutterScriptable">ClutterScriptable</a>, <a class="link" href="ClutterAnimatable.html" title="ClutterAnimatable">ClutterAnimatable</a> and AtkImplementorIface.</p>
|
92
212
|
</div>
|
93
213
|
<div class="refsect1">
|
94
|
-
<a name="ClutterCairoTexture.properties"></a><h2>Properties</h2>
|
95
|
-
<pre class="synopsis">
|
96
|
-
"<a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture--auto-resize" title='The "auto-resize" property'>auto-resize</a>" <span class="type">gboolean</span> : Read / Write
|
97
|
-
"<a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture--surface-height" title='The "surface-height" property'>surface-height</a>" <span class="type">guint</span> : Read / Write
|
98
|
-
"<a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture--surface-width" title='The "surface-width" property'>surface-width</a>" <span class="type">guint</span> : Read / Write
|
99
|
-
</pre>
|
100
|
-
</div>
|
101
|
-
<div class="refsect1">
|
102
|
-
<a name="ClutterCairoTexture.signals"></a><h2>Signals</h2>
|
103
|
-
<pre class="synopsis">
|
104
|
-
"<a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture-create-surface" title='The "create-surface" signal'>create-surface</a>" : <code class="literal">No Recursion</code>
|
105
|
-
"<a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture-draw" title='The "draw" signal'>draw</a>" : <code class="literal">No Recursion</code>
|
106
|
-
</pre>
|
107
|
-
</div>
|
108
|
-
<div class="refsect1">
|
109
214
|
<a name="ClutterCairoTexture.description"></a><h2>Description</h2>
|
110
|
-
<p>
|
111
|
-
<a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> is a <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> that displays the contents
|
215
|
+
<p><a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> is a <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> that displays the contents
|
112
216
|
of a Cairo context. The <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> actor will create a
|
113
217
|
Cairo image surface which will then be uploaded to a GL texture when
|
114
|
-
needed
|
115
|
-
</p>
|
116
|
-
<p>
|
117
|
-
</p>
|
118
|
-
<div class="note">
|
119
|
-
<h3 class="title">Note</h3>
|
218
|
+
needed.</p>
|
120
219
|
<p>Since <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> uses a Cairo image surface
|
121
220
|
internally all the drawing operations will be performed in
|
122
221
|
software and not using hardware acceleration. This can lead to
|
123
222
|
performance degradation if the contents of the texture change
|
124
223
|
frequently.</p>
|
125
|
-
</
|
126
|
-
<
|
127
|
-
</p>
|
128
|
-
<p>
|
129
|
-
In order to use a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> you should connect to the
|
130
|
-
<a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture-draw" title='The "draw" signal'><span class="type">"draw"</span></a> signal; the signal is emitted each time
|
224
|
+
<p>In order to use a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> you should connect to the
|
225
|
+
<a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture-draw" title="The “draw” signal"><span class="type">“draw”</span></a> signal; the signal is emitted each time
|
131
226
|
the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> has been told to invalidate its contents,
|
132
|
-
by using <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate-rectangle" title="clutter_cairo_texture_invalidate_rectangle
|
133
|
-
sister function, <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate" title="clutter_cairo_texture_invalidate
|
134
|
-
|
135
|
-
<
|
136
|
-
Each callback to the <a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture-draw" title='The "draw" signal'><span class="type">"draw"</span></a> signal will receive
|
137
|
-
a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> context which can be used for drawing; the Cairo context
|
227
|
+
by using <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate-rectangle" title="clutter_cairo_texture_invalidate_rectangle ()"><code class="function">clutter_cairo_texture_invalidate_rectangle()</code></a> or its
|
228
|
+
sister function, <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate" title="clutter_cairo_texture_invalidate ()"><code class="function">clutter_cairo_texture_invalidate()</code></a>.</p>
|
229
|
+
<p>Each callback to the <a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture-draw" title="The “draw” signal"><span class="type">“draw”</span></a> signal will receive
|
230
|
+
a <span class="type">cairo_t</span> context which can be used for drawing; the Cairo context
|
138
231
|
is owned by the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> and should not be destroyed
|
139
|
-
explicitly
|
140
|
-
</p>
|
141
|
-
<p>
|
142
|
-
</p>
|
143
|
-
<div class="example">
|
144
|
-
<a name="cairo-texture-example"></a><p class="title"><b>Example 24. A simple ClutterCairoTexture canvas</b></p>
|
145
|
-
<div class="example-contents">
|
146
|
-
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
147
|
-
<tbody>
|
148
|
-
<tr>
|
149
|
-
<td class="listing_lines" align="right"><pre>1
|
150
|
-
2
|
151
|
-
3
|
152
|
-
4
|
153
|
-
5
|
154
|
-
6
|
155
|
-
7
|
156
|
-
8
|
157
|
-
9
|
158
|
-
10
|
159
|
-
11
|
160
|
-
12
|
161
|
-
13
|
162
|
-
14
|
163
|
-
15
|
164
|
-
16
|
165
|
-
17
|
166
|
-
18
|
167
|
-
19
|
168
|
-
20
|
169
|
-
21
|
170
|
-
22
|
171
|
-
23
|
172
|
-
24
|
173
|
-
25
|
174
|
-
26
|
175
|
-
27
|
176
|
-
28
|
177
|
-
29
|
178
|
-
30
|
179
|
-
31
|
180
|
-
32
|
181
|
-
33
|
182
|
-
34
|
183
|
-
35
|
184
|
-
36
|
185
|
-
37
|
186
|
-
38
|
187
|
-
39
|
188
|
-
40
|
189
|
-
41
|
190
|
-
42
|
191
|
-
43
|
192
|
-
44
|
193
|
-
45
|
194
|
-
46
|
195
|
-
47
|
196
|
-
48
|
197
|
-
49
|
198
|
-
50
|
199
|
-
51
|
200
|
-
52
|
201
|
-
53
|
202
|
-
54
|
203
|
-
55
|
204
|
-
56
|
205
|
-
57
|
206
|
-
58
|
207
|
-
59
|
208
|
-
60
|
209
|
-
61
|
210
|
-
62
|
211
|
-
63
|
212
|
-
64
|
213
|
-
65
|
214
|
-
66
|
215
|
-
67
|
216
|
-
68
|
217
|
-
69
|
218
|
-
70
|
219
|
-
71
|
220
|
-
72
|
221
|
-
73
|
222
|
-
74
|
223
|
-
75
|
224
|
-
76
|
225
|
-
77
|
226
|
-
78
|
227
|
-
79
|
228
|
-
80
|
229
|
-
81
|
230
|
-
82
|
231
|
-
83
|
232
|
-
84
|
233
|
-
85
|
234
|
-
86
|
235
|
-
87
|
236
|
-
88
|
237
|
-
89
|
238
|
-
90
|
239
|
-
91
|
240
|
-
92
|
241
|
-
93
|
242
|
-
94
|
243
|
-
95
|
244
|
-
96
|
245
|
-
97
|
246
|
-
98
|
247
|
-
99
|
248
|
-
100
|
249
|
-
101
|
250
|
-
102
|
251
|
-
103
|
252
|
-
104
|
253
|
-
105
|
254
|
-
106
|
255
|
-
107
|
256
|
-
108
|
257
|
-
109
|
258
|
-
110
|
259
|
-
111
|
260
|
-
112
|
261
|
-
113
|
262
|
-
114
|
263
|
-
115
|
264
|
-
116
|
265
|
-
117
|
266
|
-
118
|
267
|
-
119</pre></td>
|
268
|
-
<td class="listing_code"><pre class="programlisting"><span class="preproc">#include</span><span class="normal"> </span><span class="string"><stdlib.h></span>
|
269
|
-
<span class="preproc">#include</span><span class="normal"> </span><span class="string"><math.h></span>
|
270
|
-
<span class="preproc">#include</span><span class="normal"> </span><span class="string"><cairo.h></span>
|
271
|
-
<span class="preproc">#include</span><span class="normal"> </span><span class="string"><clutter/clutter.h></span>
|
272
|
-
|
273
|
-
<span class="keyword">static</span><span class="normal"> gboolean</span>
|
274
|
-
<span class="function">draw_clock</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">ClutterCairoTexture</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">canvas</span><span class="symbol">,</span>
|
275
|
-
<span class="normal"> </span><span class="usertype">cairo_t</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">cr</span><span class="symbol">)</span>
|
276
|
-
<span class="cbracket">{</span>
|
277
|
-
<span class="normal"> </span><span class="usertype">guint</span><span class="normal"> width</span><span class="symbol">,</span><span class="normal"> height</span><span class="symbol">;</span>
|
278
|
-
<span class="normal"> </span><span class="usertype">GDateTime</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">now</span><span class="symbol">;</span>
|
279
|
-
<span class="normal"> </span><span class="type">float</span><span class="normal"> hours</span><span class="symbol">,</span><span class="normal"> minutes</span><span class="symbol">,</span><span class="normal"> seconds</span><span class="symbol">;</span>
|
280
|
-
|
281
|
-
<span class="normal"> </span><span class="comment">/* get the current time and compute the angles */</span>
|
282
|
-
<span class="normal"> now </span><span class="symbol">=</span><span class="normal"> </span><span class="function">g_date_time_new_now_local</span><span class="normal"> </span><span class="symbol">();</span>
|
283
|
-
<span class="normal"> seconds </span><span class="symbol">=</span><span class="normal"> </span><span class="function">g_date_time_get_second</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">now</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"> G_PI </span><span class="symbol">/</span><span class="normal"> </span><span class="number">30</span><span class="symbol">;</span>
|
284
|
-
<span class="normal"> minutes </span><span class="symbol">=</span><span class="normal"> </span><span class="function">g_date_time_get_minute</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">now</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"> G_PI </span><span class="symbol">/</span><span class="normal"> </span><span class="number">30</span><span class="symbol">;</span>
|
285
|
-
<span class="normal"> hours </span><span class="symbol">=</span><span class="normal"> </span><span class="function">g_date_time_get_hour</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">now</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"> G_PI </span><span class="symbol">/</span><span class="normal"> </span><span class="number">6</span><span class="symbol">;</span>
|
286
|
-
|
287
|
-
<span class="normal"> </span><span class="comment">/* clear the contents of the canvas, to avoid painting</span>
|
288
|
-
<span class="comment"> * over the previous frame</span>
|
289
|
-
<span class="comment"> */</span>
|
290
|
-
<span class="normal"> </span><span class="function"><a href="ClutterCairoTexture.html#clutter-cairo-texture-clear">clutter_cairo_texture_clear</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">canvas</span><span class="symbol">);</span>
|
291
|
-
|
292
|
-
<span class="normal"> </span><span class="comment">/* scale the modelview to the size of the surface */</span>
|
293
|
-
<span class="normal"> </span><span class="function"><a href="ClutterCairoTexture.html#clutter-cairo-texture-get-surface-size">clutter_cairo_texture_get_surface_size</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">canvas</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">width</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">height</span><span class="symbol">);</span>
|
294
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-Transformations.html#cairo-scale">cairo_scale</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> width</span><span class="symbol">,</span><span class="normal"> height</span><span class="symbol">);</span>
|
295
|
-
|
296
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-set-line-cap">cairo_set_line_cap</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#CAIRO-LINE-CAP-ROUND:CAPS">CAIRO_LINE_CAP_ROUND</a></span><span class="symbol">);</span>
|
297
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-set-line-width">cairo_set_line_width</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.1</span><span class="symbol">);</span>
|
298
|
-
|
299
|
-
<span class="normal"> </span><span class="comment">/* the black rail that holds the seconds indicator */</span>
|
300
|
-
<span class="normal"> </span><span class="function">clutter_cairo_set_source_color</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> CLUTTER_COLOR_Black</span><span class="symbol">);</span>
|
301
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-Transformations.html#cairo-translate">cairo_translate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.5</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.5</span><span class="symbol">);</span>
|
302
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-arc">cairo_arc</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.4</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> G_PI </span><span class="symbol">*</span><span class="normal"> </span><span class="number">2</span><span class="symbol">);</span>
|
303
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-stroke">cairo_stroke</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">);</span>
|
304
|
-
|
305
|
-
<span class="normal"> </span><span class="comment">/* the seconds indicator */</span>
|
306
|
-
<span class="normal"> </span><span class="function">clutter_cairo_set_source_color</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> CLUTTER_COLOR_White</span><span class="symbol">);</span>
|
307
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-move-to">cairo_move_to</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
|
308
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-arc">cairo_arc</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> </span><span class="function">sinf</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">seconds</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"> </span><span class="number">0.4</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">-</span><span class="normal"> </span><span class="function">cosf</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">seconds</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"> </span><span class="number">0.4</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.05</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> G_PI </span><span class="symbol">*</span><span class="normal"> </span><span class="number">2</span><span class="symbol">);</span>
|
309
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-fill">cairo_fill</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">);</span>
|
310
|
-
|
311
|
-
<span class="normal"> </span><span class="comment">/* the minutes hand */</span>
|
312
|
-
<span class="normal"> </span><span class="function">clutter_cairo_set_source_color</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> CLUTTER_COLOR_DarkChameleon</span><span class="symbol">);</span>
|
313
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-move-to">cairo_move_to</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
|
314
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-line-to">cairo_line_to</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> </span><span class="function">sinf</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">minutes</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"> </span><span class="number">0.4</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">-</span><span class="function">cosf</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">minutes</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"> </span><span class="number">0.4</span><span class="symbol">);</span>
|
315
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-stroke">cairo_stroke</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">);</span>
|
316
|
-
|
317
|
-
<span class="normal"> </span><span class="comment">/* the hours hand */</span>
|
318
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-move-to">cairo_move_to</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
|
319
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-line-to">cairo_line_to</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> </span><span class="function">sinf</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">hours</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"> </span><span class="number">0.2</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">-</span><span class="function">cosf</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">hours</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"> </span><span class="number">0.2</span><span class="symbol">);</span>
|
320
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-stroke">cairo_stroke</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">);</span>
|
321
|
-
|
322
|
-
<span class="normal"> </span><span class="function">g_date_time_unref</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">now</span><span class="symbol">);</span>
|
323
|
-
|
324
|
-
<span class="normal"> </span><span class="comment">/* we're done drawing */</span>
|
325
|
-
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> TRUE</span><span class="symbol">;</span>
|
326
|
-
<span class="cbracket">}</span>
|
327
|
-
|
328
|
-
<span class="keyword">static</span><span class="normal"> gboolean</span>
|
329
|
-
<span class="function">invalidate_clock</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">gpointer</span><span class="normal"> data_</span><span class="symbol">)</span>
|
330
|
-
<span class="cbracket">{</span>
|
331
|
-
<span class="normal"> </span><span class="comment">/* invalidate the contents of the canvas */</span>
|
332
|
-
<span class="normal"> </span><span class="function"><a href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate">clutter_cairo_texture_invalidate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">data_</span><span class="symbol">);</span>
|
333
|
-
|
334
|
-
<span class="normal"> </span><span class="comment">/* keep the timeout source */</span>
|
335
|
-
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> TRUE</span><span class="symbol">;</span>
|
336
|
-
<span class="cbracket">}</span>
|
337
|
-
|
338
|
-
<span class="normal">G_MODULE_EXPORT </span><span class="type">int</span>
|
339
|
-
<span class="function">test_cairo_clock_main</span><span class="normal"> </span><span class="symbol">(</span><span class="type">int</span><span class="normal"> argc</span><span class="symbol">,</span><span class="normal"> </span><span class="type">char</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">argv</span><span class="symbol">[])</span>
|
340
|
-
<span class="cbracket">{</span>
|
341
|
-
<span class="normal"> </span><span class="usertype">ClutterActor</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">stage</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">canvas</span><span class="symbol">;</span>
|
342
|
-
|
343
|
-
<span class="normal"> </span><span class="comment">/* initialize Clutter */</span>
|
344
|
-
<span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="function"><a href="clutter-General.html#clutter-init">clutter_init</a></span><span class="normal"> </span><span class="symbol">(&</span><span class="normal">argc</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">argv</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">!=</span><span class="normal"> <a href="clutter-General.html#CLUTTER-INIT-SUCCESS:CAPS">CLUTTER_INIT_SUCCESS</a></span><span class="symbol">)</span>
|
345
|
-
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> EXIT_FAILURE</span><span class="symbol">;</span>
|
346
|
-
|
347
|
-
<span class="normal"> </span><span class="comment">/* create a resizable stage */</span>
|
348
|
-
<span class="normal"> stage </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterStage.html#clutter-stage-new">clutter_stage_new</a></span><span class="normal"> </span><span class="symbol">();</span>
|
349
|
-
<span class="normal"> </span><span class="function"><a href="ClutterStage.html#clutter-stage-set-title">clutter_stage_set_title</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">CLUTTER_STAGE</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">),</span><span class="normal"> </span><span class="string">"2D Clock"</span><span class="symbol">);</span>
|
350
|
-
<span class="normal"> </span><span class="function"><a href="ClutterStage.html#clutter-stage-set-user-resizable">clutter_stage_set_user_resizable</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">CLUTTER_STAGE</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">),</span><span class="normal"> TRUE</span><span class="symbol">);</span>
|
351
|
-
<span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-set-background-color">clutter_actor_set_background_color</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">,</span><span class="normal"> CLUTTER_COLOR_LightSkyBlue</span><span class="symbol">);</span>
|
352
|
-
<span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-set-size">clutter_actor_set_size</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">,</span><span class="normal"> </span><span class="number">300</span><span class="symbol">,</span><span class="normal"> </span><span class="number">300</span><span class="symbol">);</span>
|
353
|
-
<span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-show">clutter_actor_show</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">);</span>
|
354
|
-
|
355
|
-
<span class="normal"> </span><span class="comment">/* our 2D canvas, courtesy of Cairo */</span>
|
356
|
-
<span class="normal"> canvas </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterCairoTexture.html#clutter-cairo-texture-new">clutter_cairo_texture_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="number">300</span><span class="symbol">,</span><span class="normal"> </span><span class="number">300</span><span class="symbol">);</span>
|
357
|
-
<span class="normal"> </span><span class="function"><a href="ClutterContainer.html#clutter-container-add-actor">clutter_container_add_actor</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">CLUTTER_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">),</span><span class="normal"> canvas</span><span class="symbol">);</span>
|
358
|
-
|
359
|
-
<span class="normal"> </span><span class="comment">/* bind the size of the canvas to that of the stage */</span>
|
360
|
-
<span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-add-constraint">clutter_actor_add_constraint</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">canvas</span><span class="symbol">,</span><span class="normal"> </span><span class="function"><a href="ClutterBindConstraint.html#clutter-bind-constraint-new">clutter_bind_constraint_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">,</span><span class="normal"> <a href="ClutterBindConstraint.html#CLUTTER-BIND-SIZE:CAPS">CLUTTER_BIND_SIZE</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">));</span>
|
361
|
-
|
362
|
-
<span class="normal"> </span><span class="comment">/* make sure to match allocation to canvas size */</span>
|
363
|
-
<span class="normal"> </span><span class="function"><a href="ClutterCairoTexture.html#clutter-cairo-texture-set-auto-resize">clutter_cairo_texture_set_auto_resize</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">CLUTTER_CAIRO_TEXTURE</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">canvas</span><span class="symbol">),</span><span class="normal"> TRUE</span><span class="symbol">);</span>
|
364
|
-
|
365
|
-
<span class="normal"> </span><span class="comment">/* quit on destroy */</span>
|
366
|
-
<span class="normal"> </span><span class="function">g_signal_connect</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"destroy"</span><span class="symbol">,</span><span class="normal"> </span><span class="function">G_CALLBACK</span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="clutter-General.html#clutter-main-quit">clutter_main_quit</a></span><span class="symbol">),</span><span class="normal"> NULL</span><span class="symbol">);</span>
|
367
|
-
|
368
|
-
<span class="normal"> </span><span class="comment">/* connect our drawing code */</span>
|
369
|
-
<span class="normal"> </span><span class="function">g_signal_connect</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">canvas</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"draw"</span><span class="symbol">,</span><span class="normal"> </span><span class="function">G_CALLBACK</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">draw_clock</span><span class="symbol">),</span><span class="normal"> NULL</span><span class="symbol">);</span>
|
370
|
-
|
371
|
-
<span class="normal"> </span><span class="comment">/* invalidate the canvas, so that we can draw before the main loop starts */</span>
|
372
|
-
<span class="normal"> </span><span class="function"><a href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate">clutter_cairo_texture_invalidate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">CLUTTER_CAIRO_TEXTURE</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">canvas</span><span class="symbol">));</span>
|
373
|
-
|
374
|
-
<span class="normal"> </span><span class="comment">/* set up a timer that invalidates the canvas every second */</span>
|
375
|
-
<span class="normal"> </span><span class="function"><a href="clutter-General.html#clutter-threads-add-timeout">clutter_threads_add_timeout</a></span><span class="normal"> </span><span class="symbol">(</span><span class="number">1000</span><span class="symbol">,</span><span class="normal"> invalidate_clock</span><span class="symbol">,</span><span class="normal"> canvas</span><span class="symbol">);</span>
|
376
|
-
|
377
|
-
<span class="normal"> </span><span class="function"><a href="clutter-General.html#clutter-main">clutter_main</a></span><span class="normal"> </span><span class="symbol">();</span>
|
378
|
-
|
379
|
-
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> EXIT_SUCCESS</span><span class="symbol">;</span>
|
380
|
-
<span class="cbracket">}</span>
|
381
|
-
|
382
|
-
<span class="normal">G_MODULE_EXPORT </span><span class="usertype">const</span><span class="normal"> </span><span class="type">char</span><span class="normal"> </span><span class="symbol">*</span>
|
383
|
-
<span class="function">test_cairo_clock_describe</span><span class="normal"> </span><span class="symbol">(</span><span class="type">void</span><span class="symbol">)</span>
|
384
|
-
<span class="cbracket">{</span>
|
385
|
-
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> </span><span class="string">"Simple 2D canvas using a Cairo texture actor"</span><span class="symbol">;</span>
|
386
|
-
<span class="cbracket">}</span></pre></td>
|
387
|
-
</tr>
|
388
|
-
</tbody>
|
389
|
-
</table>
|
390
|
-
</div>
|
391
|
-
|
392
|
-
</div>
|
393
|
-
<p><br class="example-break">
|
394
|
-
</p>
|
395
|
-
<p>
|
396
|
-
<a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> is available since Clutter 1.0.
|
397
|
-
</p>
|
398
|
-
<p>
|
399
|
-
<a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> is deprecated since Clutter 1.12.
|
400
|
-
</p>
|
232
|
+
explicitly.</p>
|
233
|
+
<p><a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> is available since Clutter 1.0.</p>
|
234
|
+
<p><a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> is deprecated since Clutter 1.12. You should
|
235
|
+
use <a class="link" href="ClutterCanvas.html" title="ClutterCanvas"><span class="type">ClutterCanvas</span></a> instead.</p>
|
401
236
|
</div>
|
402
237
|
<div class="refsect1">
|
403
|
-
<a name="ClutterCairoTexture.
|
404
|
-
<div class="refsect2">
|
405
|
-
<a name="ClutterCairoTexture-struct"></a><h3>struct ClutterCairoTexture</h3>
|
406
|
-
<pre class="programlisting">struct ClutterCairoTexture;</pre>
|
407
|
-
<div class="warning">
|
408
|
-
<h3 class="title">Warning</h3>
|
409
|
-
<p><code class="literal">ClutterCairoTexture</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterCanvas.html" title="ClutterCanvas"><span class="type">ClutterCanvas</span></a> instead</p>
|
410
|
-
</div>
|
411
|
-
<p>
|
412
|
-
The <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> struct contains only private data.
|
413
|
-
</p>
|
414
|
-
<p class="since">Since 1.0</p>
|
415
|
-
</div>
|
416
|
-
<hr>
|
238
|
+
<a name="ClutterCairoTexture.functions_details"></a><h2>Functions</h2>
|
417
239
|
<div class="refsect2">
|
418
|
-
<a name="
|
419
|
-
<pre class="programlisting"
|
420
|
-
|
421
|
-
|
422
|
-
guint height);
|
423
|
-
|
424
|
-
gboolean (* draw) (ClutterCairoTexture *texture,
|
425
|
-
cairo_t *cr);
|
426
|
-
};
|
427
|
-
</pre>
|
240
|
+
<a name="clutter-cairo-texture-new"></a><h3>clutter_cairo_texture_new ()</h3>
|
241
|
+
<pre class="programlisting"><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="returnvalue">ClutterActor</span></a> *
|
242
|
+
clutter_cairo_texture_new (<em class="parameter"><code><span class="type">guint</span> width</code></em>,
|
243
|
+
<em class="parameter"><code><span class="type">guint</span> height</code></em>);</pre>
|
428
244
|
<div class="warning">
|
429
|
-
<
|
430
|
-
<p
|
431
|
-
</div>
|
432
|
-
<p>
|
433
|
-
|
434
|
-
</
|
435
|
-
|
245
|
+
<p><code class="literal">clutter_cairo_texture_new</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
246
|
+
<p>Use <a class="link" href="ClutterCanvas.html" title="ClutterCanvas"><span class="type">ClutterCanvas</span></a> instead</p>
|
247
|
+
</div>
|
248
|
+
<p>Creates a new <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> actor, with a surface of <em class="parameter"><code>width</code></em>
|
249
|
+
by
|
250
|
+
<em class="parameter"><code>height</code></em>
|
251
|
+
pixels.</p>
|
252
|
+
<div class="refsect3">
|
253
|
+
<a name="id-1.10.13.10.2.7"></a><h4>Parameters</h4>
|
254
|
+
<div class="informaltable"><table width="100%" border="0">
|
436
255
|
<colgroup>
|
437
|
-
<col
|
438
|
-
<col>
|
256
|
+
<col width="150px" class="parameters_name">
|
257
|
+
<col class="parameters_description">
|
258
|
+
<col width="200px" class="parameters_annotations">
|
439
259
|
</colgroup>
|
440
260
|
<tbody>
|
441
261
|
<tr>
|
442
|
-
<td
|
443
|
-
<td
|
444
|
-
|
262
|
+
<td class="parameter_name"><p>width</p></td>
|
263
|
+
<td class="parameter_description"><p>the width of the surface</p></td>
|
264
|
+
<td class="parameter_annotations"> </td>
|
445
265
|
</tr>
|
446
266
|
<tr>
|
447
|
-
<td
|
448
|
-
<td
|
267
|
+
<td class="parameter_name"><p>height</p></td>
|
268
|
+
<td class="parameter_description"><p>the height of the surface</p></td>
|
269
|
+
<td class="parameter_annotations"> </td>
|
449
270
|
</tr>
|
450
271
|
</tbody>
|
451
272
|
</table></div>
|
452
|
-
<p class="since">Since 1.0</p>
|
453
273
|
</div>
|
454
|
-
<
|
455
|
-
<
|
456
|
-
<a
|
457
|
-
<
|
458
|
-
<em class="parameter"><code><span class="type">guint</span> height</code></em>);</pre>
|
459
|
-
<div class="warning">
|
460
|
-
<h3 class="title">Warning</h3>
|
461
|
-
<p><code class="literal">clutter_cairo_texture_new</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterCanvas.html" title="ClutterCanvas"><span class="type">ClutterCanvas</span></a> instead</p>
|
274
|
+
<div class="refsect3">
|
275
|
+
<a name="id-1.10.13.10.2.8"></a><h4>Returns</h4>
|
276
|
+
<p> the newly created <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> actor</p>
|
277
|
+
<p></p>
|
462
278
|
</div>
|
463
|
-
<p>
|
464
|
-
Creates a new <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> actor, with a surface of <em class="parameter"><code>width</code></em> by
|
465
|
-
<em class="parameter"><code>height</code></em> pixels.
|
466
|
-
</p>
|
467
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
468
|
-
<colgroup>
|
469
|
-
<col align="left" valign="top">
|
470
|
-
<col>
|
471
|
-
</colgroup>
|
472
|
-
<tbody>
|
473
|
-
<tr>
|
474
|
-
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
475
|
-
<td>the width of the surface</td>
|
476
|
-
</tr>
|
477
|
-
<tr>
|
478
|
-
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
479
|
-
<td>the height of the surface</td>
|
480
|
-
</tr>
|
481
|
-
<tr>
|
482
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
483
|
-
<td>the newly created <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> actor</td>
|
484
|
-
</tr>
|
485
|
-
</tbody>
|
486
|
-
</table></div>
|
487
279
|
<p class="since">Since 1.0</p>
|
488
280
|
</div>
|
489
281
|
<hr>
|
490
282
|
<div class="refsect2">
|
491
|
-
<a name="clutter-cairo-texture-set-surface-size"></a><h3>clutter_cairo_texture_set_surface_size
|
492
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
493
|
-
|
494
|
-
|
495
|
-
|
283
|
+
<a name="clutter-cairo-texture-set-surface-size"></a><h3>clutter_cairo_texture_set_surface_size ()</h3>
|
284
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
285
|
+
clutter_cairo_texture_set_surface_size
|
286
|
+
(<em class="parameter"><code><a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> *self</code></em>,
|
287
|
+
<em class="parameter"><code><span class="type">guint</span> width</code></em>,
|
288
|
+
<em class="parameter"><code><span class="type">guint</span> height</code></em>);</pre>
|
496
289
|
<div class="warning">
|
497
|
-
<
|
498
|
-
<p
|
499
|
-
</div>
|
500
|
-
<p>
|
501
|
-
|
502
|
-
</
|
503
|
-
|
504
|
-
This function will not invalidate the contents of the Cairo
|
290
|
+
<p><code class="literal">clutter_cairo_texture_set_surface_size</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
291
|
+
<p>Use <a class="link" href="ClutterCanvas.html" title="ClutterCanvas"><span class="type">ClutterCanvas</span></a> instead</p>
|
292
|
+
</div>
|
293
|
+
<p>Resizes the Cairo surface used by <em class="parameter"><code>self</code></em>
|
294
|
+
to <em class="parameter"><code>width</code></em>
|
295
|
+
and <em class="parameter"><code>height</code></em>
|
296
|
+
.</p>
|
297
|
+
<p>This function will not invalidate the contents of the Cairo
|
505
298
|
texture: you will have to explicitly call either
|
506
|
-
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate-rectangle" title="clutter_cairo_texture_invalidate_rectangle
|
507
|
-
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate" title="clutter_cairo_texture_invalidate
|
508
|
-
|
509
|
-
<
|
299
|
+
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate-rectangle" title="clutter_cairo_texture_invalidate_rectangle ()"><code class="function">clutter_cairo_texture_invalidate_rectangle()</code></a> or
|
300
|
+
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate" title="clutter_cairo_texture_invalidate ()"><code class="function">clutter_cairo_texture_invalidate()</code></a>.</p>
|
301
|
+
<div class="refsect3">
|
302
|
+
<a name="id-1.10.13.10.3.8"></a><h4>Parameters</h4>
|
303
|
+
<div class="informaltable"><table width="100%" border="0">
|
510
304
|
<colgroup>
|
511
|
-
<col
|
512
|
-
<col>
|
305
|
+
<col width="150px" class="parameters_name">
|
306
|
+
<col class="parameters_description">
|
307
|
+
<col width="200px" class="parameters_annotations">
|
513
308
|
</colgroup>
|
514
309
|
<tbody>
|
515
310
|
<tr>
|
516
|
-
<td
|
517
|
-
<td>a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a>
|
518
|
-
</td>
|
311
|
+
<td class="parameter_name"><p>self</p></td>
|
312
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a></p></td>
|
313
|
+
<td class="parameter_annotations"> </td>
|
519
314
|
</tr>
|
520
315
|
<tr>
|
521
|
-
<td
|
522
|
-
<td>the new width of the surface</td>
|
316
|
+
<td class="parameter_name"><p>width</p></td>
|
317
|
+
<td class="parameter_description"><p>the new width of the surface</p></td>
|
318
|
+
<td class="parameter_annotations"> </td>
|
523
319
|
</tr>
|
524
320
|
<tr>
|
525
|
-
<td
|
526
|
-
<td>the new height of the surface</td>
|
321
|
+
<td class="parameter_name"><p>height</p></td>
|
322
|
+
<td class="parameter_description"><p>the new height of the surface</p></td>
|
323
|
+
<td class="parameter_annotations"> </td>
|
527
324
|
</tr>
|
528
325
|
</tbody>
|
529
326
|
</table></div>
|
327
|
+
</div>
|
530
328
|
<p class="since">Since 1.0</p>
|
531
329
|
</div>
|
532
330
|
<hr>
|
533
331
|
<div class="refsect2">
|
534
|
-
<a name="clutter-cairo-texture-get-surface-size"></a><h3>clutter_cairo_texture_get_surface_size
|
535
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
536
|
-
|
537
|
-
|
538
|
-
|
332
|
+
<a name="clutter-cairo-texture-get-surface-size"></a><h3>clutter_cairo_texture_get_surface_size ()</h3>
|
333
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
334
|
+
clutter_cairo_texture_get_surface_size
|
335
|
+
(<em class="parameter"><code><a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> *self</code></em>,
|
336
|
+
<em class="parameter"><code><span class="type">guint</span> *width</code></em>,
|
337
|
+
<em class="parameter"><code><span class="type">guint</span> *height</code></em>);</pre>
|
539
338
|
<div class="warning">
|
540
|
-
<
|
541
|
-
<p
|
542
|
-
</div>
|
543
|
-
<p>
|
544
|
-
|
545
|
-
|
546
|
-
<
|
339
|
+
<p><code class="literal">clutter_cairo_texture_get_surface_size</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
340
|
+
<p>Use <a class="link" href="ClutterCanvas.html" title="ClutterCanvas"><span class="type">ClutterCanvas</span></a> instead</p>
|
341
|
+
</div>
|
342
|
+
<p>Retrieves the surface width and height for <em class="parameter"><code>self</code></em>
|
343
|
+
.</p>
|
344
|
+
<div class="refsect3">
|
345
|
+
<a name="id-1.10.13.10.4.7"></a><h4>Parameters</h4>
|
346
|
+
<div class="informaltable"><table width="100%" border="0">
|
547
347
|
<colgroup>
|
548
|
-
<col
|
549
|
-
<col>
|
348
|
+
<col width="150px" class="parameters_name">
|
349
|
+
<col class="parameters_description">
|
350
|
+
<col width="200px" class="parameters_annotations">
|
550
351
|
</colgroup>
|
551
352
|
<tbody>
|
552
353
|
<tr>
|
553
|
-
<td
|
554
|
-
<td>a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a>
|
555
|
-
</td>
|
354
|
+
<td class="parameter_name"><p>self</p></td>
|
355
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a></p></td>
|
356
|
+
<td class="parameter_annotations"> </td>
|
556
357
|
</tr>
|
557
358
|
<tr>
|
558
|
-
<td
|
559
|
-
<td>return location for the surface width, or <code class="literal">NULL</code>.
|
560
|
-
</td>
|
359
|
+
<td class="parameter_name"><p>width</p></td>
|
360
|
+
<td class="parameter_description"><p> return location for the surface width, or <code class="literal">NULL</code>. </p></td>
|
361
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
561
362
|
</tr>
|
562
363
|
<tr>
|
563
|
-
<td
|
564
|
-
<td>return location for the surface height, or <code class="literal">NULL</code>.
|
565
|
-
</td>
|
364
|
+
<td class="parameter_name"><p>height</p></td>
|
365
|
+
<td class="parameter_description"><p> return location for the surface height, or <code class="literal">NULL</code>. </p></td>
|
366
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
566
367
|
</tr>
|
567
368
|
</tbody>
|
568
369
|
</table></div>
|
370
|
+
</div>
|
569
371
|
<p class="since">Since 1.0</p>
|
570
372
|
</div>
|
571
373
|
<hr>
|
572
374
|
<div class="refsect2">
|
573
|
-
<a name="clutter-cairo-texture-set-auto-resize"></a><h3>clutter_cairo_texture_set_auto_resize
|
574
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
575
|
-
|
576
|
-
|
375
|
+
<a name="clutter-cairo-texture-set-auto-resize"></a><h3>clutter_cairo_texture_set_auto_resize ()</h3>
|
376
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
377
|
+
clutter_cairo_texture_set_auto_resize (<em class="parameter"><code><a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> *self</code></em>,
|
378
|
+
<em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
|
577
379
|
<div class="warning">
|
578
|
-
<
|
579
|
-
<p
|
380
|
+
<p><code class="literal">clutter_cairo_texture_set_auto_resize</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
381
|
+
<p>Use <a class="link" href="ClutterCanvas.html" title="ClutterCanvas"><span class="type">ClutterCanvas</span></a> instead</p>
|
580
382
|
</div>
|
581
|
-
<p>
|
582
|
-
Sets whether the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> should ensure that the
|
383
|
+
<p>Sets whether the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> should ensure that the
|
583
384
|
backing Cairo surface used matches the allocation assigned to
|
584
385
|
the actor. If the allocation changes, the contents of the
|
585
|
-
<a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> will also be invalidated automatically
|
586
|
-
|
587
|
-
<
|
386
|
+
<a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> will also be invalidated automatically.</p>
|
387
|
+
<div class="refsect3">
|
388
|
+
<a name="id-1.10.13.10.5.7"></a><h4>Parameters</h4>
|
389
|
+
<div class="informaltable"><table width="100%" border="0">
|
588
390
|
<colgroup>
|
589
|
-
<col
|
590
|
-
<col>
|
391
|
+
<col width="150px" class="parameters_name">
|
392
|
+
<col class="parameters_description">
|
393
|
+
<col width="200px" class="parameters_annotations">
|
591
394
|
</colgroup>
|
592
395
|
<tbody>
|
593
396
|
<tr>
|
594
|
-
<td
|
595
|
-
<td>a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a>
|
596
|
-
</td>
|
397
|
+
<td class="parameter_name"><p>self</p></td>
|
398
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a></p></td>
|
399
|
+
<td class="parameter_annotations"> </td>
|
597
400
|
</tr>
|
598
401
|
<tr>
|
599
|
-
<td
|
600
|
-
<td>
|
601
|
-
|
602
|
-
|
402
|
+
<td class="parameter_name"><p>value</p></td>
|
403
|
+
<td class="parameter_description"><p><code class="literal">TRUE</code> if the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> should bind the surface
|
404
|
+
size to the allocation</p></td>
|
405
|
+
<td class="parameter_annotations"> </td>
|
603
406
|
</tr>
|
604
407
|
</tbody>
|
605
408
|
</table></div>
|
409
|
+
</div>
|
606
410
|
<p class="since">Since 1.8</p>
|
607
411
|
</div>
|
608
412
|
<hr>
|
609
413
|
<div class="refsect2">
|
610
|
-
<a name="clutter-cairo-texture-get-auto-resize"></a><h3>clutter_cairo_texture_get_auto_resize
|
611
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
612
|
-
|
414
|
+
<a name="clutter-cairo-texture-get-auto-resize"></a><h3>clutter_cairo_texture_get_auto_resize ()</h3>
|
415
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
416
|
+
clutter_cairo_texture_get_auto_resize (<em class="parameter"><code><a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> *self</code></em>);</pre>
|
613
417
|
<div class="warning">
|
614
|
-
<
|
615
|
-
<p
|
418
|
+
<p><code class="literal">clutter_cairo_texture_get_auto_resize</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
419
|
+
<p>Use <a class="link" href="ClutterCanvas.html" title="ClutterCanvas"><span class="type">ClutterCanvas</span></a> instead</p>
|
616
420
|
</div>
|
617
|
-
<p>
|
618
|
-
|
619
|
-
</
|
620
|
-
<div class="
|
421
|
+
<p>Retrieves the value set using <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-set-auto-resize" title="clutter_cairo_texture_set_auto_resize ()"><code class="function">clutter_cairo_texture_set_auto_resize()</code></a>.</p>
|
422
|
+
<div class="refsect3">
|
423
|
+
<a name="id-1.10.13.10.6.7"></a><h4>Parameters</h4>
|
424
|
+
<div class="informaltable"><table width="100%" border="0">
|
621
425
|
<colgroup>
|
622
|
-
<col
|
623
|
-
<col>
|
426
|
+
<col width="150px" class="parameters_name">
|
427
|
+
<col class="parameters_description">
|
428
|
+
<col width="200px" class="parameters_annotations">
|
624
429
|
</colgroup>
|
625
|
-
<tbody>
|
626
|
-
<
|
627
|
-
<td><p
|
628
|
-
<td
|
629
|
-
</
|
630
|
-
</tr>
|
631
|
-
<tr>
|
632
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
633
|
-
<td>
|
634
|
-
<code class="literal">TRUE</code> if the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> should track the
|
635
|
-
allocation, and <code class="literal">FALSE</code> otherwise</td>
|
636
|
-
</tr>
|
637
|
-
</tbody>
|
430
|
+
<tbody><tr>
|
431
|
+
<td class="parameter_name"><p>self</p></td>
|
432
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a></p></td>
|
433
|
+
<td class="parameter_annotations"> </td>
|
434
|
+
</tr></tbody>
|
638
435
|
</table></div>
|
436
|
+
</div>
|
437
|
+
<div class="refsect3">
|
438
|
+
<a name="id-1.10.13.10.6.8"></a><h4>Returns</h4>
|
439
|
+
<p> <code class="literal">TRUE</code> if the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> should track the
|
440
|
+
allocation, and <code class="literal">FALSE</code> otherwise</p>
|
441
|
+
<p></p>
|
442
|
+
</div>
|
639
443
|
<p class="since">Since 1.8</p>
|
640
444
|
</div>
|
641
445
|
<hr>
|
642
446
|
<div class="refsect2">
|
643
|
-
<a name="clutter-cairo-texture-create"></a><h3>clutter_cairo_texture_create
|
644
|
-
<pre class="programlisting"><
|
447
|
+
<a name="clutter-cairo-texture-create"></a><h3>clutter_cairo_texture_create ()</h3>
|
448
|
+
<pre class="programlisting"><span class="returnvalue">cairo_t</span> *
|
449
|
+
clutter_cairo_texture_create (<em class="parameter"><code><a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> *self</code></em>);</pre>
|
645
450
|
<div class="warning">
|
646
|
-
<
|
647
|
-
<p
|
648
|
-
the <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate" title="clutter_cairo_texture_invalidate
|
451
|
+
<p><code class="literal">clutter_cairo_texture_create</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p>
|
452
|
+
<p>Use the <a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture-draw" title="The “draw” signal"><span class="type">“draw”</span></a> signal and
|
453
|
+
the <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate" title="clutter_cairo_texture_invalidate ()"><code class="function">clutter_cairo_texture_invalidate()</code></a> function to obtain a
|
649
454
|
Cairo context for 2D drawing.</p>
|
650
455
|
</div>
|
651
|
-
<p>
|
652
|
-
|
653
|
-
similar to using <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-create-region" title="clutter_cairo_texture_create_region
|
654
|
-
|
655
|
-
and <em class="parameter"><code>
|
656
|
-
</
|
657
|
-
<
|
658
|
-
|
659
|
-
<
|
660
|
-
<
|
456
|
+
<p>Creates a new Cairo context for the <em class="parameter"><code>cairo</code></em>
|
457
|
+
texture. It is
|
458
|
+
similar to using <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-create-region" title="clutter_cairo_texture_create_region ()"><code class="function">clutter_cairo_texture_create_region()</code></a> with <em class="parameter"><code>x_offset</code></em>
|
459
|
+
|
460
|
+
and <em class="parameter"><code>y_offset</code></em>
|
461
|
+
of 0, <em class="parameter"><code>width</code></em>
|
462
|
+
equal to the <em class="parameter"><code>cairo</code></em>
|
463
|
+
texture surface width
|
464
|
+
and <em class="parameter"><code>height</code></em>
|
465
|
+
equal to the <em class="parameter"><code>cairo</code></em>
|
466
|
+
texture surface height.</p>
|
661
467
|
<p>Do not call this function within the paint virtual
|
662
|
-
function or from a callback to the <a class="link" href="ClutterActor.html#ClutterActor-paint" title=
|
468
|
+
function or from a callback to the <a class="link" href="ClutterActor.html#ClutterActor-paint" title="The “paint” signal"><span class="type">“paint”</span></a>
|
663
469
|
signal.</p>
|
664
|
-
|
665
|
-
<
|
666
|
-
|
667
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
470
|
+
<div class="refsect3">
|
471
|
+
<a name="id-1.10.13.10.7.8"></a><h4>Parameters</h4>
|
472
|
+
<div class="informaltable"><table width="100%" border="0">
|
668
473
|
<colgroup>
|
669
|
-
<col
|
670
|
-
<col>
|
474
|
+
<col width="150px" class="parameters_name">
|
475
|
+
<col class="parameters_description">
|
476
|
+
<col width="200px" class="parameters_annotations">
|
671
477
|
</colgroup>
|
672
|
-
<tbody>
|
673
|
-
<
|
674
|
-
<td><p
|
675
|
-
<td
|
676
|
-
</
|
677
|
-
</tr>
|
678
|
-
<tr>
|
679
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
680
|
-
<td>a newly created Cairo context. Use <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-destroy"><code class="function">cairo_destroy()</code></a>
|
681
|
-
to upload the contents of the context when done drawing</td>
|
682
|
-
</tr>
|
683
|
-
</tbody>
|
478
|
+
<tbody><tr>
|
479
|
+
<td class="parameter_name"><p>self</p></td>
|
480
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a></p></td>
|
481
|
+
<td class="parameter_annotations"> </td>
|
482
|
+
</tr></tbody>
|
684
483
|
</table></div>
|
484
|
+
</div>
|
485
|
+
<div class="refsect3">
|
486
|
+
<a name="id-1.10.13.10.7.9"></a><h4>Returns</h4>
|
487
|
+
<p> a newly created Cairo context. Use <code class="function">cairo_destroy()</code>
|
488
|
+
to upload the contents of the context when done drawing</p>
|
489
|
+
<p></p>
|
490
|
+
</div>
|
685
491
|
<p class="since">Since 1.0</p>
|
686
492
|
</div>
|
687
493
|
<hr>
|
688
494
|
<div class="refsect2">
|
689
|
-
<a name="clutter-cairo-texture-create-region"></a><h3>clutter_cairo_texture_create_region
|
690
|
-
<pre class="programlisting"><
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
495
|
+
<a name="clutter-cairo-texture-create-region"></a><h3>clutter_cairo_texture_create_region ()</h3>
|
496
|
+
<pre class="programlisting"><span class="returnvalue">cairo_t</span> *
|
497
|
+
clutter_cairo_texture_create_region (<em class="parameter"><code><a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> *self</code></em>,
|
498
|
+
<em class="parameter"><code><span class="type">gint</span> x_offset</code></em>,
|
499
|
+
<em class="parameter"><code><span class="type">gint</span> y_offset</code></em>,
|
500
|
+
<em class="parameter"><code><span class="type">gint</span> width</code></em>,
|
501
|
+
<em class="parameter"><code><span class="type">gint</span> height</code></em>);</pre>
|
695
502
|
<div class="warning">
|
696
|
-
<
|
697
|
-
<p
|
698
|
-
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate-rectangle" title="clutter_cairo_texture_invalidate_rectangle
|
503
|
+
<p><code class="literal">clutter_cairo_texture_create_region</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p>
|
504
|
+
<p>Use the <a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture-draw" title="The “draw” signal"><span class="type">“draw”</span></a> signal and
|
505
|
+
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate-rectangle" title="clutter_cairo_texture_invalidate_rectangle ()"><code class="function">clutter_cairo_texture_invalidate_rectangle()</code></a> to obtain a
|
699
506
|
clipped Cairo context for 2D drawing.</p>
|
700
507
|
</div>
|
701
|
-
<p>
|
702
|
-
|
703
|
-
|
704
|
-
</
|
705
|
-
<
|
706
|
-
|
707
|
-
<div class="warning">
|
708
|
-
<h3 class="title">Warning</h3>
|
508
|
+
<p>Creates a new Cairo context that will updat the region defined
|
509
|
+
by <em class="parameter"><code>x_offset</code></em>
|
510
|
+
, <em class="parameter"><code>y_offset</code></em>
|
511
|
+
, <em class="parameter"><code>width</code></em>
|
512
|
+
and <em class="parameter"><code>height</code></em>
|
513
|
+
.</p>
|
709
514
|
<p>Do not call this function within the paint virtual
|
710
|
-
function or from a callback to the <a class="link" href="ClutterActor.html#ClutterActor-paint" title=
|
515
|
+
function or from a callback to the <a class="link" href="ClutterActor.html#ClutterActor-paint" title="The “paint” signal"><span class="type">“paint”</span></a>
|
711
516
|
signal.</p>
|
712
|
-
|
713
|
-
<
|
714
|
-
|
715
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
517
|
+
<div class="refsect3">
|
518
|
+
<a name="id-1.10.13.10.8.8"></a><h4>Parameters</h4>
|
519
|
+
<div class="informaltable"><table width="100%" border="0">
|
716
520
|
<colgroup>
|
717
|
-
<col
|
718
|
-
<col>
|
521
|
+
<col width="150px" class="parameters_name">
|
522
|
+
<col class="parameters_description">
|
523
|
+
<col width="200px" class="parameters_annotations">
|
719
524
|
</colgroup>
|
720
525
|
<tbody>
|
721
526
|
<tr>
|
722
|
-
<td
|
723
|
-
<td>a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a>
|
724
|
-
</td>
|
725
|
-
</tr>
|
726
|
-
<tr>
|
727
|
-
<td><p><span class="term"><em class="parameter"><code>x_offset</code></em> :</span></p></td>
|
728
|
-
<td>offset of the region on the X axis</td>
|
527
|
+
<td class="parameter_name"><p>self</p></td>
|
528
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a></p></td>
|
529
|
+
<td class="parameter_annotations"> </td>
|
729
530
|
</tr>
|
730
531
|
<tr>
|
731
|
-
<td
|
732
|
-
<td>offset of the region on the
|
532
|
+
<td class="parameter_name"><p>x_offset</p></td>
|
533
|
+
<td class="parameter_description"><p>offset of the region on the X axis</p></td>
|
534
|
+
<td class="parameter_annotations"> </td>
|
733
535
|
</tr>
|
734
536
|
<tr>
|
735
|
-
<td
|
736
|
-
<td>
|
537
|
+
<td class="parameter_name"><p>y_offset</p></td>
|
538
|
+
<td class="parameter_description"><p>offset of the region on the Y axis</p></td>
|
539
|
+
<td class="parameter_annotations"> </td>
|
737
540
|
</tr>
|
738
541
|
<tr>
|
739
|
-
<td
|
740
|
-
<td>
|
542
|
+
<td class="parameter_name"><p>width</p></td>
|
543
|
+
<td class="parameter_description"><p>width of the region, or -1 for the full surface width</p></td>
|
544
|
+
<td class="parameter_annotations"> </td>
|
741
545
|
</tr>
|
742
546
|
<tr>
|
743
|
-
<td
|
744
|
-
<td>
|
745
|
-
|
547
|
+
<td class="parameter_name"><p>height</p></td>
|
548
|
+
<td class="parameter_description"><p>height of the region, or -1 for the full surface height</p></td>
|
549
|
+
<td class="parameter_annotations"> </td>
|
746
550
|
</tr>
|
747
551
|
</tbody>
|
748
552
|
</table></div>
|
553
|
+
</div>
|
554
|
+
<div class="refsect3">
|
555
|
+
<a name="id-1.10.13.10.8.9"></a><h4>Returns</h4>
|
556
|
+
<p> a newly created Cairo context. Use <code class="function">cairo_destroy()</code>
|
557
|
+
to upload the contents of the context when done drawing</p>
|
558
|
+
<p></p>
|
559
|
+
</div>
|
749
560
|
<p class="since">Since 1.0</p>
|
750
561
|
</div>
|
751
562
|
<hr>
|
752
563
|
<div class="refsect2">
|
753
|
-
<a name="clutter-cairo-texture-invalidate-rectangle"></a><h3>clutter_cairo_texture_invalidate_rectangle
|
754
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
755
|
-
|
756
|
-
|
564
|
+
<a name="clutter-cairo-texture-invalidate-rectangle"></a><h3>clutter_cairo_texture_invalidate_rectangle ()</h3>
|
565
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
566
|
+
clutter_cairo_texture_invalidate_rectangle
|
567
|
+
(<em class="parameter"><code><a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> *self</code></em>,
|
568
|
+
<em class="parameter"><code><span class="type">cairo_rectangle_int_t</span> *rect</code></em>);</pre>
|
757
569
|
<div class="warning">
|
758
|
-
<
|
759
|
-
<p
|
760
|
-
</div>
|
761
|
-
<p>
|
762
|
-
|
763
|
-
|
764
|
-
<p>
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
<p>
|
769
|
-
See also: <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate" title="clutter_cairo_texture_invalidate ()"><code class="function">clutter_cairo_texture_invalidate()</code></a>
|
770
|
-
</p>
|
771
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
570
|
+
<p><code class="literal">clutter_cairo_texture_invalidate_rectangle</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
571
|
+
<p>Use <a class="link" href="ClutterCanvas.html" title="ClutterCanvas"><span class="type">ClutterCanvas</span></a> instead</p>
|
572
|
+
</div>
|
573
|
+
<p>Invalidates a rectangular region of a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a>.</p>
|
574
|
+
<p>The invalidation will cause the <a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture-draw" title="The “draw” signal"><span class="type">“draw”</span></a> signal
|
575
|
+
to be emitted.</p>
|
576
|
+
<p>See also: <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate" title="clutter_cairo_texture_invalidate ()"><code class="function">clutter_cairo_texture_invalidate()</code></a></p>
|
577
|
+
<div class="refsect3">
|
578
|
+
<a name="id-1.10.13.10.9.9"></a><h4>Parameters</h4>
|
579
|
+
<div class="informaltable"><table width="100%" border="0">
|
772
580
|
<colgroup>
|
773
|
-
<col
|
774
|
-
<col>
|
581
|
+
<col width="150px" class="parameters_name">
|
582
|
+
<col class="parameters_description">
|
583
|
+
<col width="200px" class="parameters_annotations">
|
775
584
|
</colgroup>
|
776
585
|
<tbody>
|
777
586
|
<tr>
|
778
|
-
<td
|
779
|
-
<td>a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a>
|
780
|
-
</td>
|
587
|
+
<td class="parameter_name"><p>self</p></td>
|
588
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a></p></td>
|
589
|
+
<td class="parameter_annotations"> </td>
|
781
590
|
</tr>
|
782
591
|
<tr>
|
783
|
-
<td
|
784
|
-
<td>a rectangle with the area to invalida,
|
785
|
-
or <code class="literal">NULL</code> to perform an unbounded invalidation.
|
786
|
-
</td>
|
592
|
+
<td class="parameter_name"><p>rect</p></td>
|
593
|
+
<td class="parameter_description"><p> a rectangle with the area to invalida,
|
594
|
+
or <code class="literal">NULL</code> to perform an unbounded invalidation. </p></td>
|
595
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
787
596
|
</tr>
|
788
597
|
</tbody>
|
789
598
|
</table></div>
|
599
|
+
</div>
|
790
600
|
<p class="since">Since 1.8</p>
|
791
601
|
</div>
|
792
602
|
<hr>
|
793
603
|
<div class="refsect2">
|
794
|
-
<a name="clutter-cairo-texture-invalidate"></a><h3>clutter_cairo_texture_invalidate
|
795
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
604
|
+
<a name="clutter-cairo-texture-invalidate"></a><h3>clutter_cairo_texture_invalidate ()</h3>
|
605
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
606
|
+
clutter_cairo_texture_invalidate (<em class="parameter"><code><a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> *self</code></em>);</pre>
|
796
607
|
<div class="warning">
|
797
|
-
<
|
798
|
-
<p
|
799
|
-
</div>
|
800
|
-
<p>
|
801
|
-
|
802
|
-
|
803
|
-
<p>
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
<p>
|
808
|
-
See also: <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate-rectangle" title="clutter_cairo_texture_invalidate_rectangle ()"><code class="function">clutter_cairo_texture_invalidate_rectangle()</code></a>
|
809
|
-
</p>
|
810
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
608
|
+
<p><code class="literal">clutter_cairo_texture_invalidate</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
609
|
+
<p>Use <a class="link" href="ClutterCanvas.html" title="ClutterCanvas"><span class="type">ClutterCanvas</span></a> instead</p>
|
610
|
+
</div>
|
611
|
+
<p>Invalidates the whole surface of a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a>.</p>
|
612
|
+
<p>This function will cause the <a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture-draw" title="The “draw” signal"><span class="type">“draw”</span></a> signal
|
613
|
+
to be emitted.</p>
|
614
|
+
<p>See also: <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate-rectangle" title="clutter_cairo_texture_invalidate_rectangle ()"><code class="function">clutter_cairo_texture_invalidate_rectangle()</code></a></p>
|
615
|
+
<div class="refsect3">
|
616
|
+
<a name="id-1.10.13.10.10.9"></a><h4>Parameters</h4>
|
617
|
+
<div class="informaltable"><table width="100%" border="0">
|
811
618
|
<colgroup>
|
812
|
-
<col
|
813
|
-
<col>
|
619
|
+
<col width="150px" class="parameters_name">
|
620
|
+
<col class="parameters_description">
|
621
|
+
<col width="200px" class="parameters_annotations">
|
814
622
|
</colgroup>
|
815
623
|
<tbody><tr>
|
816
|
-
<td
|
817
|
-
<td>a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a>
|
818
|
-
</td>
|
624
|
+
<td class="parameter_name"><p>self</p></td>
|
625
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a></p></td>
|
626
|
+
<td class="parameter_annotations"> </td>
|
819
627
|
</tr></tbody>
|
820
628
|
</table></div>
|
629
|
+
</div>
|
821
630
|
<p class="since">Since 1.8</p>
|
822
631
|
</div>
|
823
632
|
<hr>
|
824
633
|
<div class="refsect2">
|
825
|
-
<a name="clutter-cairo-texture-clear"></a><h3>clutter_cairo_texture_clear
|
826
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
634
|
+
<a name="clutter-cairo-texture-clear"></a><h3>clutter_cairo_texture_clear ()</h3>
|
635
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
636
|
+
clutter_cairo_texture_clear (<em class="parameter"><code><a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> *self</code></em>);</pre>
|
827
637
|
<div class="warning">
|
828
|
-
<
|
829
|
-
<p
|
638
|
+
<p><code class="literal">clutter_cairo_texture_clear</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
639
|
+
<p>Use <a class="link" href="ClutterCanvas.html" title="ClutterCanvas"><span class="type">ClutterCanvas</span></a> instead</p>
|
830
640
|
</div>
|
831
|
-
<p>
|
832
|
-
|
641
|
+
<p>Clears <em class="parameter"><code>self</code></em>
|
642
|
+
's internal drawing surface, so that the next upload
|
833
643
|
will replace the previous contents of the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a>
|
834
|
-
rather than adding to it
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
644
|
+
rather than adding to it.</p>
|
645
|
+
<p>Calling this function from within a <a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture-draw" title="The “draw” signal"><span class="type">“draw”</span></a>
|
646
|
+
signal handler will clear the invalidated area.</p>
|
647
|
+
<div class="refsect3">
|
648
|
+
<a name="id-1.10.13.10.11.8"></a><h4>Parameters</h4>
|
649
|
+
<div class="informaltable"><table width="100%" border="0">
|
841
650
|
<colgroup>
|
842
|
-
<col
|
843
|
-
<col>
|
651
|
+
<col width="150px" class="parameters_name">
|
652
|
+
<col class="parameters_description">
|
653
|
+
<col width="200px" class="parameters_annotations">
|
844
654
|
</colgroup>
|
845
655
|
<tbody><tr>
|
846
|
-
<td
|
847
|
-
<td>a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a>
|
848
|
-
</td>
|
656
|
+
<td class="parameter_name"><p>self</p></td>
|
657
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a></p></td>
|
658
|
+
<td class="parameter_annotations"> </td>
|
849
659
|
</tr></tbody>
|
850
660
|
</table></div>
|
661
|
+
</div>
|
851
662
|
<p class="since">Since 1.0</p>
|
852
663
|
</div>
|
853
664
|
</div>
|
854
665
|
<div class="refsect1">
|
855
|
-
<a name="ClutterCairoTexture.
|
666
|
+
<a name="ClutterCairoTexture.other_details"></a><h2>Types and Values</h2>
|
856
667
|
<div class="refsect2">
|
857
|
-
<a name="ClutterCairoTexture
|
858
|
-
<pre class="programlisting">
|
668
|
+
<a name="ClutterCairoTexture-struct"></a><h3>struct ClutterCairoTexture</h3>
|
669
|
+
<pre class="programlisting">struct ClutterCairoTexture;</pre>
|
859
670
|
<div class="warning">
|
860
|
-
<
|
861
|
-
<p><
|
671
|
+
<p><code class="literal">ClutterCairoTexture</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
672
|
+
<p>Use <a class="link" href="ClutterCanvas.html" title="ClutterCanvas"><span class="type">ClutterCanvas</span></a> instead</p>
|
862
673
|
</div>
|
863
|
-
<p>
|
864
|
-
|
674
|
+
<p>The <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> struct contains only private data.</p>
|
675
|
+
<p class="since">Since 1.0</p>
|
676
|
+
</div>
|
677
|
+
<hr>
|
678
|
+
<div class="refsect2">
|
679
|
+
<a name="ClutterCairoTextureClass"></a><h3>struct ClutterCairoTextureClass</h3>
|
680
|
+
<pre class="programlisting">struct ClutterCairoTextureClass {
|
681
|
+
cairo_surface_t *(* create_surface) (ClutterCairoTexture *texture,
|
682
|
+
guint width,
|
683
|
+
guint height);
|
684
|
+
|
685
|
+
gboolean (* draw) (ClutterCairoTexture *texture,
|
686
|
+
cairo_t *cr);
|
687
|
+
};
|
688
|
+
</pre>
|
689
|
+
<div class="warning">
|
690
|
+
<p><code class="literal">ClutterCairoTextureClass</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
691
|
+
<p>Use <a class="link" href="ClutterCanvas.html" title="ClutterCanvas"><span class="type">ClutterCanvas</span></a> instead</p>
|
692
|
+
</div>
|
693
|
+
<p>The <a class="link" href="ClutterCairoTexture.html#ClutterCairoTextureClass" title="struct ClutterCairoTextureClass"><span class="type">ClutterCairoTextureClass</span></a> struct contains only private data.</p>
|
694
|
+
<div class="refsect3">
|
695
|
+
<a name="id-1.10.13.11.3.7"></a><h4>Members</h4>
|
696
|
+
<div class="informaltable"><table width="100%" border="0">
|
697
|
+
<colgroup>
|
698
|
+
<col width="300px" class="struct_members_name">
|
699
|
+
<col class="struct_members_description">
|
700
|
+
<col width="200px" class="struct_members_annotations">
|
701
|
+
</colgroup>
|
702
|
+
<tbody>
|
703
|
+
<tr>
|
704
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="ClutterCairoTextureClass.create-surface"></a>create_surface</code></em> ()</p></td>
|
705
|
+
<td class="struct_member_description"><p>class handler for the <a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture-create-surface" title="The “create-surface” signal"><span class="type">“create-surface”</span></a>
|
706
|
+
signal</p></td>
|
707
|
+
<td class="struct_member_annotations"> </td>
|
708
|
+
</tr>
|
709
|
+
<tr>
|
710
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="ClutterCairoTextureClass.draw"></a>draw</code></em> ()</p></td>
|
711
|
+
<td class="struct_member_description"><p>class handler for the <a class="link" href="ClutterCairoTexture.html#ClutterCairoTexture-draw" title="The “draw” signal"><span class="type">“draw”</span></a> signal</p></td>
|
712
|
+
<td class="struct_member_annotations"> </td>
|
713
|
+
</tr>
|
714
|
+
</tbody>
|
715
|
+
</table></div>
|
716
|
+
</div>
|
717
|
+
<p class="since">Since 1.0</p>
|
718
|
+
</div>
|
719
|
+
</div>
|
720
|
+
<div class="refsect1">
|
721
|
+
<a name="ClutterCairoTexture.property-details"></a><h2>Property Details</h2>
|
722
|
+
<div class="refsect2">
|
723
|
+
<a name="ClutterCairoTexture--auto-resize"></a><h3>The <code class="literal">“auto-resize”</code> property</h3>
|
724
|
+
<pre class="programlisting"> “auto-resize” <span class="type">gboolean</span></pre>
|
725
|
+
<p>Controls whether the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> should automatically
|
865
726
|
resize the Cairo surface whenever the actor's allocation changes.
|
866
727
|
If :auto-resize is set to <code class="literal">TRUE</code> the surface contents will also
|
867
|
-
be invalidated automatically
|
868
|
-
</p>
|
728
|
+
be invalidated automatically.</p>
|
729
|
+
<div class="warning"><p><code class="literal">ClutterCairoTexture:auto-resize</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
730
|
+
<p>Flags: Read / Write</p>
|
869
731
|
<p>Default value: FALSE</p>
|
870
732
|
<p class="since">Since 1.8</p>
|
871
733
|
</div>
|
872
734
|
<hr>
|
873
735
|
<div class="refsect2">
|
874
|
-
<a name="ClutterCairoTexture--surface-height"></a><h3>The <code class="literal"
|
875
|
-
<pre class="programlisting">
|
876
|
-
<
|
877
|
-
|
878
|
-
<p><code class="literal">ClutterCairoTexture:surface-height</code>
|
879
|
-
</
|
880
|
-
<p>
|
881
|
-
The height of the Cairo surface used by the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a>
|
882
|
-
actor, in pixels.
|
883
|
-
</p>
|
736
|
+
<a name="ClutterCairoTexture--surface-height"></a><h3>The <code class="literal">“surface-height”</code> property</h3>
|
737
|
+
<pre class="programlisting"> “surface-height” <span class="type">guint</span></pre>
|
738
|
+
<p>The height of the Cairo surface used by the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a>
|
739
|
+
actor, in pixels.</p>
|
740
|
+
<div class="warning"><p><code class="literal">ClutterCairoTexture:surface-height</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
741
|
+
<p>Flags: Read / Write</p>
|
884
742
|
<p>Default value: 0</p>
|
885
743
|
<p class="since">Since 1.0</p>
|
886
744
|
</div>
|
887
745
|
<hr>
|
888
746
|
<div class="refsect2">
|
889
|
-
<a name="ClutterCairoTexture--surface-width"></a><h3>The <code class="literal"
|
890
|
-
<pre class="programlisting">
|
891
|
-
<
|
892
|
-
|
893
|
-
<p><code class="literal">ClutterCairoTexture:surface-width</code>
|
894
|
-
</
|
895
|
-
<p>
|
896
|
-
The width of the Cairo surface used by the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a>
|
897
|
-
actor, in pixels.
|
898
|
-
</p>
|
747
|
+
<a name="ClutterCairoTexture--surface-width"></a><h3>The <code class="literal">“surface-width”</code> property</h3>
|
748
|
+
<pre class="programlisting"> “surface-width” <span class="type">guint</span></pre>
|
749
|
+
<p>The width of the Cairo surface used by the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a>
|
750
|
+
actor, in pixels.</p>
|
751
|
+
<div class="warning"><p><code class="literal">ClutterCairoTexture:surface-width</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
752
|
+
<p>Flags: Read / Write</p>
|
899
753
|
<p>Default value: 0</p>
|
900
754
|
<p class="since">Since 1.0</p>
|
901
755
|
</div>
|
@@ -903,113 +757,117 @@ actor, in pixels.
|
|
903
757
|
<div class="refsect1">
|
904
758
|
<a name="ClutterCairoTexture.signal-details"></a><h2>Signal Details</h2>
|
905
759
|
<div class="refsect2">
|
906
|
-
<a name="ClutterCairoTexture-create-surface"></a><h3>The <code class="literal"
|
907
|
-
<pre class="programlisting"><span class="returnvalue">CairoSurface</span>*
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
<
|
912
|
-
<
|
913
|
-
<p><code class="literal">ClutterCairoTexture::create-surface</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
914
|
-
</div>
|
915
|
-
<p>
|
916
|
-
The ::create-surface signal is emitted when a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a>
|
760
|
+
<a name="ClutterCairoTexture-create-surface"></a><h3>The <code class="literal">“create-surface”</code> signal</h3>
|
761
|
+
<pre class="programlisting"><span class="returnvalue">CairoSurface</span>*
|
762
|
+
user_function (<a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> *texture,
|
763
|
+
<span class="type">guint</span> width,
|
764
|
+
<span class="type">guint</span> height,
|
765
|
+
<span class="type">gpointer</span> user_data)</pre>
|
766
|
+
<p>The ::create-surface signal is emitted when a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a>
|
917
767
|
news its surface (re)created, which happens either when the Cairo
|
918
|
-
context is created with <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-create" title="clutter_cairo_texture_create
|
919
|
-
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-create-region" title="clutter_cairo_texture_create_region
|
920
|
-
through <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-set-surface-size" title="clutter_cairo_texture_set_surface_size
|
921
|
-
|
922
|
-
<p>
|
923
|
-
The first signal handler that returns a non-<code class="literal">NULL</code>, valid surface will
|
768
|
+
context is created with <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-create" title="clutter_cairo_texture_create ()"><code class="function">clutter_cairo_texture_create()</code></a> or
|
769
|
+
<a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-create-region" title="clutter_cairo_texture_create_region ()"><code class="function">clutter_cairo_texture_create_region()</code></a>, or when the surface is resized
|
770
|
+
through <a class="link" href="ClutterCairoTexture.html#clutter-cairo-texture-set-surface-size" title="clutter_cairo_texture_set_surface_size ()"><code class="function">clutter_cairo_texture_set_surface_size()</code></a>.</p>
|
771
|
+
<p>The first signal handler that returns a non-<code class="literal">NULL</code>, valid surface will
|
924
772
|
stop any further signal emission, and the returned surface will be
|
925
|
-
the one used
|
926
|
-
</p>
|
927
|
-
<div class="
|
773
|
+
the one used.</p>
|
774
|
+
<div class="warning"><p><code class="literal">ClutterCairoTexture::create-surface</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
775
|
+
<div class="refsect3">
|
776
|
+
<a name="id-1.10.13.13.2.8"></a><h4>Parameters</h4>
|
777
|
+
<div class="informaltable"><table width="100%" border="0">
|
928
778
|
<colgroup>
|
929
|
-
<col
|
930
|
-
<col>
|
779
|
+
<col width="150px" class="parameters_name">
|
780
|
+
<col class="parameters_description">
|
781
|
+
<col width="200px" class="parameters_annotations">
|
931
782
|
</colgroup>
|
932
783
|
<tbody>
|
933
784
|
<tr>
|
934
|
-
<td
|
935
|
-
<td>the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> that emitted the signal</td>
|
785
|
+
<td class="parameter_name"><p>texture</p></td>
|
786
|
+
<td class="parameter_description"><p>the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> that emitted the signal</p></td>
|
787
|
+
<td class="parameter_annotations"> </td>
|
936
788
|
</tr>
|
937
789
|
<tr>
|
938
|
-
<td
|
939
|
-
<td>the width of the surface to create</td>
|
790
|
+
<td class="parameter_name"><p>width</p></td>
|
791
|
+
<td class="parameter_description"><p>the width of the surface to create</p></td>
|
792
|
+
<td class="parameter_annotations"> </td>
|
940
793
|
</tr>
|
941
794
|
<tr>
|
942
|
-
<td
|
943
|
-
<td>the height of the surface to create</td>
|
795
|
+
<td class="parameter_name"><p>height</p></td>
|
796
|
+
<td class="parameter_description"><p>the height of the surface to create</p></td>
|
797
|
+
<td class="parameter_annotations"> </td>
|
944
798
|
</tr>
|
945
799
|
<tr>
|
946
|
-
<td
|
947
|
-
<td>user data set when the signal handler was connected.</td>
|
948
|
-
</
|
949
|
-
<tr>
|
950
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
951
|
-
<td>the newly created <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="type">cairo_surface_t</span></a> for the texture</td>
|
800
|
+
<td class="parameter_name"><p>user_data</p></td>
|
801
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
802
|
+
<td class="parameter_annotations"> </td>
|
952
803
|
</tr>
|
953
804
|
</tbody>
|
954
805
|
</table></div>
|
806
|
+
</div>
|
807
|
+
<div class="refsect3">
|
808
|
+
<a name="id-1.10.13.13.2.9"></a><h4>Returns</h4>
|
809
|
+
<p> the newly created <span class="type">cairo_surface_t</span> for the texture</p>
|
810
|
+
<p></p>
|
811
|
+
</div>
|
812
|
+
<p>Flags: No Recursion</p>
|
955
813
|
<p class="since">Since 1.6</p>
|
956
814
|
</div>
|
957
815
|
<hr>
|
958
816
|
<div class="refsect2">
|
959
|
-
<a name="ClutterCairoTexture-draw"></a><h3>The <code class="literal"
|
960
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
961
|
-
|
962
|
-
|
963
|
-
<
|
964
|
-
<
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
been invalidated.
|
970
|
-
</p>
|
971
|
-
<p>
|
972
|
-
The passed Cairo context passed will be clipped to the invalidated
|
973
|
-
area.
|
974
|
-
</p>
|
975
|
-
<p>
|
976
|
-
It is safe to connect multiple callbacks to this signals; the state
|
817
|
+
<a name="ClutterCairoTexture-draw"></a><h3>The <code class="literal">“draw”</code> signal</h3>
|
818
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
819
|
+
user_function (<a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> *texture,
|
820
|
+
<span class="type">CairoContext</span> *cr,
|
821
|
+
<span class="type">gpointer</span> user_data)</pre>
|
822
|
+
<p>The ::draw signal is emitted each time a <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> has
|
823
|
+
been invalidated.</p>
|
824
|
+
<p>The passed Cairo context passed will be clipped to the invalidated
|
825
|
+
area.</p>
|
826
|
+
<p>It is safe to connect multiple callbacks to this signals; the state
|
977
827
|
of the Cairo context passed to each callback is automatically saved
|
978
|
-
and restored, so it's not necessary to call <
|
979
|
-
<
|
980
|
-
</p>
|
981
|
-
<div class="
|
828
|
+
and restored, so it's not necessary to call <code class="function">cairo_save()</code> and
|
829
|
+
<code class="function">cairo_restore()</code>.</p>
|
830
|
+
<div class="warning"><p><code class="literal">ClutterCairoTexture::draw</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
831
|
+
<div class="refsect3">
|
832
|
+
<a name="id-1.10.13.13.3.9"></a><h4>Parameters</h4>
|
833
|
+
<div class="informaltable"><table width="100%" border="0">
|
982
834
|
<colgroup>
|
983
|
-
<col
|
984
|
-
<col>
|
835
|
+
<col width="150px" class="parameters_name">
|
836
|
+
<col class="parameters_description">
|
837
|
+
<col width="200px" class="parameters_annotations">
|
985
838
|
</colgroup>
|
986
839
|
<tbody>
|
987
840
|
<tr>
|
988
|
-
<td
|
989
|
-
<td>the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> that emitted the signal</td>
|
841
|
+
<td class="parameter_name"><p>texture</p></td>
|
842
|
+
<td class="parameter_description"><p>the <a class="link" href="ClutterCairoTexture.html" title="ClutterCairoTexture"><span class="type">ClutterCairoTexture</span></a> that emitted the signal</p></td>
|
843
|
+
<td class="parameter_annotations"> </td>
|
990
844
|
</tr>
|
991
845
|
<tr>
|
992
|
-
<td
|
993
|
-
<td>the Cairo context to use to draw</td>
|
846
|
+
<td class="parameter_name"><p>cr</p></td>
|
847
|
+
<td class="parameter_description"><p>the Cairo context to use to draw</p></td>
|
848
|
+
<td class="parameter_annotations"> </td>
|
994
849
|
</tr>
|
995
850
|
<tr>
|
996
|
-
<td
|
997
|
-
<td>user data set when the signal handler was connected.</td>
|
998
|
-
</
|
999
|
-
<tr>
|
1000
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1001
|
-
<td>
|
1002
|
-
<code class="literal">TRUE</code> if the signal emission should stop, and <code class="literal">FALSE</code>
|
1003
|
-
to continue</td>
|
851
|
+
<td class="parameter_name"><p>user_data</p></td>
|
852
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
853
|
+
<td class="parameter_annotations"> </td>
|
1004
854
|
</tr>
|
1005
855
|
</tbody>
|
1006
856
|
</table></div>
|
857
|
+
</div>
|
858
|
+
<div class="refsect3">
|
859
|
+
<a name="id-1.10.13.13.3.10"></a><h4>Returns</h4>
|
860
|
+
<p> <code class="literal">TRUE</code> if the signal emission should stop, and <code class="literal">FALSE</code>
|
861
|
+
to continue</p>
|
862
|
+
<p></p>
|
863
|
+
</div>
|
864
|
+
<p>Flags: No Recursion</p>
|
1007
865
|
<p class="since">Since 1.8</p>
|
1008
866
|
</div>
|
1009
867
|
</div>
|
1010
868
|
</div>
|
1011
869
|
<div class="footer">
|
1012
870
|
<hr>
|
1013
|
-
Generated by GTK-Doc V1.
|
871
|
+
Generated by GTK-Doc V1.20.1</div>
|
1014
872
|
</body>
|
1015
873
|
</html>
|