[gtk/docs-label: 5/8] docs: Remove gtk-doc links from GtkDrawingArea




commit a9c1e1e46819e55fcdd042cd709e7c0a569b40a6
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Oct 4 10:37:29 2021 +0100

    docs: Remove gtk-doc links from GtkDrawingArea

 gtk/gtkdrawingarea.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkdrawingarea.c b/gtk/gtkdrawingarea.c
index 6d4dcc6bb0..6e92d13e42 100644
--- a/gtk/gtkdrawingarea.c
+++ b/gtk/gtkdrawingarea.c
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]