doc/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 37110
4309235d2a46
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.

if ENABLE_GTK_DOC
SUBDIRS = reference
endif

man_MANS =

if ENABLE_GTK
man_MANS += pidgin.1
endif

if ENABLE_GNT
man_MANS += finch.1
endif

EXTRA_DIST = \
	funniest_home_convos.txt \
	finch.1.in \
	gtkrc-2.0 \
	pidgin.1.in \
	the_penguin.txt

mercurial