summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
authorGregory Mullen (grayhatter) <greg@grayhatter.com>2016-08-19 16:13:23 -0700
committerGregory Mullen (grayhatter) <greg@grayhatter.com>2016-08-19 16:13:23 -0700
commit0e18966a2703d67ac4647832fca595286d8e3568 (patch)
tree42920a5c4c26df8cd0afe72944250920008d257e /other/apidsl
parent83d4857f080f6393ada976f3151bce5db2f96e23 (diff)
Make Typing change callback stateless
Moved a few #defines to the top of the header for better readability
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 0aca1716..c0695d54 100644
--- a/other/apidsl/tox.in.h
+++ b/other/apidsl/tox.in.h
@@ -1333,7 +1333,7 @@ namespace friend {
1333 /** 1333 /**
1334 * This event is triggered when a friend starts or stops typing. 1334 * This event is triggered when a friend starts or stops typing.
1335 */ 1335 */
1336 event typing { 1336 event typing const {
1337 /** 1337 /**
1338 * @param friend_number The friend number of the friend who started or stopped 1338 * @param friend_number The friend number of the friend who started or stopped
1339 * typing. 1339 * typing.