print->print_message is caused because GI does print->print_ in python bindings which is not good. Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>pull/234/head
parent
7b0dd7299c
commit
0384fa9175
6 changed files with 44 additions and 9 deletions
@ -0,0 +1,6 @@ |
||||
#!/usr/bin/env python3 |
||||
from gi.repository import Meson |
||||
|
||||
if __name__ == "__main__": |
||||
s = Meson.Sample.new("Hello, meson/py!") |
||||
s.print_message() |
@ -1,3 +1,4 @@ |
||||
usr/lib/girepository-1.0/Meson-1.0.typelib |
||||
usr/lib/libgirlib.so |
||||
usr/share/gir-1.0/Meson-1.0.gir |
||||
usr/share/glib-2.0/schemas/com.github.meson.gschema.xml |
||||
|
Loading…
Reference in new issue