client: Make CmCallback work like other glib callbacks
All threads resolved!
All threads resolved!
Compare changes
Files
3+ 3
− 3
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
source.puri.sm migrated to a new server, see new ssh key fingerprint.
Instead of passing the user_data as first argument, pass it as last
argument like anywhere else. Instead we have the client
as first
argument as one would expect.
Remove mentions of user_data
being a GObject
requirement. It's an
untyped pointer as user_data
elsewhere.
This is a slight API break but it makes things less confusing (at least for me).
As I always get stuck on gpointer object
and similar things.