diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-12-07 18:35:04 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-12-07 18:37:04 +0000 |
commit | 3256c708be38f8eb2a66662c0c75f43ee2e314d2 (patch) | |
tree | 25ae44f03df50c423315fe282e36a27b45c216d2 /gst/gsttypefind.c | |
parent | 0eaa25cbf5c0e4bf86545fb67c181a0ecd2f19c7 (diff) |
docs: gst: more gobject introspection annotations
Many of these are superfluous, added for clarity.
Diffstat (limited to 'gst/gsttypefind.c')
-rw-r--r-- | gst/gsttypefind.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gst/gsttypefind.c b/gst/gsttypefind.c index 6a2bfe188..e4254e19a 100644 --- a/gst/gsttypefind.c +++ b/gst/gsttypefind.c @@ -56,7 +56,8 @@ gst_type_find_get_type (void) * @name: The name for registering * @rank: The rank (or importance) of this typefind function * @func: The #GstTypeFindFunction to use - * @extensions: Optional extensions that could belong to this type + * @extensions: (transfer none) (array zero-terminated=1) (element-type utf8): + * Optional extensions that could belong to this type * @possible_caps: Optionally the caps that could be returned when typefinding * succeeds * @data: Optional user data. This user data must be available until the plugin @@ -123,7 +124,8 @@ gst_type_find_register (GstPlugin * plugin, const gchar * name, guint rank, * the stream. The returned memory is valid until the typefinding function * returns and must not be freed. * - * Returns: the requested data, or NULL if that data is not available. + * Returns: (transfer none) (array length=size): the requested data, or NULL + * if that data is not available. */ guint8 * gst_type_find_peek (GstTypeFind * find, gint64 offset, guint size) |