[gnome-autoar] mime-types: correct return value annotations
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-autoar] mime-types: correct return value annotations
- Date: Tue, 9 Feb 2021 15:57:52 +0000 (UTC)
commit 2bca41ba1cbb458faa189f676b4430da26b29698
Author: Peter Keresztes Schmidt <carbenium outlook com>
Date: Mon Aug 5 17:08:51 2019 +0200
mime-types: correct return value annotations
gnome-autoar/autoar-mime-types.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-autoar/autoar-mime-types.c b/gnome-autoar/autoar-mime-types.c
index 9eb5c24..d288c71 100644
--- a/gnome-autoar/autoar-mime-types.c
+++ b/gnome-autoar/autoar-mime-types.c
@@ -71,7 +71,7 @@ initialize_supported_mime_types_table (void)
* Checks whether a mime type is supported by autoar. This function does no
* blocking IO.
*
- * Returns: an #AutoarFilter
+ * Returns: %TRUE if the mime type is supported
**/
gboolean
autoar_check_mime_type_supported (const gchar *mime_type)
@@ -90,7 +90,7 @@ autoar_check_mime_type_supported (const gchar *mime_type)
* This function will query the file's mime type and then call
* autoar_check_mime_type_supported(), so it does blocking IO.
*
- * Returns: an #AutoarFilter
+ * Returns: %TRUE if the mime type of the #GFile is supported
**/
gboolean
autoar_query_mime_type_supported (GFile *file)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]