diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-05-26 19:03:18 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-05-26 19:03:18 +0000 |
commit | 2ac179215c4bbb63b5522ea0600c06c3883ffcd6 (patch) | |
tree | dec1997929a88bcf33fcafb1406ea24e6e36a437 /gtk | |
parent | 35169d66759027a9f60077a4af6824dc6e7600e7 (diff) | |
download | gdk-pixbuf-2ac179215c4bbb63b5522ea0600c06c3883ffcd6.tar.gz |
Document new api
svn path=/trunk/; revision=17933
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkrange.c | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c index e9667817a..bc15e6b53 100644 --- a/gtk/gtkrange.c +++ b/gtk/gtkrange.c @@ -1015,7 +1015,9 @@ gtk_range_set_show_fill_level (GtkRange *range, * gtk_range_get_show_fill_level: * @range: A #GtkRange * - * Return value: Whether GtkRange displays a fill level graphics. + * Gets whether the range displays the fill level graphically. + * + * Return value: %TRUE if @range shows the fill level. * * Since: 2.12 **/ @@ -1059,7 +1061,9 @@ gtk_range_set_restrict_to_fill_level (GtkRange *range, * gtk_range_get_restrict_to_fill_level: * @range: A #GtkRange * - * Return value: Whether GtkRange is restricted to the fill level. + * Gets whether the range is restricted to the fill level. + * + * Return value: %TRUE if @range is restricted to the fill level. * * Since: 2.12 **/ @@ -1073,8 +1077,8 @@ gtk_range_get_restrict_to_fill_level (GtkRange *range) /** * gtk_range_set_fill_level: - * @range: A #GtkRange - * @positon: The new position of the fill level indicator + * @range: a #GtkRange + * @fill_level: the new position of the fill level indicator * * Set the new position of the fill level indicator. * @@ -1119,7 +1123,9 @@ gtk_range_set_fill_level (GtkRange *range, * gtk_range_get_fill_level: * @range : A #GtkRange * - * Return value: The current position of the fill level indicator. + * Gets the current position of the fill level indicator. + * + * Return value: The current fill level * * Since: 2.12 **/ |