altdesktop/i3ipc-glib

i3ipc_connection_main_with_context

DerpyCrabs opened this issue · 1 comments

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.

yeah that's fine