summaryrefslogtreecommitdiff
path: root/gst/gstpadtemplate.c
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-06-15 16:43:30 -0700
committerWim Taymans <wim.taymans@collabora.co.uk>2012-06-18 13:11:40 +0200
commit6c6bb0e21739208fc85fb068983f3b86dc4d177a (patch)
tree905b597b42a1e89b956432a978dfbba33b5c4f41 /gst/gstpadtemplate.c
parent49ba9ef056c4c279029aa028508b958cc092c83b (diff)
introspection: assorted introspection and documentation fixes
These changes are to clean up syntax issues such as missing colons, missing spaces, etc., and minor issues such as argument names in headers not matching the implementation and/or documentation.
Diffstat (limited to 'gst/gstpadtemplate.c')
-rw-r--r--gst/gstpadtemplate.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/gstpadtemplate.c b/gst/gstpadtemplate.c
index a8f1716da..b86bd5ac8 100644
--- a/gst/gstpadtemplate.c
+++ b/gst/gstpadtemplate.c
@@ -160,7 +160,7 @@ gst_pad_template_class_init (GstPadTemplateClass * klass)
gobject_class->set_property = gst_pad_template_set_property;
/**
- * GstPadTemplate:name-template
+ * GstPadTemplate:name-template:
*
* The name template of the pad template.
*
@@ -172,7 +172,7 @@ gst_pad_template_class_init (GstPadTemplateClass * klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
/**
- * GstPadTemplate:direction
+ * GstPadTemplate:direction:
*
* The direction of the pad described by the pad template.
*
@@ -185,7 +185,7 @@ gst_pad_template_class_init (GstPadTemplateClass * klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
/**
- * GstPadTemplate:presence
+ * GstPadTemplate:presence:
*
* When the pad described by the pad template will become available.
*
@@ -198,7 +198,7 @@ gst_pad_template_class_init (GstPadTemplateClass * klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
/**
- * GstPadTemplate:caps
+ * GstPadTemplate:caps:
*
* The capabilities of the pad described by the pad template.
*