Escape Builder XML in GtkInfoBar docs

This commit is contained in:
Elliott Sales de Andrade 2022-01-28 05:32:16 -05:00
parent 0579220546
commit be5873a057

View File

@ -106,8 +106,8 @@
* *
* # GtkInfoBar as GtkBuildable * # GtkInfoBar as GtkBuildable
* *
* `GtkInfoBar` supports a custom <action-widgets> element, which can contain * `GtkInfoBar` supports a custom `<action-widgets>` element, which can contain
* multiple <action-widget> elements. The response attribute specifies a * multiple `<action-widget>` elements. The response attribute specifies a
* numeric response, and the content of the element is the id of widget * numeric response, and the content of the element is the id of widget
* (which should be a child of the dialogs @action_area). * (which should be a child of the dialogs @action_area).
* *