doc/reference/protocols/Makefile.am

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 37347
34d43f8c10d1
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.

37347
34d43f8c10d1 facebook: added GTK-Doc for the internal APIs
James Geboski <jgeboski@gmail.com>
parents:
diff changeset
1 EXTRA_DIST = version.xml.in
34d43f8c10d1 facebook: added GTK-Doc for the internal APIs
James Geboski <jgeboski@gmail.com>
parents:
diff changeset
2 SUBDIRS = facebook

mercurial