[gtk+/wip/aruiz/nullable-annotations: 2/5] nullable annotations: gtk_accel_label_finalize



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

    nullable annotations: gtk_accel_label_finalize

 gtk/gtkaccellabel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkaccellabel.c b/gtk/gtkaccellabel.c
index 5289fa1..90d9865 100644
--- a/gtk/gtkaccellabel.c
+++ b/gtk/gtkaccellabel.c
@@ -317,7 +317,7 @@ gtk_accel_label_finalize (GObject *object)
  * Fetches the widget monitored by this accelerator label. See
  * gtk_accel_label_set_accel_widget().
  *
- * Returns: (transfer none): the object monitored by the accelerator label, or %NULL.
+ * Returns: (nullable) (transfer none): the object monitored by the accelerator label, or %NULL.
  **/
 GtkWidget*
 gtk_accel_label_get_accel_widget (GtkAccelLabel *accel_label)


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