libpurple/server.h

changeset 42397
dc6563055e80
parent 42396
31bf5a42ac84
child 42557
e868bfcc092a
--- a/libpurple/server.h	Tue Oct 24 19:36:11 2023 -0500
+++ b/libpurple/server.h	Tue Oct 24 19:46:31 2023 -0500
@@ -177,7 +177,10 @@
  * A protocol should call this when it retrieves a private alias from
  * the server.  Private aliases are the aliases the user sets, while public
  * aliases are the aliases or display names that buddies set for themselves.
+ *
+ * Since: 2.4.0
  */
+PURPLE_AVAILABLE_IN_2_4
 void purple_serv_got_private_alias(PurpleConnection *gc, const char *who, const char *alias);
 
 

mercurial