summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-18 00:37:45 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-08-18 17:19:23 +0100
commitbdf5ac37b45870e8b8e7d621334d7bd034bf7149 (patch)
treeea717701720744124c74e3ed9e7b112c22e54b65 /other/apidsl
parent6935643f9aca68c135161a4e3bf046cbd075000c (diff)
Make friend_status_message callback stateless.
See #40 for details.
Diffstat (limited to 'other/apidsl')
-rw-r--r--other/apidsl/tox.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h
index 2af19172..0aca1716 100644
--- a/other/apidsl/tox.in.h
+++ b/other/apidsl/tox.in.h
@@ -1240,7 +1240,7 @@ namespace friend {
1240 /** 1240 /**
1241 * This event is triggered when a friend changes their status message. 1241 * This event is triggered when a friend changes their status message.
1242 */ 1242 */
1243 event status_message { 1243 event status_message const {
1244 /** 1244 /**
1245 * @param friend_number The friend number of the friend whose status message 1245 * @param friend_number The friend number of the friend whose status message
1246 * changed. 1246 * changed.