diff options
author | jgeboski <jgeboski@gmail.com> | 2015-12-25 16:12:29 -0500 |
---|---|---|
committer | jgeboski <jgeboski@gmail.com> | 2015-12-25 16:12:29 -0500 |
commit | ac79517efec69eb64d8470987ecf81c253ae1b93 (patch) | |
tree | 11d9313f99baa40e68a8a7e052880ea63e8dd88a | |
parent | c2a7c914d3d218124cb3cfd7ca422d2d7c37fa67 (diff) | |
download | bitlbee-facebook-ac79517efec69eb64d8470987ecf81c253ae1b93.tar.gz bitlbee-facebook-ac79517efec69eb64d8470987ecf81c253ae1b93.tar.bz2 bitlbee-facebook-ac79517efec69eb64d8470987ecf81c253ae1b93.tar.xz |
Trivial GTK-Doc fixes
-rw-r--r-- | facebook/facebook-data.h | 2 | ||||
-rw-r--r-- | facebook/facebook-http.h | 2 | ||||
-rw-r--r-- | facebook/facebook-json.h | 4 |
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. |