[gtk+/gtk-3-16] GtkApplicationWindow: Fix small doc formatting issues
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-16] GtkApplicationWindow: Fix small doc formatting issues
- Date: Mon, 27 Apr 2015 17:27:47 +0000 (UTC)
commit 17b5ee4067b3246550a63b3aa91a978429ff6b50
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]