summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2022-01-01 18:17:31 +0100
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2022-01-01 18:17:31 +0100
commitdcbf3f8879d197fa12c0a1be2ec711f66648e2d9 (patch)
tree53e9bd825736a874c2971700ff51bfe6fc5dd526 /gtk
parent30d8c8e17c58e96c788e03930f9fce83e7f4c9a4 (diff)
downloadgtk+-dcbf3f8879d197fa12c0a1be2ec711f66648e2d9.tar.gz
gtk: mark gtk_lock_button_get_permission as nullable
like the constructor/setter
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtklockbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklockbutton.c b/gtk/gtklockbutton.c
index 5862e866d8..dda8cc9147 100644
--- a/gtk/gtklockbutton.c
+++ b/gtk/gtklockbutton.c
@@ -535,7 +535,7 @@ gtk_lock_button_new (GPermission *permission)
*
* Obtains the `GPermission` object that controls @button.
*
- * Returns: (transfer none): the `GPermission` of @button
+ * Returns: (transfer none) (nullable): the `GPermission` of @button
*/
GPermission *
gtk_lock_button_get_permission (GtkLockButton *button)