Internal renamings for clarity
authorDan Winship <danw@gnome.org>
Sun, 27 Jan 2013 00:44:56 +0000 (19:44 -0500)
committerDan Winship <danw@gnome.org>
Sat, 16 Feb 2013 23:02:11 +0000 (18:02 -0500)
commitcf558c8514686851b8eea544a0b110c7d705ea9e
tree61cd2efb36341e111c03aa3a87d261e42e928ca7
parentf0edc19af684c2073bdbfb59ae62c6812d6e5ee8
Internal renamings for clarity

The GSocketClient::event signal gets proxied from GSocketClient to
SoupSocket to SoupConnection to SoupSession to SoupMessage (!) via
signal handlers that used to have "proxy" in their names. But that
made it sound like they had something to do with network proxies. So
rename them all (to "re_emit").

https://bugzilla.gnome.org/show_bug.cgi?id=680273
libsoup/soup-connection.c
libsoup/soup-session.c
libsoup/soup-socket.c