diff options
Diffstat (limited to 'facebook/facebook-json.h')
-rw-r--r-- | facebook/facebook-json.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/facebook/facebook-json.h b/facebook/facebook-json.h index 9f32a98..bcc4148 100644 --- a/facebook/facebook-json.h +++ b/facebook/facebook-json.h @@ -387,7 +387,7 @@ fb_json_values_new(JsonNode *root); * fb_json_values_add: * @values: The #FbJsonValues. * @type: The #FbJsonType. - * @required: TRUE if the node is required, otherwise FALSE. + * @required: #TRUE if the node is required, otherwise #FALSE. * @expr: The #JsonPath expression. * * Adds a new #FbJsonValue to the #FbJsonValues. @@ -410,7 +410,7 @@ fb_json_values_get_root(FbJsonValues *values); /** * fb_json_values_set_array: * @values: The #FbJsonValues. - * @required: TRUE if the node is required, otherwise FALSE. + * @required: #TRUE if the node is required, otherwise #FALSE. * @expr: The #JsonPath expression. * * Sets the #JsonPath for an array to base all #FbJsonValue's off. |