summaryrefslogtreecommitdiff
path: root/libpurple/internal.h
diff options
context:
space:
mode:
authorMike Ruprecht <cmaiku@gmail.com>2016-09-11 11:00:59 -0500
committerMike Ruprecht <cmaiku@gmail.com>2016-09-11 11:00:59 -0500
commit3c0403ad19bac5707bfddb7160596170f7cd8636 (patch)
tree8fedf817ada4146248b8d7019e1c7e08209abb07 /libpurple/internal.h
parent8ad6805aa08c9d83e921fe011fbb53ea9d32cf42 (diff)
downloadpidgin-3c0403ad19bac5707bfddb7160596170f7cd8636.tar.gz
purple-socket: Remove as all in-tree dependents ported to Gio
This patch removes PurpleSocket as all in-tree dependents have been ported to equivalent Gio implementations.
Diffstat (limited to 'libpurple/internal.h')
-rw-r--r--libpurple/internal.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/libpurple/internal.h b/libpurple/internal.h
index 32b40b72aa..461e8b541a 100644
--- a/libpurple/internal.h
+++ b/libpurple/internal.h
@@ -360,31 +360,6 @@ int
_purple_fstat(int fd, GStatBuf *st);
/**
- * _purple_socket_cancel_with_connection:
- * @gc The connection.
- *
- * Cancels all #PurpleSocket instances bound with @gc.
- */
-void
-_purple_socket_cancel_with_connection(PurpleConnection *gc);
-
-/**
- * _purple_socket_init: (skip)
- *
- * Initializes the #PurpleSocket subsystem.
- */
-void
-_purple_socket_init(void);
-
-/**
- * _purple_socket_uninit: (skip)
- *
- * Uninitializes the #PurpleSocket subsystem.
- */
-void
-_purple_socket_uninit(void);
-
-/**
* _purple_message_init: (skip)
*
* Initializes the #PurpleMessage subsystem.