Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions development/library_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The third argument __data__ can be used to pass a custom reference to the plugin

__Return Value__

On success, __flb_input()__ returns an integer value >= zero (similar to a file descriptor); on error, it returns NULL.
On success, __flb_input()__ returns an integer value >= zero (similar to a file descriptor); on error, it returns a negative number.

__Usage__

Expand Down Expand Up @@ -128,7 +128,7 @@ The third argument __data__ can be used to pass a custom reference to the plugin

__Return Value__

On success, __flb_output()__ returns the output plugin instance; on error, it returns NULL.
On success, __flb_output()__ returns the output plugin instance; on error, it returns a negative number.

__Usage__

Expand Down