Brought back visual indication of delete dragging.
[ardour.git] / gtk2_ardour / gtk-custom-ruler.c
index 19a8a5dba6c942ff97fd816c93068a83c4947442..0e7ceb5875b3dc360874eea9831bee75e4058e9b 100644 (file)
@@ -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,