Skip to content

Commit

Permalink
Merge pull request ostreedev#3218 from cgwalters/policy-allow-none
Browse files Browse the repository at this point in the history
sepolicy: Add missing `(nullable)`
  • Loading branch information
cgwalters authored Mar 19, 2024
2 parents b96b4ff + 45453b7 commit dc4d4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libostree/ostree-sepolicy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dc4d4b5

Please sign in to comment.