Description

What property got changed for this object

Since 1.18

Fields

  • none - Nothing changed.
  • matrix - Matrix got changed.
  • path - Path got changed.
  • fill - Coloring or fill information changed, not geometry.
  • all - All properties got changed.

Signature

enum Efl.Gfx.Change_Flag {
    none: 0,
    matrix: 1,
    path: 2,
    fill: 4,
    all: 65535
}

C signature