We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7a9f8 commit 5c82869Copy full SHA for 5c82869
development/library_api.md
@@ -69,7 +69,7 @@ The third argument __data__ can be used to pass a custom reference to the plugin
69
70
__Return Value__
71
72
-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.
73
74
__Usage__
75
@@ -128,7 +128,7 @@ The third argument __data__ can be used to pass a custom reference to the plugin
128
129
130
131
-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.
132
133
134
0 commit comments