summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gtk-custom-ruler.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/gtk-custom-ruler.c')
-rw-r--r--gtk2_ardour/gtk-custom-ruler.c20
1 files changed, 11 insertions, 9 deletions
diff --git a/gtk2_ardour/gtk-custom-ruler.c b/gtk2_ardour/gtk-custom-ruler.c
index 19a8a5dba6..0e7ceb5875 100644
--- a/gtk2_ardour/gtk-custom-ruler.c
+++ b/gtk2_ardour/gtk-custom-ruler.c
@@ -300,16 +300,18 @@ gtk_custom_ruler_set_range (GtkCustomRuler *ruler,
gtk_widget_queue_draw (GTK_WIDGET (ruler));
}
-/** Retrieves values indicating the range and current position of a #GtkCustomRuler.
- * See gtk_custom_ruler_set_range().
- *
- * @param ruler: a #GtkCustomRuler
- * @param lower: location to store lower limit of the ruler, or %NULL
- * @param upper: location to store upper limit of the ruler, or %NULL
- * @param position: location to store the current position of the mark on the ruler, or %NULL
- * @param max_size: location to store the maximum size of the ruler used when calculating
+/**
+ * gtk_custom_ruler_get_range:
+ * @ruler: a #GtkCustomRuler
+ * @lower: location to store lower limit of the ruler, or %NULL
+ * @upper: location to store upper limit of the ruler, or %NULL
+ * @position: location to store the current position of the mark on the ruler, or %NULL
+ * @max_size: location to store the maximum size of the ruler used when calculating
* the space to leave for the text, or %NULL.
- */
+ *
+ * Retrieves values indicating the range and current position of a #GtkCustomRuler.
+ * See gtk_custom_ruler_set_range().
+ **/
void
gtk_custom_ruler_get_range (GtkCustomRuler *ruler,
gdouble *lower,