From 4e89ecd4d1680057d7ec723dae2a9cd5cb38604e Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Tue, 19 Jun 2012 16:08:46 -0700 Subject: [PATCH] toc: add some missing element-type annotations --- gst/gsttoc.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gst/gsttoc.h b/gst/gsttoc.h index d59cf848ea..9b54fd480c 100644 --- a/gst/gsttoc.h +++ b/gst/gsttoc.h @@ -54,8 +54,10 @@ typedef enum { * without meaning (e.g. applications should not assume the /editionX/chapterY/chapter/Z structure, * other demuxers could do something else), it should help to track updates of certain entries. * @type: #GstTocEntryType of this entry. - * @subentries: list of #GstTocEntry children. - * @pads: list of #GstPad objects, related to this #GstTocEntry. + * @subentries: (element-type GstTocEntry): list of #GstTocEntry + * children. + * @pads: (element-type GstPad): list of #GstPad objects, related to + * this #GstTocEntry. * @tags: tags related to this entry. * @info: extra information related to this entry. * @@ -78,7 +80,8 @@ struct _GstTocEntry { /** * GstToc: - * @entries: list of #GstTocEntry entries of the TOC. + * @entries: (element-type GstTocEntry): list of #GstTocEntry entries + * of the TOC. * @tags: tags related to the whole TOC. * @info: extra information related to the TOC. *