samples/dingens.idl
author Volker Birk <vb@pep-project.org>
Fri, 15 Feb 2019 10:45:57 +0100
changeset 30 a1ecf17c60eb
parent 0 76005e62091d
permissions -rw-r--r--
Added tag 2.5.10 for changeset c48f0d1d29ac
module Bla {
    struct Blub {
        long a;
        string b;
    };

    interface Blubber {
        Blub getBlub();
    };

    typedef My::Complicated::Reachable::Thing Thing;

    interface Irgendwas {
        struct Bla {

        };

        readonly attribute Thing b;
    };
};