Merge pull request #2538 from cgwalters/dirmeta-not-floating

core: Mark `ostree_create_directory_metadata` as `(not nullable)`
This commit is contained in:
Colin Walters 2022-02-11 18:01:49 -05:00 committed by GitHub
commit bea8d9a2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1141,7 +1141,7 @@ _ostree_compare_object_checksum (OstreeObjectType objtype,
* @dir_info: a #GFileInfo containing directory information
* @xattrs: (allow-none): Optional extended attributes
*
* Returns: (transfer full): A new #GVariant containing %OSTREE_OBJECT_TYPE_DIR_META
* Returns: (transfer full) (not nullable): A new #GVariant containing %OSTREE_OBJECT_TYPE_DIR_META
*/
GVariant *
ostree_create_directory_metadata (GFileInfo *dir_info,