Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
e254e55d
Commit
e254e55d
authored
Jul 02, 2014
by
Wim Taymans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mikey: add more Since markers for new methods
parent
b108aad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
gst-libs/gst/sdp/gstmikey.h
gst-libs/gst/sdp/gstmikey.h
+12
-0
No files found.
gst-libs/gst/sdp/gstmikey.h
View file @
e254e55d
...
...
@@ -171,6 +171,8 @@ GstMIKEYPayload * gst_mikey_payload_new (GstMIKEYPayloadType type);
* 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
);
...
...
@@ -187,6 +189,8 @@ 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
);
...
...
@@ -205,6 +209,8 @@ 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
);
...
...
@@ -558,6 +564,8 @@ GBytes * gst_mikey_message_to_bytes (GstMIKEYMessage
* 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
);
...
...
@@ -574,6 +582,8 @@ 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
);
...
...
@@ -592,6 +602,8 @@ 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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment