summaryrefslogtreecommitdiff
path: root/gst/gstmessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstmessage.h')
-rw-r--r--gst/gstmessage.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/gst/gstmessage.h b/gst/gstmessage.h
index d845c32972..c5a5a7a55d 100644
--- a/gst/gstmessage.h
+++ b/gst/gstmessage.h
@@ -330,7 +330,7 @@ gst_message_unref (GstMessage * msg)
*
* Creates a copy of the message. Returns a copy of the message.
*
- * Returns: a new copy of @msg.
+ * Returns: (transfer full): a new copy of @msg.
*
* MT safe
*/
@@ -346,10 +346,12 @@ gst_message_copy (const GstMessage * msg)
/**
* gst_message_make_writable:
- * @msg: the message to make writable
+ * @msg: (transfer full): the message to make writable
*
* Checks if a message is writable. If not, a writable copy is made and
- * returned. Returns a message (possibly a duplicate) that is writable.
+ * returned.
+ *
+ * Returns: (transfer full): a message (possibly a duplicate) that is writable.
*
* MT safe
*/