From c34760010fe85b48d378689b6371cf82372a6365 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Tue, 18 Jun 2019 21:42:40 +0100 Subject: Window: Hyperlink to GtkBuildable from its section --- gtk/gtkwindow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index eb551bf834..62a7cb7686 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -101,7 +101,7 @@ * * # GtkWindow as GtkBuildable * - * The GtkWindow implementation of the GtkBuildable interface supports a + * The GtkWindow implementation of the #GtkBuildable interface supports a * custom element, which supports any number of * elements representing the #GtkAccelGroup objects you want to add to * your window (synonymous with gtk_window_add_accel_group(). @@ -123,7 +123,7 @@ * * ]| * - * The GtkWindow implementation of the GtkBuildable interface supports + * The GtkWindow implementation of the #GtkBuildable interface supports * setting a child as the titlebar by specifying “titlebar” as the “type” * attribute of a element. * -- cgit v1.2.1