Merge pull request #3218 from cgwalters/policy-allow-none

sepolicy: Add missing `(nullable)`
This commit is contained in:
Colin Walters 2024-03-19 12:28:54 -04:00 committed by GitHub
commit dc4d4b5592
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -497,7 +497,7 @@ ostree_sepolicy_get_path (OstreeSePolicy *self)
* ostree_sepolicy_get_name:
* @self:
*
* Returns: (transfer none): Type of current policy
* Returns: (transfer none) (nullable): Type of current policy
*/
const char *
ostree_sepolicy_get_name (OstreeSePolicy *self)