forked from AuroraMiddleware/gtk
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.
|
||||
*
|
||||
* Returns: (transfer none): the `GPermission` of @button
|
||||
* Returns: (transfer none) (nullable): the `GPermission` of @button
|
||||
*/
|
||||
GPermission *
|
||||
gtk_lock_button_get_permission (GtkLockButton *button)
|
||||
|
Loading…
Reference in New Issue
Block a user