diff options
Diffstat (limited to 'ext/gio/gstgiosink.h')
-rw-r--r-- | ext/gio/gstgiosink.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/gio/gstgiosink.h b/ext/gio/gstgiosink.h index 6d4de8d6..474f7cfd 100644 --- a/ext/gio/gstgiosink.h +++ b/ext/gio/gstgiosink.h @@ -42,10 +42,16 @@ G_BEGIN_DECLS typedef struct _GstGioSink GstGioSink; typedef struct _GstGioSinkClass GstGioSinkClass; +/** + * GstGioSink: + * + * Opaque data structure. + */ struct _GstGioSink { GstBaseSink sink; + /*< private >*/ GCancellable *cancel; GFile *file; gchar *location; |