summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 5a4dcf49..eabdf8ff 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -267,7 +267,7 @@ void tox_callback_read_receipt(Tox *tox, void (*function)(Tox *tox, int, uint32_
267 * Status: 267 * Status:
268 * 0 -- friend went offline after being previously online 268 * 0 -- friend went offline after being previously online
269 * 1 -- friend went online 269 * 1 -- friend went online
270 * 270 *
271 * NOTE: This callback is not called when adding friends, thus the "after 271 * NOTE: This callback is not called when adding friends, thus the "after
272 * being previously online" part. it's assumed that when adding friends, 272 * being previously online" part. it's assumed that when adding friends,
273 * their connection status is offline. 273 * their connection status is offline.