Fix invalid return annotations in Facebook

Sun, 13 Mar 2022 22:05:59 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Sun, 13 Mar 2022 22:05:59 -0500
changeset 41292
138cabf96219
parent 41291
45a2de546565
child 41293
bfd8314a1a74

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);

mercurial