Skip to content

Commit 059ffa5

Browse files
committed
Add TODO
1 parent be47879 commit 059ffa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/org/freedesktop/gstreamer/lowlevel/GstTypes.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public static final Class<? extends NativeObject> classFor(final GType gType) {
8181
return null;
8282
}
8383

84+
//TODO : need refactoring to take into account derived class
8485
public static final GType typeFor(Class<? extends NativeObject> cls) {
8586
for (Map.Entry<String, Class<? extends NativeObject>> e : gtypeNameMap.entrySet()) {
8687
if (e.getValue().equals(cls)) {

0 commit comments

Comments
 (0)