[gtk+/wip/aruiz/nullable-annotations: 4/5] nullable annotations: gtk_label_set_mnemonic_widget



commit 6535429831bf48d57e5c646716e2501cf48640d0
Author: Alberto Ruiz <aruiz gnome org>
Date:   Fri Aug 14 16:24:21 2015 +0100

    nullable annotations: gtk_label_set_mnemonic_widget

 gtk/gtklabel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index f3ab485..d68514a 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -2053,7 +2053,7 @@ gtk_label_set_mnemonic_widget (GtkLabel  *label,
  * Retrieves the target of the mnemonic (keyboard shortcut) of this
  * label. See gtk_label_set_mnemonic_widget().
  *
- * Returns: (transfer none): the target of the label’s mnemonic,
+ * Returns: (nullable) (transfer none): the target of the label’s mnemonic,
  *     or %NULL if none has been set and the default algorithm will be used.
  **/
 GtkWidget *


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