libpurple/protocols/facebook/json.h

changeset 37473
9fd3018c170f
parent 37471
32c1e77d0474
child 39550
808e0a11eb9f
--- a/libpurple/protocols/facebook/json.h	Thu Dec 24 20:37:52 2015 -0800
+++ b/libpurple/protocols/facebook/json.h	Fri Dec 25 15:08:52 2015 -0500
@@ -390,7 +390,7 @@
  * 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.
@@ -413,7 +413,7 @@
 /**
  * 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.

mercurial