Description

DBus Property

Fields

  • name - Property name
  • type - Property type
  • access - Property access rights
  • annotations - List with property annotations

Signature

struct @extern Eldbus.Introspection.Property {
    name: stringshare;
    type: stringshare;
    access: Eldbus.Introspection.Property_Access;
    annotations: list<void_ptr>;
}

C signature

typedef struct _Eldbus_Introspection_Property {
    Eina_Stringshare *name;
    Eina_Stringshare *type;
    Eldbus_Introspection_Property_Access access;
    Eina_List *annotations;
} Eldbus_Introspection_Property;