* Increase the refcount of this payload.
*
* Returns: (transfer full): @payload (for convenience when doing assignments)
+ *
+ * Since: 1.4
*/
#ifdef _FOOL_GTK_DOC_
G_INLINE_FUNC GstMIKEYPayload * gst_mikey_payload_ref (GstMIKEYPayload * payload);
* @payload: (transfer full): the payload to refcount
*
* Decrease the refcount of an payload, freeing it if the refcount reaches 0.
+ *
+ * Since: 1.4
*/
#ifdef _FOOL_GTK_DOC_
G_INLINE_FUNC void gst_mikey_payload_unref (GstMIKEYPayload * payload);
* Create a copy of the given payload.
*
* Returns: (transfer full): a new copy of @payload.
+ *
+ * Since: 1.4
*/
#ifdef _FOOL_GTK_DOC_
G_INLINE_FUNC GstMIKEYPayload * gst_mikey_payload_copy (const GstMIKEYPayload * buf);
* Increase the refcount of this message.
*
* Returns: (transfer full): @message (for convenience when doing assignments)
+ *
+ * Since: 1.4
*/
#ifdef _FOOL_GTK_DOC_
G_INLINE_FUNC GstMIKEYMessage * gst_mikey_message_ref (GstMIKEYMessage * message);
* @message: (transfer full): the message to refcount
*
* Decrease the refcount of an message, freeing it if the refcount reaches 0.
+ *
+ * Since: 1.4
*/
#ifdef _FOOL_GTK_DOC_
G_INLINE_FUNC void gst_mikey_message_unref (GstMIKEYMessage * message);
* Create a copy of the given message.
*
* Returns: (transfer full): a new copy of @message.
+ *
+ * Since: 1.4
*/
#ifdef _FOOL_GTK_DOC_
G_INLINE_FUNC GstMIKEYMessage * gst_mikey_message_copy (const GstMIKEYMessage * buf);