mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 02:40:07 +00:00
gtk: mark gtk_lock_button_get_permission as nullable
like the constructor/setter
This commit is contained in:
parent
30d8c8e17c
commit
dcbf3f8879
@ -535,7 +535,7 @@ gtk_lock_button_new (GPermission *permission)
|
|||||||
*
|
*
|
||||||
* Obtains the `GPermission` object that controls @button.
|
* Obtains the `GPermission` object that controls @button.
|
||||||
*
|
*
|
||||||
* Returns: (transfer none): the `GPermission` of @button
|
* Returns: (transfer none) (nullable): the `GPermission` of @button
|
||||||
*/
|
*/
|
||||||
GPermission *
|
GPermission *
|
||||||
gtk_lock_button_get_permission (GtkLockButton *button)
|
gtk_lock_button_get_permission (GtkLockButton *button)
|
||||||
|
Loading…
Reference in New Issue
Block a user