libpurple/connection.h

changeset 42949
265492ba5611
parent 42857
5c3c60c07e0e
child 42989
0c386608e7a7
--- a/libpurple/connection.h	Tue Sep 17 02:33:50 2024 -0500
+++ b/libpurple/connection.h	Tue Sep 17 02:41:38 2024 -0500
@@ -149,18 +149,6 @@
 void purple_connection_set_state(PurpleConnection *gc, PurpleConnectionState state);
 
 /**
- * purple_connection_set_display_name:
- * @gc:   The connection.
- * @name: The displayed name.
- *
- * Sets the connection's displayed name.
- *
- * Since: 2.0
- */
-PURPLE_AVAILABLE_IN_ALL
-void purple_connection_set_display_name(PurpleConnection *gc, const char *name);
-
-/**
  * purple_connection_get_state:
  * @gc: The connection.
  *
@@ -269,19 +257,6 @@
 GCancellable *purple_connection_get_cancellable(PurpleConnection *connection);
 
 /**
- * purple_connection_get_display_name:
- * @gc: The connection.
- *
- * Returns the connection's displayed name.
- *
- * Returns: The connection's displayed name.
- *
- * Since: 2.0
- */
-PURPLE_AVAILABLE_IN_ALL
-const char *purple_connection_get_display_name(PurpleConnection *gc);
-
-/**
  * purple_connection_error:
  * @gc:          the connection which is closing.
  * @reason:      why the connection is closing.

mercurial