[gtk+/wip/aruiz/nullable-annotations] nullable annotations: fix annotation syntax errors from previous commit
- From: Alberto Ruiz <aruiz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/aruiz/nullable-annotations] nullable annotations: fix annotation syntax errors from previous commit
- Date: Wed, 19 Aug 2015 02:02:18 +0000 (UTC)
commit 4b29dadcf35041c734b301a51bd34fe70ca9baef
Author: Alberto Ruiz <aruiz gnome org>
Date: Wed Aug 19 02:51:23 2015 +0100
nullable annotations:
fix annotation syntax errors from previous commit
gtk/gtkmenuitem.c | 2 +-
gtk/gtktextview.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkmenuitem.c b/gtk/gtkmenuitem.c
index 715bb11..8a29658 100644
--- a/gtk/gtkmenuitem.c
+++ b/gtk/gtkmenuitem.c
@@ -2459,7 +2459,7 @@ gtk_menu_item_set_accel_path (GtkMenuItem *menu_item,
*
* See gtk_menu_item_set_accel_path() for details.
*
- * Returns (nullable) (transfer none): the accelerator path corresponding to
+ * Returns: (nullable) (transfer none): the accelerator path corresponding to
* this menu item’s functionality, or %NULL if not set
*
* Since: 2.14
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c
index f689246..7abe712 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -3139,7 +3139,7 @@ gtk_text_view_set_tabs (GtkTextView *text_view,
* “standard” (8-space) tabs are used. Free the return value
* with pango_tab_array_free().
*
- * Returns (nullable) (transfer full): copy of default tab array, or %NULL if
+ * Returns: (nullable) (transfer full): copy of default tab array, or %NULL if
* “standard" tabs are used; must be freed with pango_tab_array_free().
**/
PangoTabArray*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]