[gtk+] [docs] Move documentation to inline comments: GtkVolumeButton



commit 25b6994cbabea88b64f047e0b645054d23c96c9a
Author: Steven Harms <sharms ubuntu com>
Date:   Thu Mar 4 13:05:45 2010 -0500

    [docs] Move documentation to inline comments: GtkVolumeButton
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611827
    
    Signed-off-by: Javier Jardón <jjardon gnome org>

 docs/reference/gtk/tmpl/gtkvolumebutton.sgml |   35 --------------------------
 gtk/gtkvolumebutton.c                        |   10 +++++++
 2 files changed, 10 insertions(+), 35 deletions(-)
---
diff --git a/gtk/gtkvolumebutton.c b/gtk/gtkvolumebutton.c
index 0ea6a99..4ae0c37 100644
--- a/gtk/gtkvolumebutton.c
+++ b/gtk/gtkvolumebutton.c
@@ -36,6 +36,16 @@
 
 #include "gtkalias.h"
 
+/**
+ * SECTION:gtkvolumebutton
+ * @Short_description: A button which pops up a volume control
+ * @Title: GtkVolumeButton
+ *
+ * #GtkVolumeButton is a subclass of #GtkScaleButton that has
+ * been tailored for use as a volume control widget with suitable
+ * icons, tooltips and accessible labels.
+ */
+
 #define EPSILON (1e-10)
 
 



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