Efl.Object.comment

Description

A human readable comment for the object.

Every EFL object can have a comment. This is intended for developers and debugging. An empty string is considered the same as a NULL string or no string for the comment.

Since 1.22

Values

  • comment - The comment.

Signature

@property comment {
    get {}
    set {}
    values {
        comment: string;
    }
}

C signature

const char *efl_comment_get(const Eo *obj);
void efl_comment_set(Eo *obj, const char *comment);

Implemented by