From 5300836ec5e733e4b34c2c8a5d575b55911d4155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 21 Sep 2007 18:00:24 +0000 Subject: docs/plugins/gst-plugins-bad-plugins.hierarchy: Update hierarchy. Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins.hierarchy: Update hierarchy. * ext/gio/gstgiosink.h: * ext/gio/gstgiosrc.h: Mark private fields of the instance structs private. --- ext/gio/gstgiosrc.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ext/gio/gstgiosrc.h') diff --git a/ext/gio/gstgiosrc.h b/ext/gio/gstgiosrc.h index d8b64af4..dfed9cde 100644 --- a/ext/gio/gstgiosrc.h +++ b/ext/gio/gstgiosrc.h @@ -42,10 +42,16 @@ G_BEGIN_DECLS typedef struct _GstGioSrc GstGioSrc; typedef struct _GstGioSrcClass GstGioSrcClass; +/** + * GstGioSrc: + * + * Opaque data structure. + */ struct _GstGioSrc { GstBaseSrc src; - + + /*< private >*/ GCancellable *cancel; GFile *file; gchar *location; -- cgit v1.2.1