libpurple/connection.h

changeset 42994
2cbef46420eb
parent 42993
bd76f53bd582
child 42998
9fae31173eb3
--- a/libpurple/connection.h	Thu Oct 03 22:53:20 2024 -0500
+++ b/libpurple/connection.h	Thu Oct 03 23:35:09 2024 -0500
@@ -345,48 +345,6 @@
 gboolean purple_connection_error_is_fatal(PurpleConnectionError reason);
 
 /**************************************************************************/
-/* Connections API                                                        */
-/**************************************************************************/
-
-/**
- * purple_connections_disconnect_all:
- *
- * Disconnects from all connections.
- *
- * Since: 2.0
- *
- * Deprecated: 3.0
- */
-PURPLE_DEPRECATED_FOR(purple_account_manager_set_online)
-void purple_connections_disconnect_all(void);
-
-/**
- * purple_connections_get_all:
- *
- * Returns a list of all active connections.  This does not
- * include connections that are in the process of connecting.
- *
- * Returns: (element-type PurpleConnection) (transfer none): A list of all
- *          active connections.
- *
- * Since: 2.0
- */
-PURPLE_AVAILABLE_IN_ALL
-GList *purple_connections_get_all(void);
-
-/**
- * purple_connections_is_online:
- *
- * Checks if at least one account is online.
- *
- * Returns: %TRUE if at least one account is online.
- *
- * Since: 3.0
- */
-PURPLE_AVAILABLE_IN_3_0
-gboolean purple_connections_is_online(void);
-
-/**************************************************************************/
 /* Connections Subsystem                                                  */
 /**************************************************************************/
 

mercurial