Sun, 10 Jan 2016 03:23:46 -0600
Clear ununused functions from proxy.[ch] including purple_proxy_connect_udp()
Since porting libpurple's proxy API to internally use Gio, a lot of
functions remain unused. purple_proxy_connect_udp() was added for the
QQ prpl (ticket #6589), but no longer appears to be used. This patch
removes all of these functions in favor of the Gio versions.
|
15998
294277e634fc
More gaim->whatever isms
Mark Doliner <markdoliner@pidgin.im>
parents:
14567
diff
changeset
|
1 | For information on writing a plugin for Purple, Pidgin or Finch, go |
|
33955
55aa58076485
Use https URLs for pidgin.im and developer.pidgin.im.
Mark Doliner <mark@kingant.net>
parents:
28289
diff
changeset
|
2 | https://developer.pidgin.im and click on API. From there, see the |
|
28289
ae4cf144214c
Wrap this file more consistently.
Richard Laager <rlaager@pidgin.im>
parents:
16238
diff
changeset
|
3 | HOWTOs in the "Related Pages" section. |
| 93 | 4 | |
| 35391 | 5 | You can also generate this documentation locally by passing |
| 6 | "--enable-gtk-doc" to ./configure, then running "make" in the source tree. | |
| 7 | The documentation will be in the doc/reference/*/html directories. |