summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 894d615)
raw | patch | inline | side by side (parent: 894d615)
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | |
Fri, 23 Oct 2015 20:12:27 +0000 (23:12 +0300) | ||
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | |
Fri, 23 Oct 2015 20:12:27 +0000 (23:12 +0300) |
py/pykms.i | patch | blob | history |
diff --git a/py/pykms.i b/py/pykms.i
index 6d8de675e00f62ed346ec40f3219c54d8ab3a504..11d51040cb01beccb1435f689b8479f342b9ce13 100644 (file)
--- a/py/pykms.i
+++ b/py/pykms.i
%include "std_string.i"
%include "stdint.i"
+%include "std_vector.i"
%feature("director") PageFlipHandlerBase;
%include "pagefliphandler.h"
%include "kmstest.h"
+
+%template(ConnectorVector) std::vector<kms::Connector*>;
+%template(CrtcVector) std::vector<kms::Crtc*>;
+%template(EncoderVector) std::vector<kms::Encoder*>;
+%template(PlaneVector) std::vector<kms::Plane*>;