diff options
author | Bilal Elmoussaoui <belmouss@redhat.com> | 2023-03-27 21:19:06 +0200 |
---|---|---|
committer | Bilal Elmoussaoui <belmouss@redhat.com> | 2023-03-27 21:29:08 +0200 |
commit | d1c43b94efa6e03c69e2ef56a2233c7f3eace20c (patch) | |
tree | c8a9b26ecd39a487b16c0efa8fdf9ba4bb4003a3 /gtk/gtkbuildable.h | |
parent | 506206e1bd743de333f543782f5f37c2646dcc7a (diff) | |
download | gtk+-d1c43b94efa6e03c69e2ef56a2233c7f3eace20c.tar.gz |
docs: Fix various broken links
Diffstat (limited to 'gtk/gtkbuildable.h')
-rw-r--r-- | gtk/gtkbuildable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbuildable.h b/gtk/gtkbuildable.h index 9b0af914e0..2a9d6f7cda 100644 --- a/gtk/gtkbuildable.h +++ b/gtk/gtkbuildable.h @@ -105,7 +105,7 @@ struct _GtkBuildableParser * @set_buildable_property: Sets a property of a buildable object. * It is normally not necessary to implement this, g_object_set_property() * is used by default. `GtkWindow` implements this to delay showing itself - * (i.e. setting the [property@GtkWidget:visible] property) until the whole + * (i.e. setting the [property@Gtk.Widget:visible] property) until the whole * interface is created. * @construct_child: Constructs a child of a buildable that has been * specified as “constructor” in the UI definition. This can be used to |