]> git.sesse.net Git - vlc/blob - bindings/java-gcj/README
Make update-po
[vlc] / bindings / java-gcj / README
1 Implementation Notes
2 --------------------
3
4  The union vlc_value_t has been implemented as a hierarchy of classes
5 which has JVLCVariable.class as the root. All the children of this
6 class are named JVLC<type>Variable.class and are mapped 1:1 to the
7 union members with some exceptions: p_address is not implemented since
8 there's no notion of address in Java, vlc_object_t is not implemented
9 since I don't know how to represent it in Java and is not defined in
10 vlc/vlc.h