[gtk+/wip/aruiz/nullable-annotations] nullable annotations: fix usage of annotation syntax in previous commit



commit 8a3faec203bfb30662ae3a934451fb5bd90cc233
Author: Alberto Ruiz <aruiz gnome org>
Date:   Wed Aug 19 02:47:40 2015 +0100

    nullable annotations:
      fix usage of annotation syntax in previous commit

 gtk/gtkactionable.c       |    2 +-
 gtk/gtkappchooserbutton.c |    2 +-
 gtk/gtkappchooserdialog.c |    2 +-
 gtk/gtkbuilder.c          |    2 +-
 gtk/gtkcalendar.h         |    2 +-
 gtk/gtkentry.c            |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gtk/gtkactionable.c b/gtk/gtkactionable.c
index 69632dc..29a7f16 100644
--- a/gtk/gtkactionable.c
+++ b/gtk/gtkactionable.c
@@ -86,7 +86,7 @@ gtk_actionable_default_init (GtkActionableInterface *iface)
  *
  * See gtk_actionable_set_action_name() for more information.
  *
- * Returns (nullable): the action name, or %NULL if none is set
+ * Returns: (nullable): the action name, or %NULL if none is set
  *
  * Since: 3.4
  **/
diff --git a/gtk/gtkappchooserbutton.c b/gtk/gtkappchooserbutton.c
index 658be1a..a86c69e 100644
--- a/gtk/gtkappchooserbutton.c
+++ b/gtk/gtkappchooserbutton.c
@@ -971,7 +971,7 @@ gtk_app_chooser_button_set_heading (GtkAppChooserButton *self,
  *
  * Returns the text to display at the top of the dialog.
  *
- * Returns (nullable): the text to display at the top of the dialog,
+ * Returns: (nullable): the text to display at the top of the dialog,
  *     or %NULL, in which case a default text is displayed
  */
 const gchar *
diff --git a/gtk/gtkappchooserdialog.c b/gtk/gtkappchooserdialog.c
index ad7de8e..6efad77 100644
--- a/gtk/gtkappchooserdialog.c
+++ b/gtk/gtkappchooserdialog.c
@@ -863,7 +863,7 @@ gtk_app_chooser_dialog_set_heading (GtkAppChooserDialog *self,
  *
  * Returns the text to display at the top of the dialog.
  *
- * Returns (nullable): the text to display at the top of the dialog, or %NULL, in which
+ * Returns: (nullable): the text to display at the top of the dialog, or %NULL, in which
  *     case a default text is displayed
  */
 const gchar *
diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c
index dcee943..69803f3 100644
--- a/gtk/gtkbuilder.c
+++ b/gtk/gtkbuilder.c
@@ -2435,7 +2435,7 @@ gtk_builder_add_callback_symbols (GtkBuilder  *builder,
  * or for any case that one might be cusomizing signal connections
  * using gtk_builder_connect_signals_full()
  *
- * Returns (nullable): The callback symbol in @builder for @callback_name, or %NULL
+ * Returns: (nullable): The callback symbol in @builder for @callback_name, or %NULL
  *
  * Since: 3.10
  */
diff --git a/gtk/gtkcalendar.h b/gtk/gtkcalendar.h
index 28a0514..8c4870b 100644
--- a/gtk/gtkcalendar.h
+++ b/gtk/gtkcalendar.h
@@ -86,7 +86,7 @@ typedef enum
  *
  * Since: 2.14
  *
- * Returns (nullable) (transfer full): Newly allocated string with Pango markup
+ * Returns: (nullable) (transfer full): Newly allocated string with Pango markup
  *     with details for the specified day or %NULL.
  */
 typedef gchar* (*GtkCalendarDetailFunc) (GtkCalendar *calendar,
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 4909674..92df6b7 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -8943,7 +8943,7 @@ gtk_entry_get_icon_stock (GtkEntry             *entry,
  * no icon or if the icon was set by some other method (e.g., by
  * pixbuf, stock or gicon).
  *
- * Returns (nullable) (transfer none): An icon name, or %NULL if no icon is set
+ * Returns: (nullable) (transfer none): An icon name, or %NULL if no icon is set
  *     or if the icon wasn't set from an icon name
  *
  * Since: 2.16


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