aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--facebook/facebook-data.h2
-rw-r--r--facebook/facebook-http.h2
-rw-r--r--facebook/facebook-json.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/facebook/facebook-data.h b/facebook/facebook-data.h
index 02da466..d980f63 100644
--- a/facebook/facebook-data.h
+++ b/facebook/facebook-data.h
@@ -94,7 +94,7 @@ fb_data_new(account_t *acct);
*
* Loads the internal data from the underlying #account_t.
*
- * Return: TRUE if all of the data was loaded, otherwise FALSE.
+ * Return: #TRUE if all of the data was loaded, otherwise #FALSE.
*/
gboolean
fb_data_load(FbData *fata);
diff --git a/facebook/facebook-http.h b/facebook/facebook-http.h
index 31da723..b661de0 100644
--- a/facebook/facebook-http.h
+++ b/facebook/facebook-http.h
@@ -345,7 +345,7 @@ fb_http_values_consume(FbHttpValues *values, FbHttpValues *consume);
* fb_http_values_parse:
* @values: The #FbHttpValues.
* @data: The data string.
- * @isurl: TRUE if @data is a URL, otherwise FALSE.
+ * @isurl: #TRUE if @data is a URL, otherwise #FALSE.
*
* Parses and loads a parameter string into the #FbHttpValues.
*/
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.