Evas canvas3d: Fix Eolian warnings.

This includes either migrating types to eolian, fixing namespace or
importing extra types.
This commit is contained in:
Tom Hacohen 2016-02-17 10:22:34 +00:00
parent 297fc1c42b
commit 094a1f2b5e
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class Evas.Canvas3D.Node (Evas.Canvas3D.Object, Evas.Common_Interface)
scene_root_get {
[[Get hash table of scenes using this node as root.]]
return: Eina.Hash *; [[ scenes using this node as root.]]
return: hash<Evas.Canvas3D.Object *, uintptr> *; [[ scenes using this node as root. FIXME: Actually a scene, not object.]]
}
position_set {
[[Set the position of the given node.