summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2019-01-12 08:03:47 +0100
committerTimm Bäder <mail@baedert.org>2019-01-13 08:23:25 +0100
commit5680393f9d966e15b3a3390695514462f7a9731d (patch)
treefebbd4d6f7acbd34f082fd024165d9233ece53d5
parentaadcec3d1ebee81edcdfdafd94b732195f54e41a (diff)
downloadgtk+-5680393f9d966e15b3a3390695514462f7a9731d.tar.gz
label: Add missing nullable annotation
-rw-r--r--gtk/gtklabel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index 1d4223aada..57db38485b 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -6254,8 +6254,8 @@ gtk_label_get_current_link (GtkLabel *label)
* This function is intended for use in a #GtkLabel::activate-link handler
* or for use in a #GtkWidget::query-tooltip handler.
*
- * Returns: the currently active URI. The string is owned by GTK+ and must
- * not be freed or modified.
+ * Returns: (nullable): the currently active URI or %NULL if there is none.
+ * The string is owned by GTK+ and must not be freed or modified.
*/
const gchar *
gtk_label_get_current_uri (GtkLabel *label)