forked from AuroraMiddleware/gtk
[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:
parent
7693026e44
commit
25b6994cba
@ -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:
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user