[gtk+] GtkApplicationWindow: Fix small doc formatting issues



commit 5dcc4cf5c1ac5e6391773249ea54d74d05781694
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Apr 21 07:07:31 2015 -0500

    GtkApplicationWindow: Fix small doc formatting issues

 gtk/gtkapplicationwindow.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkapplicationwindow.c b/gtk/gtkapplicationwindow.c
index 08a0b1d..5007997 100644
--- a/gtk/gtkapplicationwindow.c
+++ b/gtk/gtkapplicationwindow.c
@@ -96,8 +96,7 @@
  *
  * menubar = G_MENU_MODEL (gtk_builder_get_object (builder,
  *                                                 "menubar"));
- * gtk_application_set_menubar (G_APPLICATION (app),
- *                              menubar);
+ * gtk_application_set_menubar (G_APPLICATION (app), menubar);
  * g_object_unref (builder);
  *
  * ...
@@ -118,7 +117,7 @@
  * Attribute values can be translated using gettext, like other #GtkBuilder
  * content. `<attribute>` elements can be marked for translation with a
  * `translatable="yes"` attribute. It is also possible to specify message
- * context and translator comments,using the context and comments attributes.
+ * context and translator comments, using the context and comments attributes.
  * To make use of this, the #GtkBuilder must have been given the gettext
  * domain to use.
  */


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