summaryrefslogtreecommitdiff
path: root/src/lib/eo/efl_object.eo
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-09-10 16:05:44 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2019-09-10 16:05:44 +0200
commit96d8b9bc3e5b14e2a8ad004debffa220ff28e36d (patch)
tree1f8519272ff81671fe5cc3f8b4edaa69258eb793 /src/lib/eo/efl_object.eo
parent08e5b09d0a985d4d556c2a22dbae93ed9e45cfa4 (diff)
downloadefl-96d8b9bc3e5b14e2a8ad004debffa220ff28e36d.tar.gz
docs: nicer formatting of the NULL keyword, everywhere
Diffstat (limited to 'src/lib/eo/efl_object.eo')
-rw-r--r--src/lib/eo/efl_object.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eo/efl_object.eo b/src/lib/eo/efl_object.eo
index 765bb6d6bd..fe8f6f12c2 100644
--- a/src/lib/eo/efl_object.eo
+++ b/src/lib/eo/efl_object.eo
@@ -205,7 +205,7 @@ abstract Efl.Object
The object from the provider will then be returned.
The base implementation calls the provider_find function on the object parent,
- and returns its result. If no parent is present NULL is returned.
+ and returns its result. If no parent is present $NULL is returned.
Each implementation has to support this function by overriding
it and returning itself if the interface matches the parameter.
If this is not done the class cannot be found up in the object tree.