summaryrefslogtreecommitdiff
path: root/gst/gststructure.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-04-14 15:51:24 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-04-14 16:14:01 +0200
commitbf6c3ea6df79caa776fd05fb94784cd9cb81e0da (patch)
treece7d454d81708707223c8771b28ee2c0d03b8e6f /gst/gststructure.c
parentea36e12bbcb5e3e26c3566e9f52aa688cf344191 (diff)
downloadgstreamer-bf6c3ea6df79caa776fd05fb94784cd9cb81e0da.tar.gz
gst: Add some more gobject-introspection annotations
Diffstat (limited to 'gst/gststructure.c')
-rw-r--r--gst/gststructure.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gststructure.c b/gst/gststructure.c
index d5df8b1418..f0ff914fef 100644
--- a/gst/gststructure.c
+++ b/gst/gststructure.c
@@ -1074,7 +1074,7 @@ gst_structure_nth_field_name (const GstStructure * structure, guint index)
/**
* gst_structure_foreach:
* @structure: a #GstStructure
- * @func: a function to call for each field
+ * @func: (scope call): a function to call for each field
* @user_data: (closure): private data
*
* Calls the provided function once for each field in the #GstStructure. The
@@ -1110,7 +1110,7 @@ gst_structure_foreach (const GstStructure * structure,
/**
* gst_structure_map_in_place:
* @structure: a #GstStructure
- * @func: a function to call for each field
+ * @func: (scope call): a function to call for each field
* @user_data: (closure): private data
*
* Calls the provided function once for each field in the #GstStructure. In