[gtk+/wip/aruiz/nullable-annotations: 3/5] nullable annotations: gtk_entry_get_icon_stock



commit b5f24dc115430f3f42797f523c55033c4fe20087
Author: Alberto Ruiz <aruiz gnome org>
Date:   Fri Aug 14 16:23:21 2015 +0100

    nullable annotations: gtk_entry_get_icon_stock

 gtk/gtkentry.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index a7d04fb..4909674 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -8943,8 +8943,8 @@ 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: An icon name, or %NULL if no icon is set or if the icon
- *          wasn’t set from an icon name
+ * 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]