i3ipc_connection_main_with_context
DerpyCrabs opened this issue · 1 comments
DerpyCrabs commented
I think it would be nice to have void i3ipc_connection_main_with_context(i3ipcConnection *self, GMainContext *context)
in this lib. I have 2 GMainLoop's in my program and need to patch this lib to give g_main_loop_new
my context. It will not break compatibility.
acrisci commented
yeah that's fine