widget: Fix example code in doc

This commit is contained in:
Mohammed Sadiq 2018-05-31 16:24:00 +05:30
parent 8b24d59cde
commit f4c1a40446

View File

@ -266,7 +266,7 @@
* *
* An example of a UI definition fragment specifying an accessible: * An example of a UI definition fragment specifying an accessible:
* |[ * |[
* <object class="GtkButton" id="label1"/> * <object class="GtkLabel" id="label1"/>
* <property name="label">I am a Label for a Button</property> * <property name="label">I am a Label for a Button</property>
* </object> * </object>
* <object class="GtkButton" id="button1"> * <object class="GtkButton" id="button1">