You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 giveg_main_loop_new
my context. It will not break compatibility.The text was updated successfully, but these errors were encountered: