pidgin/pidgin

facebook: trivial GTK-Doc fixes

2015-12-25, James Geboski
9fd3018c170f
Parents 7111f4e920f7
Children 1852eb9052a0
facebook: trivial GTK-Doc fixes
--- a/libpurple/protocols/facebook/data.h Thu Dec 24 20:37:52 2015 -0800
+++ b/libpurple/protocols/facebook/data.h Fri Dec 25 15:08:52 2015 -0500
@@ -158,7 +158,7 @@
*
* Loads the internal data from the underlying #PurpleAccount.
*
- * 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);
@@ -260,7 +260,7 @@
* fb_data_set_unread:
* @fata: The #FbData.
* @id: The #FbId.
- * @unread: #TRUE if the #FbId is unread, otherwise FALSE.
+ * @unread: #TRUE if the #FbId is unread, otherwise #FALSE.
*
* Sets the unread state of an #FbId to the #FbData.
*/
--- a/libpurple/protocols/facebook/http.h Thu Dec 24 20:37:52 2015 -0800
+++ b/libpurple/protocols/facebook/http.h Fri Dec 25 15:08:52 2015 -0500
@@ -180,7 +180,7 @@
/**
* fb_http_params_new_parse:
* @data: The string containing HTTP parameters.
- * @isurl: TRUE if @data is a URL, otherwise FALSE.
+ * @isurl: #TRUE if @data is a URL, otherwise #FALSE.
*
* Creates a new #FbHttpParams. This parses the #FbHttpParams from a
* string, which can be a URL. The returned #FbHttpParams should be
--- 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.