[totem] Minor documentation fixes to BaconVideoWidget



commit ecf5dd2f06e36ba0f6da9dc7af4f03918ccbd7f5
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Dec 15 21:22:22 2010 +0000

    Minor documentation fixes to BaconVideoWidget

 src/backend/bacon-video-widget-gst-0.10.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/backend/bacon-video-widget-gst-0.10.c b/src/backend/bacon-video-widget-gst-0.10.c
index e8771ac..bbf41f6 100644
--- a/src/backend/bacon-video-widget-gst-0.10.c
+++ b/src/backend/bacon-video-widget-gst-0.10.c
@@ -5305,12 +5305,12 @@ bvw_get_color_balance_channel (GstColorBalance * color_balance,
  * @bvw: a #BaconVideoWidget
  * @type: the type of property
  *
- * Returns the given property of the video, such as its brightness or saturation.
+ * Returns the given property of the video display, such as its brightness or saturation.
  *
- * It is returned as a percentage in the full range of integer values; from %0
- * to %G_MAXINT, where %G_MAXINT/2 is the default.
+ * It is returned as a percentage in the full range of integer values; from <code class="literal">0</code>
+ * to <code class="literal">65535</code> (inclusive), where <code class="literal">32768</code> is the default.
  *
- * Return value: the property's value, in the range %0 to %G_MAXINT
+ * Return value: the property's value, in the range <code class="literal">0</code> to <code class="literal">65535</code>
  **/
 int
 bacon_video_widget_get_video_property (BaconVideoWidget *bvw,
@@ -5413,12 +5413,12 @@ notify_volume_cb (GObject             *object,
  * bacon_video_widget_set_video_property:
  * @bvw: a #BaconVideoWidget
  * @type: the type of property
- * @value: the property's value, in the range %0 to %G_MAXINT
+ * @value: the property's value, in the range <code class="literal">0</code> to <code class="literal">65535</code>
  *
- * Sets the given property of the video, such as its brightness or saturation.
+ * Sets the given property of the video display, such as its brightness or saturation.
  *
- * It should be given as a percentage in the full range of integer values; from %0
- * to %G_MAXINT, where %G_MAXINT/2 is the default.
+ * It should be given as a percentage in the full range of integer values; from <code class="literal">0</code>
+ * to <code class="literal">65535</code> (inclusive), where <code class="literal">32768</code> is the default.
  **/
 void
 bacon_video_widget_set_video_property (BaconVideoWidget *bvw,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]