summaryrefslogtreecommitdiffstats
path: root/ext/gio/gstgiosrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gio/gstgiosrc.h')
-rw-r--r--ext/gio/gstgiosrc.h8
1 files changed, 7 insertions, 1 deletions
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;