summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boles <dboles.src@gmail.com>2019-06-18 21:42:40 +0100
committerDaniel Boles <dboles.src@gmail.com>2019-06-18 21:42:40 +0100
commitc34760010fe85b48d378689b6371cf82372a6365 (patch)
tree6ca78053beb649900f6360b9c4ebf0f0846324fe
parentfee3a3066c019239035b9f8560d11bb4d5725b0c (diff)
downloadgtk+-c34760010fe85b48d378689b6371cf82372a6365.tar.gz
Window: Hyperlink to GtkBuildable from its section
-rw-r--r--gtk/gtkwindow.c4
1 files 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 <accel-groups> element, which supports any number of <group>
* elements representing the #GtkAccelGroup objects you want to add to
* your window (synonymous with gtk_window_add_accel_group().
@@ -123,7 +123,7 @@
* <object class="GtkAccelGroup" id="accelgroup1"/>
* ]|
*
- * 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 <child> element.
*