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-data.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-data.h')
-rw-r--r-- | facebook/facebook-data.h | 2 |
1 files changed, 1 insertions, 1 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); |