summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-17 10:52:04 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-08-18 00:01:53 +0100
commita5e35180c7b42d30c82825cd67c8118ce048f65a (patch)
treeb74e8ece4f78a988ab0a1300cc08bd35fcd63662 /other/apidsl
parentdb22522741cccdeba657776844538c71cf8e8e7a (diff)
Make tox_callback_friend_name stateless.
See #27 and #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 6e65ed1f..2af19172 100644
--- a/other/apidsl/tox.in.h
+++ b/other/apidsl/tox.in.h
@@ -1199,7 +1199,7 @@ namespace friend {
1199 /** 1199 /**
1200 * This event is triggered when a friend changes their name. 1200 * This event is triggered when a friend changes their name.
1201 */ 1201 */
1202 event name { 1202 event name const {
1203 /** 1203 /**
1204 * @param friend_number The friend number of the friend whose name changed. 1204 * @param friend_number The friend number of the friend whose name changed.
1205 * @param name A byte array containing the same data as 1205 * @param name A byte array containing the same data as