Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 423ddb4

Browse files
committed
Explain the possible returns better.
1 parent 5dde30e commit 423ddb4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ Prototype
5353
Return value
5454
STRING
5555
Description
56-
Returns a percent encoded version of input.
56+
Returns a percent encoded version of input. Or NULL if sess_workspace
57+
does not have enough space for the operation.
5758
Example
5859
::
5960

@@ -70,7 +71,9 @@ Prototype
7071
Return value
7172
STRING
7273
Description
73-
Returns a percent decoded version of input.
74+
Returns a percent decoded version of input. Or NULL if either the
75+
encoding is invalid or sess_workspace does not have enough space for
76+
the operation.
7477
Example
7578
::
7679

0 commit comments

Comments
 (0)