[gtk+] GtkSidebar: Make docs show up



commit fc13ff501d7bd02031fcb26562572b8a31b0764d
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Oct 22 00:45:22 2014 -0400

    GtkSidebar: Make docs show up

 gtk/gtksidebar.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gtk/gtksidebar.c b/gtk/gtksidebar.c
index e5121ed..39c3321 100644
--- a/gtk/gtksidebar.c
+++ b/gtk/gtksidebar.c
@@ -32,14 +32,14 @@
 #include "gtkintl.h"
 
 /**
- * SECTION:gtk-sidebar
- * @short_description: An automatic sidebar widget
- * @title: GtkSidebar
+ * SECTION:gtksidebar
+ * @Title: GtkSidebar
+ * @Short_description: An automatic sidebar widget
  *
- * A GtkSidebarWindow enables you to quickly and easily provide a consistent
+ * A GtkSidebar enables you to quickly and easily provide a consistent
  * "sidebar" object for your user interface.
  *
- * In order to use a GtkSidebar, you simply use a GtkStack to organise
+ * In order to use a GtkSidebar, you simply use a GtkStack to organize
  * your UI flow, and add the sidebar to your sidebar area. You can use
  * gtk_sidebar_set_stack() to connect the #GtkSidebar to the #GtkStack.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]