docs: Convert to markdown
Specifically, switch to using markdown syntax for sections.
This commit is contained in:
		| @ -72,8 +72,7 @@ | ||||
|  * by using gtk_info_bar_set_message_type(). GTK+ may use the message type | ||||
|  * to determine how the message is displayed. | ||||
|  * | ||||
|  * <example> | ||||
|  * <title>Simple GtkInfoBar usage.</title> | ||||
|  * A simple example for using a GtkInfoBar: | ||||
|  * |[<!-- language="C" --> | ||||
|  * /* set up info bar */ | ||||
|  * info_bar = gtk_info_bar_new (); | ||||
| @ -98,22 +97,17 @@ | ||||
|  *                                GTK_MESSAGE_ERROR); | ||||
|  * gtk_widget_show (info_bar); | ||||
|  * ]| | ||||
|  * </example> | ||||
|  * | ||||
|  * <refsect2 id="GtkInfoBar-BUILDER-UI"> | ||||
|  * <title>GtkInfoBar as GtkBuildable</title> | ||||
|  * <para> | ||||
|  * ## GtkInfoBar as GtkBuildable | ||||
|  * | ||||
|  * The GtkInfoBar implementation of the GtkBuildable interface exposes | ||||
|  * the content area and action area as internal children with the names | ||||
|  * "content_area" and "action_area". | ||||
|  * </para> | ||||
|  * <para> | ||||
|  * | ||||
|  * GtkInfoBar supports a custom <action-widgets> element, which | ||||
|  * can contain multiple <action-widget> 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). | ||||
|  * </para> | ||||
|  * </refsect2> | ||||
|  */ | ||||
|  | ||||
| enum | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen