samples/dingens.idl
author Volker Birk <vb@pep.foundation>
Wed, 24 Aug 2016 21:22:51 +0200
changeset 6 5ea9477ef8bb
parent 0 76005e62091d
permissions -rw-r--r--
correcting docu
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;
    };
};