Table of Contents

Description

DBus Method

Fields

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;