diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-10 02:53:17 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-10 02:53:17 +0000 |
commit | 19f4715cee3c0f5ca06a40e05ef29efac49ebb29 (patch) | |
tree | 489d369bbed3976b9977541b1d8d390198697fe3 /gtk/gtkscale.c | |
parent | 0d7f4951d1ba413f41ec27935aee31a7ab4f9880 (diff) | |
download | gtk+-19f4715cee3c0f5ca06a40e05ef29efac49ebb29.tar.gz |
Some doc updates
svn path=/trunk/; revision=18089
Diffstat (limited to 'gtk/gtkscale.c')
-rw-r--r-- | gtk/gtkscale.c | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c index 7cce057b9a..9e141e6825 100644 --- a/gtk/gtkscale.c +++ b/gtk/gtkscale.c @@ -595,8 +595,8 @@ gtk_scale_screen_changed (GtkWidget *widget, * @scale: a #GtkScale * @value: adjustment value * - * Emits "format_value" signal to format the value, if no user - * signal handlers, falls back to a default format. + * Emits #GtkScale::format-value signal to format the value, + * if no user signal handlers, falls back to a default format. * * Return value: formatted value **/ @@ -637,11 +637,12 @@ gtk_scale_finalize (GObject *object) * gtk_scale_get_layout: * @scale: A #GtkScale * - * Gets the #PangoLayout used to display the scale. The returned object - * is owned by the scale so does not need to be freed by the caller. + * Gets the #PangoLayout used to display the scale. + * The returned object is owned by the scale so does + * not need to be freed by the caller. * - * Return value: the #PangoLayout for this scale, or %NULL if the draw_value property - * is %FALSE. + * Return value: the #PangoLayout for this scale, or %NULL + * if the #GtkScale:draw-value property is %FALSE. * * Since: 2.4 **/ @@ -676,13 +677,13 @@ gtk_scale_get_layout (GtkScale *scale) * @x: location to store X offset of layout, or %NULL * @y: location to store Y offset of layout, or %NULL * - * Obtains the coordinates where the scale will draw the #PangoLayout - * representing the text in the scale. Remember + * Obtains the coordinates where the scale will draw the + * #PangoLayout representing the text in the scale. Remember * when using the #PangoLayout function you need to convert to * and from pixels using PANGO_PIXELS() or #PANGO_SCALE. * - * If the draw_value property is %FALSE, the return values are - * undefined. + * If the #GtkScale:draw-value property is %FALSE, the return + * values are undefined. * * Since: 2.4 **/ |