[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>
This commit is contained in:
Steven Harms 2010-03-04 13:05:45 -05:00 committed by Javier Jardón
parent 7693026e44
commit 25b6994cba
2 changed files with 10 additions and 35 deletions

View File

@ -1,35 +0,0 @@
<!-- ##### SECTION Title ##### -->
GtkVolumeButton
<!-- ##### SECTION Short_Description ##### -->
A button which pops up a volume control
<!-- ##### SECTION Long_Description ##### -->
<para>
#GtkVolumeButton is a subclass of #GtkScaleButton that has
been tailored for use as a volume control widget with suitable
icons, tooltips and accessible labels.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### STRUCT GtkVolumeButton ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_volume_button_new ##### -->
<para>
</para>
@Returns:

View File

@ -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)