Sun, 13 Mar 2022 22:05:59 -0500
Fix invalid return annotations in Facebook
| libpurple/protocols/facebook/thrift.h | file | annotate | diff | comparison | revisions |
--- a/libpurple/protocols/facebook/thrift.h Sun Mar 13 22:05:59 2022 -0500 +++ b/libpurple/protocols/facebook/thrift.h Sun Mar 13 22:05:59 2022 -0500 @@ -112,8 +112,6 @@ * @pos: The position. * * Sets the cursor position of an #FbThrift. - * - * Returns: The #GByteArray. */ void fb_thrift_set_pos(FbThrift *thft, guint pos); @@ -123,8 +121,6 @@ * @thft: The #FbThrift. * * Resets the cursor position of an #FbThrift. - * - * Returns: The #GByteArray. */ void fb_thrift_reset(FbThrift *thft);