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 /facebook/facebook-http.h | |
parent | c2a7c914d3d218124cb3cfd7ca422d2d7c37fa67 (diff) | |
download | bitlbee-facebook-ac79517efec69eb64d8470987ecf81c253ae1b93.tar.gz bitlbee-facebook-ac79517efec69eb64d8470987ecf81c253ae1b93.tar.bz2 bitlbee-facebook-ac79517efec69eb64d8470987ecf81c253ae1b93.tar.xz |
Trivial GTK-Doc fixes
Diffstat (limited to 'facebook/facebook-http.h')
-rw-r--r-- | facebook/facebook-http.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |