Skip to content

lib: Drop GS_APP_PERMISSIONS_FLAGS_UNKNOWN

This will allow GS_APP_PERMISSIONS_FLAGS_NONE to be simplified to zero, rather than having a bit set which means it needs to be handled in unexpected ways.

The equivalent of GS_APP_PERMISSIONS_FLAGS_UNKNOWN is now for a GsApp to have a NULL GsAppPermissions.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Merge request reports