gst/: Remove double interface from doc-string.

Original commit message from CVS:
* gst/gstchildproxy.h:
* gst/gstpreset.h:
Remove double interface from doc-string.
This commit is contained in:
Stefan Kost 2008-08-12 06:27:35 +00:00
parent 4711f2c4fa
commit 8713a8203b
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2008-08-12 Stefan Kost <ensonic@users.sf.net>
* gst/gstchildproxy.h:
* gst/gstpreset.h:
Remove double interface from doc-string.
2008-08-12 Stefan Kost <ensonic@users.sf.net> 2008-08-12 Stefan Kost <ensonic@users.sf.net>
* libs/gst/base/gstbasesrc.c: * libs/gst/base/gstbasesrc.c:

View file

@ -47,7 +47,7 @@ typedef struct _GstChildProxyInterface GstChildProxyInterface;
* @get_child_by_index: virtual method to fetch the child * @get_child_by_index: virtual method to fetch the child
* @get_children_count: virtual method to get the children count * @get_children_count: virtual method to get the children count
* *
* #GstChildProxyInterface interface. * #GstChildProxy interface.
*/ */
struct _GstChildProxyInterface struct _GstChildProxyInterface
{ {

View file

@ -52,7 +52,7 @@ typedef struct _GstPresetInterface GstPresetInterface;
* @set_meta: virtual methods to set textual meta data to a preset * @set_meta: virtual methods to set textual meta data to a preset
* @get_meta: virtual methods to get textual meta data from a preset * @get_meta: virtual methods to get textual meta data from a preset
* *
* #GstPresetInterface interface. * #GstPreset interface.
*/ */
struct _GstPresetInterface struct _GstPresetInterface
{ {