summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-05-25 15:20:38 -0400
committerirungentoo <irungentoo@gmail.com>2015-05-25 15:20:38 -0400
commit441e0073625b7ae9c69e977f510a8295e388a198 (patch)
treede8c8cab502e92a16205106cb51b6dc6d3e7d35b /other/apidsl
parent8a32b3a12f59f8a01554b7a4ec98bd929633ba35 (diff)
tox_new returns NULL on failure.
Diffstat (limited to 'other/apidsl')
-rw-r--r--other/apidsl/tox.in.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h
index b769135a..5b371c17 100644
--- a/other/apidsl/tox.in.h
+++ b/other/apidsl/tox.in.h
@@ -516,6 +516,8 @@ static class options {
516 * NULL, the default options are used. 516 * NULL, the default options are used.
517 * 517 *
518 * @see $iterate for the event loop. 518 * @see $iterate for the event loop.
519 *
520 * @return A new Tox instance pointer on success or NULL on failure.
519 */ 521 */
520static this new(const options_t *options) { 522static this new(const options_t *options) {
521 NULL, 523 NULL,