diff options
author | Steven Harms <sharms@ubuntu.com> | 2010-03-04 13:05:45 -0500 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-04-18 03:48:26 +0200 |
commit | 25b6994cbabea88b64f047e0b645054d23c96c9a (patch) | |
tree | 289fd49383edd148ae81560652ffb395a1446c75 /gtk/gtkvolumebutton.c | |
parent | 7693026e4471bfb18d3347e9e4a7fa741723e75f (diff) | |
download | gtk+-25b6994cbabea88b64f047e0b645054d23c96c9a.tar.gz |
[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>
Diffstat (limited to 'gtk/gtkvolumebutton.c')
-rw-r--r-- | gtk/gtkvolumebutton.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/gtkvolumebutton.c b/gtk/gtkvolumebutton.c index 0ea6a99819..4ae0c377ba 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) |