docs: Remove gtk-doc links from GtkDrawingArea
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 4 Oct 2021 09:37:29 +0000 (10:37 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 4 Oct 2021 09:37:29 +0000 (10:37 +0100)
gtk/gtkdrawingarea.c

index 6d4dcc6bb05bcbe9053f7b2aa3798b4408d5ae1f..6e92d13e424473625a9b01db3ad4eec0e7f87407 100644 (file)
@@ -129,9 +129,10 @@ static guint signals[LAST_SIGNAL] = { 0, };
  * drawing area’s window using [method@Gtk.Widget.queue_draw].
  * This will cause the drawing area to call the draw function again.
  *
- * The available routines for drawing are documented on the
- * [GDK Drawing Primitives][gdk4-Cairo-Interaction] page
- * and the cairo documentation.
+ * The available routines for drawing are documented in the
+ * [Cairo documentation](https://www.cairographics.org/manual/); GDK
+ * offers additional API to integrate with Cairo, like [func@Gdk.cairo_set_source_rgba]
+ * or [func@Gdk.cairo_set_source_pixbuf].
  *
  * To receive mouse events on a drawing area, you will need to use
  * event controllers. To receive keyboard events, you will need to set