Skip to content

Commit

Permalink
Doc: be clearer about the val arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and bjoernricks committed Feb 6, 2025
1 parent 4a2c9de commit 2d96314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/json.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ gvm_json_obj_double (cJSON *obj, const gchar *key)
*
* @param[in] obj Object
* @param[in] key Field name.
* @param[out] val Return location for int if int exists.
* @param[out] val Either NULL or a return location for the int (only set if
* int field exists).
*
* @return 0 if such an int field exists, else 1.
*/
Expand Down

0 comments on commit 2d96314

Please sign in to comment.