From 09d1b28249af38448be0b52d00dd9924adac5d1c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 2 Feb 2014 00:29:00 -0500 Subject: docs: Convert to markdown Specifically, switch to using markdown syntax for sections. --- gtk/gtkinfobar.c | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'gtk/gtkinfobar.c') diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c index 5d6dee4f34..07fa6d4722 100644 --- a/gtk/gtkinfobar.c +++ b/gtk/gtkinfobar.c @@ -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. * - * - * Simple GtkInfoBar usage. + * A simple example for using a GtkInfoBar: * |[ * /* set up info bar */ * info_bar = gtk_info_bar_new (); @@ -98,22 +97,17 @@ * GTK_MESSAGE_ERROR); * gtk_widget_show (info_bar); * ]| - * * - * - * GtkInfoBar as GtkBuildable - * + * ## 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". - * - * + * * 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). - * - * */ enum -- cgit v1.2.1