summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-crop.h
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-07-22 15:23:12 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2013-07-22 16:13:48 +0100
commitc97afcf3c3a86a150ffb46cd82a214d6b82492e4 (patch)
tree2dcf486e209682db16517f999dc1288ca5afa548 /clutter-gst/clutter-gst-crop.h
parent8697f58428f662a6113d9a72d2e8fc853e53751a (diff)
downloadclutter-gst-c97afcf3c3a86a150ffb46cd82a214d6b82492e4.tar.gz
update documentation
Diffstat (limited to 'clutter-gst/clutter-gst-crop.h')
-rw-r--r--clutter-gst/clutter-gst-crop.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/clutter-gst/clutter-gst-crop.h b/clutter-gst/clutter-gst-crop.h
index 0ec830d..a992aa9 100644
--- a/clutter-gst/clutter-gst-crop.h
+++ b/clutter-gst/clutter-gst-crop.h
@@ -65,15 +65,31 @@ typedef struct _ClutterGstCrop ClutterGstCrop;
typedef struct _ClutterGstCropClass ClutterGstCropClass;
typedef struct _ClutterGstCropPrivate ClutterGstCropPrivate;
+/**
+ * ClutterGstCrop:
+ *
+ * Implementation of #ClutterGstContent that displays a sub region of
+ * video streams.
+ *
+ * The #ClutterGstCrop structure contains only private data and
+ * should not be accessed directly.
+ */
struct _ClutterGstCrop
{
+ /*< private >*/
ClutterGstContent parent;
ClutterGstCropPrivate *priv;
};
+/**
+ * ClutterGstCropClass:
+ *
+ * Base class for #ClutterGstCrop.
+ */
struct _ClutterGstCropClass
{
+ /*< private >*/
ClutterGstContentClass parent_class;
};