Commit b4588c59 b4588c594c7b4a913d00274b9aaff86f6f507b22 by Sergey Poznyakoff

Documented the return code. (Thanks to Olivier Bornet)

1 parent 6747365a
...@@ -56,9 +56,12 @@ The concrete mailbox type instantiate is based on the scheme of the url @var{nam ...@@ -56,9 +56,12 @@ The concrete mailbox type instantiate is based on the scheme of the url @var{nam
56 56
57 The return value is @code{0} on success and a code number on error conditions: 57 The return value is @code{0} on success and a code number on error conditions:
58 @table @code 58 @table @code
59 @item MU_ERROR_INVALID_PARAMETER 59
60 @item MU_ERR_OUT_PTR_NULL
61 The pointer @var{pmbox} supplied is NULL.
62 @item MU_ERR_NO_HANDLER
60 The url @var{name} supplied is invalid or not supported. 63 The url @var{name} supplied is invalid or not supported.
61 @var{pmbox} is NULL. 64 @item EINVAL
62 @item ENOMEM 65 @item ENOMEM
63 Not enough memory to allocate resources. 66 Not enough memory to allocate resources.
64 @end table 67 @end table
......