widget: Fix example code in doc

This commit is contained in:
Mohammed Sadiq 2018-05-31 16:24:00 +05:30
parent 866050d015
commit 1918fefbd4

View File

@ -292,7 +292,7 @@
*
* 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>
* </object>
* <object class="GtkButton" id="button1">