mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-22 06:50:47 +03:00
libostree: Squash two g-ir-scanner warnings
This commit is contained in:
parent
ccb10d592d
commit
87922259ee
@ -229,7 +229,7 @@ gboolean ostree_checksum_file_async_finish (GFile *f,
|
||||
GVariant *ostree_create_directory_metadata (GFileInfo *dir_info,
|
||||
GVariant *xattrs);
|
||||
|
||||
/** VALIDATION **/
|
||||
/* VALIDATION */
|
||||
|
||||
gboolean ostree_validate_structureof_objtype (guchar objtype,
|
||||
GError **error);
|
||||
|
@ -221,9 +221,9 @@ compare_ascii_checksums_for_sorting (gconstpointer a_pp,
|
||||
return strcmp (a, b);
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* Create sizes metadata GVariant and add it to the metadata variant given.
|
||||
*/
|
||||
*/
|
||||
static gboolean
|
||||
add_size_index_to_metadata (OstreeRepo *self,
|
||||
GVariant *original_metadata,
|
||||
|
Loading…
x
Reference in New Issue
Block a user