validate: Minor documentation fixes
authorThibault Saunier <tsaunier@gnome.org>
Wed, 4 Feb 2015 14:23:29 +0000 (15:23 +0100)
committerThibault Saunier <tsaunier@gnome.org>
Sat, 14 Feb 2015 15:32:09 +0000 (16:32 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=743994

validate/gst/validate/gst-validate-scenario.h

index 8e64b55..f251b41 100644 (file)
@@ -132,6 +132,14 @@ typedef enum
     GST_VALIDATE_ACTION_TYPE_NO_EXECUTION_NOT_FATAL = 1 << 6,
 } GstValidateActionTypeFlags;
 
+/**
+ * @name: The name of the new action type to add
+ * @implementer_namespace: The namespace of the implementer of the action type
+ * @execute: (virtual do_execute): The function to be called to execute the action
+ * @parameters: (allow-none) (array zero-terminated=1) (element-type GstValidate.ActionParameter): The #GstValidateActionParameter usable as parameter of the type
+ * @description: A description of the new type
+ * @flags: The flags of the action type
+ */
 struct _GstValidateActionType
 {
   GstMiniObject          mini_object;
@@ -146,6 +154,7 @@ struct _GstValidateActionType
   gchar *description;
   GstValidateActionTypeFlags flags;
 
+  /*< private >*/
   gpointer _gst_reserved[GST_PADDING_LARGE];
 };