summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
authorGregory Mullen (grayhatter) <greg@grayhatter.com>2016-08-20 15:15:49 -0700
committerGregory Mullen (grayhatter) <greg@grayhatter.com>2016-08-22 02:10:18 -0700
commit3f0c1017714eb8b5114ee5d0caaa5bc453217d09 (patch)
treed5afef4d1828644433db37012b01abd7cf879d1b /other/apidsl
parentb044cfbf1509ff45b2d4b0f518dadd8ad7c05046 (diff)
Make Friend User Status stateless
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 bb97174a..b1b68117 100644
--- a/other/apidsl/tox.in.h
+++ b/other/apidsl/tox.in.h
@@ -1269,7 +1269,7 @@ namespace friend {
1269 /** 1269 /**
1270 * This event is triggered when a friend changes their user status. 1270 * This event is triggered when a friend changes their user status.
1271 */ 1271 */
1272 event status { 1272 event status const {
1273 /** 1273 /**
1274 * @param friend_number The friend number of the friend whose user status 1274 * @param friend_number The friend number of the friend whose user status
1275 * changed. 1275 * changed.