Description

DBus Method

Fields

  • name - Method name
  • arguments - List with method arguments
  • annotations - List with method annotations

Signature

struct @extern Eldbus.Introspection.Method {
    name: stringshare;
    arguments: list<void_ptr>;
    annotations: list<void_ptr>;
}

C signature

typedef struct _Eldbus_Introspection_Method {
    Eina_Stringshare *name;
    Eina_List *arguments;
    Eina_List *annotations;
} Eldbus_Introspection_Method;