summaryrefslogtreecommitdiff
path: root/gst/gstmessage.c
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-06-20 16:55:06 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-06-20 16:55:06 -0400
commit77db6bf3d6cda87af44300026abd308d662253a3 (patch)
treebe4916e30d6d8409c82613dcb6ab4e9e4fc3dedb /gst/gstmessage.c
parent5b3ee70ea953227439820a38f2fc87842c3a5025 (diff)
GstDevice: Document GstDevice and related classes
Diffstat (limited to 'gst/gstmessage.c')
-rw-r--r--gst/gstmessage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstmessage.c b/gst/gstmessage.c
index a0254cc58..5014016fc 100644
--- a/gst/gstmessage.c
+++ b/gst/gstmessage.c
@@ -2361,6 +2361,7 @@ gst_message_new_device_added (GstObject * src, GstDevice * device)
/**
* gst_message_parse_device_added:
+ * @message: a #GstMessage of type %GST_MESSAGE_DEVICE_ADDED
* @device: (out) (allow-none) (transfer none): A location where to store a
* pointer to the new #GstDevice, or %NULL
*
@@ -2412,6 +2413,7 @@ gst_message_new_device_removed (GstObject * src, GstDevice * device)
/**
* gst_message_parse_device_removed:
+ * @message: a #GstMessage of type %GST_MESSAGE_DEVICE_REMOVED
* @device: (out) (allow-none) (transfer none): A location where to store a
* pointer to the removed #GstDevice, or %NULL
*