diff options
author | Bilal Elmoussaoui <bil.elmoussaoui@gmail.com> | 2022-01-01 18:17:31 +0100 |
---|---|---|
committer | Bilal Elmoussaoui <bil.elmoussaoui@gmail.com> | 2022-01-01 18:17:31 +0100 |
commit | dcbf3f8879d197fa12c0a1be2ec711f66648e2d9 (patch) | |
tree | 53e9bd825736a874c2971700ff51bfe6fc5dd526 /gtk | |
parent | 30d8c8e17c58e96c788e03930f9fce83e7f4c9a4 (diff) | |
download | gtk+-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.c | 2 |
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) |