projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e984e5a
)
eo: FIXME for wref_del so I don't forget
author
Daniel Kolesa
<d.kolesa@osg.samsung.com>
Mon, 23 May 2016 15:15:04 +0000
(16:15 +0100)
committer
Daniel Kolesa
<d.kolesa@osg.samsung.com>
Mon, 23 May 2016 15:15:04 +0000
(16:15 +0100)
src/lib/eo/eo_base.eo
patch
|
blob
|
history
diff --git
a/src/lib/eo/eo_base.eo
b/src/lib/eo/eo_base.eo
index
0bc805e
..
eb7f30f
100644
(file)
--- a/
src/lib/eo/eo_base.eo
+++ b/
src/lib/eo/eo_base.eo
@@
-197,6
+197,7
@@
abstract Eo.Base ()
wref_del {
[[Delete the weak reference passed.]]
params {
+ /* FIXME: this should be @ref when I add it */
@out wref: Eo.Base;
}
}