aboutsummaryrefslogtreecommitdiff
path: root/gst/gstminiobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstminiobject.h')
-rw-r--r--gst/gstminiobject.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/gstminiobject.h b/gst/gstminiobject.h
index 7ec67a9..f873b7a 100644
--- a/gst/gstminiobject.h
+++ b/gst/gstminiobject.h
@@ -73,7 +73,8 @@ typedef void (*GstMiniObjectFreeFunction) (GstMiniObject *obj);
* @obj: the mini object
*
* A #GstMiniObjectNotify function can be added to a mini object as a
- * callback that gets triggered with gst_mini_object_notify().
+ * callback that gets triggered when gst_mini_object_unref() drops the
+ * last ref and @obj is about to be freed.
*/
typedef void (*GstMiniObjectNotify) (gpointer user_data, GstMiniObject * obj);