gfileinfo: Fix some minor documentation typos

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2023-02-08 09:57:51 +00:00
parent 937c6f15cd
commit 2f862993cc

View File

@ -874,7 +874,7 @@ _g_file_info_get_attribute_value (GFileInfo *info,
* @info: a #GFileInfo. * @info: a #GFileInfo.
* @attribute: a file attribute key. * @attribute: a file attribute key.
* *
* Gets the value of a attribute, formatted as a string. * Gets the value of an attribute, formatted as a string.
* This escapes things as needed to make the string valid * This escapes things as needed to make the string valid
* UTF-8. * UTF-8.
* *
@ -2870,7 +2870,7 @@ g_file_attribute_matcher_unref (GFileAttributeMatcher *matcher)
* @matcher: a #GFileAttributeMatcher. * @matcher: a #GFileAttributeMatcher.
* @attribute: a file attribute key. * @attribute: a file attribute key.
* *
* Checks if a attribute matcher only matches a given attribute. Always * Checks if an attribute matcher only matches a given attribute. Always
* returns %FALSE if "*" was used when creating the matcher. * returns %FALSE if "*" was used when creating the matcher.
* *
* Returns: %TRUE if the matcher only matches @attribute. %FALSE otherwise. * Returns: %TRUE if the matcher only matches @attribute. %FALSE otherwise.