this patch improves single line descriptions described on T7717
Details
Details
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
src/lib/ecore/efl_boolean_model.eo | ||
---|---|---|
4 | I am not sure I understand this sentence. |
src/lib/ecore/efl_boolean_model.eo | ||
---|---|---|
4 | I refered to this theory : https://en.wikipedia.org/wiki/Boolean-valued_model. I think our Boolean model also support the values in some fixed complete Boolean algebra. |
src/lib/ecore/efl_boolean_model.eo | ||
---|---|---|
4 | After reading the code in efl_boolean_model.c I am quite convinced that only true and false values are accepted for this Boolean model. For instance, the values are stored in a bitfield, one bit for each value. I can commandeer this patch and continue it from here if you want. |