HACKING

Mon, 18 Jan 2016 00:18:07 -0600

author
Mike Ruprecht <cmaiku@gmail.com>
date
Mon, 18 Jan 2016 00:18:07 -0600
changeset 37549
1e58ac9ee097
parent 33955
55aa58076485
permissions
-rw-r--r--

Don't have proxy code call callbacks if connect data disposed

The raw socket implementation wouldn't call callbacks after the
connect data was disposed. Replicate this behavior with the Gio
implementation.

The GCancellable is only cancelled when disposing the connect
data, so if the return from the async function is that it was
cancelled, it's safe to assume that the connect data has been
disposed.

16235
ba05596c81b3 Let's just have HACKING point to Trac, okay?
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
1 For information on hacking on Pidgin, Finch, or libpurple, see:
33955
55aa58076485 Use https URLs for pidgin.im and developer.pidgin.im.
Mark Doliner <mark@kingant.net>
parents: 16239
diff changeset
2 https://developer.pidgin.im

mercurial