/pidgin/main: 9fd3018c170f: facebook: trivial GTK-Doc fixes
James Geboski
jgeboski at gmail.com
Fri Dec 25 15:09:01 EST 2015
Changeset: 9fd3018c170f0253edc23bf5acfbb17709d22fd8
Author: James Geboski <jgeboski at gmail.com>
Date: 2015-12-25 15:08 -0500
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/9fd3018c170f
Description:
facebook: trivial GTK-Doc fixes
diffstat:
libpurple/protocols/facebook/data.h | 4 ++--
libpurple/protocols/facebook/http.h | 2 +-
libpurple/protocols/facebook/json.h | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diffs (54 lines):
diff --git a/libpurple/protocols/facebook/data.h b/libpurple/protocols/facebook/data.h
--- a/libpurple/protocols/facebook/data.h
+++ b/libpurple/protocols/facebook/data.h
@@ -158,7 +158,7 @@ fb_data_new(PurpleConnection *gc);
*
* 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_roomlist(FbData *fata, Purpl
* 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.
*/
diff --git a/libpurple/protocols/facebook/http.h b/libpurple/protocols/facebook/http.h
--- a/libpurple/protocols/facebook/http.h
+++ b/libpurple/protocols/facebook/http.h
@@ -180,7 +180,7 @@ fb_http_params_new(void);
/**
* 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
diff --git a/libpurple/protocols/facebook/json.h b/libpurple/protocols/facebook/json.h
--- a/libpurple/protocols/facebook/json.h
+++ b/libpurple/protocols/facebook/json.h
@@ -390,7 +390,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.
@@ -413,7 +413,7 @@ fb_json_values_get_root(FbJsonValues *va
/**
* 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.
More information about the Commits
mailing list