Tony Crisci
Tony Crisci
I've never seen this error before and I'm not sure why it would do this. Can you provide a sample so I can reproduce the issue myself?
I really thought I had validators for that to give you good error messages. I'll have to check on that.
I'm redoing the examples now. Check out the [new examples](https://github.com/altdesktop/i3ipc-glib/tree/master/examples). Build with `meson mesonbuild && ninja -C mesonbuild` and the executable will be in the build folder.
Is this still an issue?
Make `gobject-introspection` optional.
That would be a good idea.
Crashing is something we should never do so I will look into how to fix that. [i3#2318](https://github.com/i3/i3/issues/2318) will add a proper shutdown event to the ipc protocol which will help...
Also, I plan to deprecate the "ipc-shutdown" event in favor of the new event (which I will call simply "shutdown") that will be totally supported by the protocol. The new...
Put what you need in [this test](https://github.com/acrisci/i3ipc-glib/blob/master/test/test_get_marks.py).
Needs a test.