pidgin/pidginactiongroup.h

changeset 40378
9713b0ef6504
parent 40373
5d2a493339f2
child 40379
c50c509dd028
--- a/pidgin/pidginactiongroup.h	Tue Mar 31 23:54:24 2020 -0500
+++ b/pidgin/pidginactiongroup.h	Wed Apr 01 13:08:57 2020 -0500
@@ -91,11 +91,18 @@
 /**
  * PIDGIN_ACTION_GET_USER_INFO:
  *
- * A constant that represents the get-user info action.
+ * A constant that represents the get-user-info action.
  */
 #define PIDGIN_ACTION_GET_USER_INFO ("get-user-info")
 
 /**
+ * PIDGIN_ACTION_JOIN_CHAT:
+ *
+ * A constant that represents the join-chat action.
+ */
+#define PIDGIN_ACTION_JOIN_CHAT ("join-chat")
+
+/**
  * PIDGIN_ACTION_MANAGE_ACCOUNTS:
  *
  * A constatnt that represents the manage-accounts action to displays the

mercurial