summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormannol <mannol@users.noreply.github.com>2015-08-19 12:05:43 +0200
committermannol <mannol@users.noreply.github.com>2015-08-19 12:05:43 +0200
commitbc4a60c8a52a36a42105598470a5cc6e13f13cb8 (patch)
tree438ebd65a5c3ab5bc0f2fe3b20298c3c462537da
parentbf5e9b89d2a67c293aae503c03e193307ea7990b (diff)
parent4ca82235a0e6dd0a8af31a6c106434af1e41f07f (diff)
Merge pull request #2 from krobelus/new_api
typo
-rw-r--r--toxav/toxav.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/toxav.h b/toxav/toxav.h
index 58d5503f..50a1c36b 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -40,7 +40,7 @@ extern "C" {
40 * 40 *
41 * As in Core API, events are handled by callbacks. One callback can be 41 * As in Core API, events are handled by callbacks. One callback can be
42 * registered per event. All events have a callback function type named 42 * registered per event. All events have a callback function type named
43 * `toxav_{event}_cb` and a function to register it named `tox_callback_{event}`. 43 * `toxav_{event}_cb` and a function to register it named `toxav_callback_{event}`.
44 * Passing a NULL callback will result in no callback being registered for that 44 * Passing a NULL callback will result in no callback being registered for that
45 * event. Only one callback per event can be registered, so if a client needs 45 * event. Only one callback per event can be registered, so if a client needs
46 * multiple event listeners, it needs to implement the dispatch functionality 46 * multiple event listeners, it needs to implement the dispatch functionality