docs: edje_edit: add class description

This commit is contained in:
Stefan Schmidt 2016-04-19 17:11:53 +02:00
parent bc4d43a1cc
commit 2452e8dee8
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
class Edje.Edit (Edje.Object)
{
[[Edje editing class to access edje object internals.
This was intended ONLY for use in an actual edje editor program. Unless
you are writing one of these, do NOT use this API here.
]]
data: Edje_Edit;
implements {
Eo.Base.constructor;