From: Elliott Sales de Andrade Date: Fri, 28 Jan 2022 10:32:16 +0000 (-0500) Subject: Escape Builder XML in GtkInfoBar docs X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~4^2~40^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=be5873a057b72ce56d14188cf2a47797a7bf2c7d;p=gtk4.git Escape Builder XML in GtkInfoBar docs --- diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c index 452c64fbc4..7eeaf88b7b 100644 --- a/gtk/gtkinfobar.c +++ b/gtk/gtkinfobar.c @@ -106,8 +106,8 @@ * * # GtkInfoBar as GtkBuildable * - * `GtkInfoBar` supports a custom element, which can contain - * multiple elements. The “response” attribute specifies a + * `GtkInfoBar` supports a custom `` element, which can contain + * multiple `` elements. The “response” attribute specifies a * numeric response, and the content of the element is the id of widget * (which should be a child of the dialogs @action_area). *