- 15 Oct, 2017 1 commit
-
-
Mike Wey authored
-
- 13 Oct, 2017 1 commit
-
-
Mike Wey authored
-
- 12 Oct, 2017 13 commits
-
-
Mike Wey authored
-
Mike Wey authored
-
Mike Wey authored
-
Mike Wey authored
-
Mike Wey authored
-
Mike Wey authored
-
Mike Wey authored
-
Mike Wey authored
-
Mike Wey authored
constructor.
-
Mike Wey authored
-
Mike Wey authored
-
Mike Wey authored
ObjectG.opCast now handles this use case.
-
Mike Wey authored
ObjectG.getInterfaceInstance now provides that implementation.
-
- 11 Oct, 2017 2 commits
-
-
Mike Wey authored
-
Mike Wey authored
This can be usefull for example with gstreamer.ElementFactory if you use if to make an "xvimagesink" that returns an Element that implements the VideoSink interface, but the actual type returned is private. Now you can use the interface by casting the Element to that interface.
-
- 10 Oct, 2017 4 commits
- 09 Oct, 2017 2 commits
- 05 Oct, 2017 2 commits
- 17 Sep, 2017 1 commit
-
-
Mike Wey authored
-
- 16 Sep, 2017 1 commit
-
-
Mike Wey authored
-
- 09 Sep, 2017 2 commits
- 22 Aug, 2017 1 commit
-
-
Mike Wey authored
-
- 19 Aug, 2017 4 commits
-
-
Mike Wey authored
Like with the Liststore TreeStore.setValues now accepts any value supported by the gobject.Value constructor. Closes #214
-
Mike Wey authored
It now supports any vaule supported by the constructors of gobject.Value. Also add a few more types to gobject.Value.
-
Mike Wey authored
-
Mike Wey authored
Closes #213
-
- 13 Aug, 2017 1 commit
-
-
Mike Wey authored
-
- 06 Aug, 2017 2 commits
- 05 Aug, 2017 1 commit
-
-
Mike Wey authored
-
- 04 Aug, 2017 1 commit
-
-
Mike Wey authored
With the static array the classes are never freed. See #211
-
- 03 Aug, 2017 1 commit
-
-
Mike Wey authored
threadsAddIdle expects an callback returning gboolean/int with a return type of bool this doesn't seem to work.
-