IRC channel logs
2025-11-16.log
back to list of logs
<kestrelwx>daviid: Hi! With G-Golf is it wrong to use async C procedures that take a callback? I'm using `gd-bus-proxy-new-for-bus` from "Gio" and it seems to never enter into the callback or contact the DBus daemon, whereas the synchronous version works fine. <daviid>sneek: later tell kestrelwx I am not familiar with dbus, i just read in the doc you must call g_dbus_proxy_new_for_bus_finish() inside the GAsyncReadyCallback to obtain the result of the operation - do you? otherwise, is there a snipset I could use to learn, look at and possibly ask for help in gi room ... tx <daviid> sneek: later tell kestrelwx unless a bug, there is no 'async callback blocker' in g-golf, not that I am aware of anyway