~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/reference/cally/html/cally.devhelp2

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2014-03-26 11:51:28 UTC
  • mfrom: (1.5.1) (4.1.30 experimental)
  • Revision ID: package-import@ubuntu.com-20140326115128-timmbsde8734o6wz
Tags: 1.18.0-1
* New upstream release.
* debian/control.in:
  + Bump gtk-doc-tools build dependency.
  + Also break libcogl15.
  + Standards-Version is 3.9.5, no changes needed.
* debian/libclutter-1.0-0.symbols:
  + Drop a few symbols that were accidentally exported in the DSO because
    they had a clutter_ prefix but were not in the public headers.
  + Add one new symbol.
  + Drop unnecessary debian revisions from some symbols.
* debian/control.in,
  debian/rules,
  debian/libclutter-1.0-0.symbols:
  + Temporarily disable evdev input support. It was only enabled in 1.17.6-1
    in experimental and there is nothing using it yet, and I would like to
    wait a bit before uploading libinput to unstable as the ABI isn't stable
    yet.
* d/p/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch:
  + Add missing annotations so that a few symbols are exported in the DSO.

* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    <sub name="License" link="license.html"/>
34
34
  </chapters>
35
35
  <functions>
 
36
    <keyword type="function" name="CallyActionFunc ()" link="CallyActor.html#CallyActionFunc" since="1.4"/>
 
37
    <keyword type="function" name="CallyActionCallback ()" link="CallyActor.html#CallyActionCallback" since="1.6"/>
 
38
    <keyword type="function" name="cally_actor_new ()" link="CallyActor.html#cally-actor-new" since="1.4"/>
 
39
    <keyword type="function" name="cally_actor_add_action ()" link="CallyActor.html#cally-actor-add-action" since="1.4"/>
 
40
    <keyword type="function" name="cally_actor_add_action_full ()" link="CallyActor.html#cally-actor-add-action-full" since="1.6"/>
 
41
    <keyword type="function" name="cally_actor_remove_action ()" link="CallyActor.html#cally-actor-remove-action" since="1.4"/>
 
42
    <keyword type="function" name="cally_actor_remove_action_by_name ()" link="CallyActor.html#cally-actor-remove-action-by-name" since="1.4"/>
36
43
    <keyword type="struct" name="struct CallyActor" link="CallyActor.html#CallyActor-struct"/>
37
44
    <keyword type="struct" name="struct CallyActorClass" link="CallyActor.html#CallyActorClass" since="1.4"/>
38
 
    <keyword type="function" name="CallyActionFunc ()" link="CallyActor.html#CallyActionFunc" since="1.4"/>
39
 
    <keyword type="function" name="CallyActionCallback ()" link="CallyActor.html#CallyActionCallback" since="1.6"/>
40
 
    <keyword type="function" name="cally_actor_new ()" link="CallyActor.html#cally-actor-new" since="1.4"/>
41
 
    <keyword type="function" name="cally_actor_add_action ()" link="CallyActor.html#cally-actor-add-action" since="1.4"/>
42
 
    <keyword type="function" name="cally_actor_add_action_full ()" link="CallyActor.html#cally-actor-add-action-full" since="1.6"/>
43
 
    <keyword type="function" name="cally_actor_remove_action ()" link="CallyActor.html#cally-actor-remove-action" since="1.4"/>
44
 
    <keyword type="function" name="cally_actor_remove_action_by_name ()" link="CallyActor.html#cally-actor-remove-action-by-name" since="1.4"/>
 
45
    <keyword type="function" name="cally_group_new ()" link="CallyGroup.html#cally-group-new" since="1.4"/>
45
46
    <keyword type="struct" name="struct CallyGroup" link="CallyGroup.html#CallyGroup-struct"/>
46
47
    <keyword type="struct" name="struct CallyGroupClass" link="CallyGroup.html#CallyGroupClass" since="1.4"/>
47
 
    <keyword type="function" name="cally_group_new ()" link="CallyGroup.html#cally-group-new" since="1.4"/>
 
48
    <keyword type="function" name="cally_stage_new ()" link="CallyStage.html#cally-stage-new" since="1.4"/>
48
49
    <keyword type="struct" name="struct CallyStage" link="CallyStage.html#CallyStage-struct"/>
49
50
    <keyword type="struct" name="struct CallyStageClass" link="CallyStage.html#CallyStageClass" since="1.4"/>
50
 
    <keyword type="function" name="cally_stage_new ()" link="CallyStage.html#cally-stage-new" since="1.4"/>
 
51
    <keyword type="function" name="cally_texture_new ()" link="CallyTexture.html#cally-texture-new" since="1.4"/>
51
52
    <keyword type="struct" name="struct CallyTexture" link="CallyTexture.html#CallyTexture-struct"/>
52
53
    <keyword type="struct" name="struct CallyTextureClass" link="CallyTexture.html#CallyTextureClass" since="1.4"/>
53
 
    <keyword type="function" name="cally_texture_new ()" link="CallyTexture.html#cally-texture-new" since="1.4"/>
 
54
    <keyword type="function" name="cally_rectangle_new ()" link="CallyRectangle.html#cally-rectangle-new" since="1.4"/>
54
55
    <keyword type="struct" name="struct CallyRectangle" link="CallyRectangle.html#CallyRectangle-struct"/>
55
56
    <keyword type="struct" name="struct CallyRectangleClass" link="CallyRectangle.html#CallyRectangleClass" since="1.4"/>
56
 
    <keyword type="function" name="cally_rectangle_new ()" link="CallyRectangle.html#cally-rectangle-new" since="1.4"/>
 
57
    <keyword type="function" name="cally_text_new ()" link="CallyText.html#cally-text-new" since="1.4"/>
57
58
    <keyword type="struct" name="struct CallyText" link="CallyText.html#CallyText-struct"/>
58
59
    <keyword type="struct" name="struct CallyTextClass" link="CallyText.html#CallyTextClass" since="1.4"/>
59
 
    <keyword type="function" name="cally_text_new ()" link="CallyText.html#cally-text-new" since="1.4"/>
 
60
    <keyword type="function" name="cally_clone_new ()" link="CallyClone.html#cally-clone-new" since="1.4"/>
60
61
    <keyword type="struct" name="struct CallyClone" link="CallyClone.html#CallyClone-struct"/>
61
62
    <keyword type="struct" name="struct CallyCloneClass" link="CallyClone.html#CallyCloneClass" since="1.4"/>
62
 
    <keyword type="function" name="cally_clone_new ()" link="CallyClone.html#cally-clone-new" since="1.4"/>
63
 
    <keyword type="function" name="cally_get_cally_initialized ()" link="cally-General-API.html#cally-get-cally-initialized" since="1.4"/>
64
 
    <keyword type="function" name="cally_accessibility_init ()" link="cally-General-API.html#cally-accessibility-init" since="1.4"/>
 
63
    <keyword type="function" name="cally_get_cally_initialized ()" link="cally-General-API.html#cally-get-cally-initialized" since="1.4"/>
 
64
    <keyword type="function" name="cally_accessibility_init ()" link="cally-General-API.html#cally-accessibility-init" since="1.4"/>
65
65
    <keyword type="macro" name="CALLY_ACCESSIBLE_FACTORY()" link="cally-General-API.html#CALLY-ACCESSIBLE-FACTORY:CAPS" since="1.4"/>
66
66
    <keyword type="macro" name="CALLY_ACTOR_SET_FACTORY()" link="cally-General-API.html#CALLY-ACTOR-SET-FACTORY:CAPS" since="1.4"/>
67
67
    <keyword type="struct" name="struct CallyUtil" link="CallyUtil.html#CallyUtil-struct"/>
68
68
    <keyword type="struct" name="struct CallyUtilClass" link="CallyUtil.html#CallyUtilClass" since="1.4"/>
 
69
    <keyword type="function" name="cally_root_new ()" link="CallyRoot.html#cally-root-new" since="1.4"/>
69
70
    <keyword type="struct" name="struct CallyRoot" link="CallyRoot.html#CallyRoot-struct"/>
70
71
    <keyword type="struct" name="struct CallyRootClass" link="CallyRoot.html#CallyRootClass" since="1.4"/>
71
 
    <keyword type="function" name="cally_root_new ()" link="CallyRoot.html#cally-root-new" since="1.4"/>
72
72
  </functions>
73
73
</book>