[gnome-software/1296-calculate-app-space-usage-for-download-context-tile] Apply 4 suggestion(s) to 4 file(s)
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/1296-calculate-app-space-usage-for-download-context-tile] Apply 4 suggestion(s) to 4 file(s)
- Date: Mon, 2 Aug 2021 16:33:52 +0000 (UTC)
commit d319d5b8bfe8d436b0351f7178b1548eb3bde43e
Author: Philip Withnall <philip tecnocode co uk>
Date: Mon Aug 2 16:33:51 2021 +0000
Apply 4 suggestion(s) to 4 file(s)
lib/gs-app.c | 2 +-
lib/gs-plugin-types.h | 2 +-
lib/gs-utils.c | 2 +-
lib/gs-utils.h | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/lib/gs-app.c b/lib/gs-app.c
index 72db3341f..10cd336ed 100644
--- a/lib/gs-app.c
+++ b/lib/gs-app.c
@@ -5322,7 +5322,7 @@ gs_app_class_init (GsAppClass *klass)
* %GS_APP_SIZE_UNKNOWABLE if it’s not possible to know.
*
* To get the application runtime or extensions installed sizes,
- * use GsApp:size-installed-dependencies.
+ * use #GsApp:size-installed-dependencies.
*
* Since: 41
*/
diff --git a/lib/gs-plugin-types.h b/lib/gs-plugin-types.h
index 9ff9b9e8a..53bfdc7b8 100644
--- a/lib/gs-plugin-types.h
+++ b/lib/gs-plugin-types.h
@@ -125,7 +125,7 @@ typedef enum {
* @GS_PLUGIN_REFINE_FLAGS_REQUIRE_DEVELOPER_NAME: Require developer name
* @GS_PLUGIN_REFINE_FLAGS_REQUIRE_KUDOS: Require kudos
* @GS_PLUGIN_REFINE_FLAGS_REQUIRE_CONTENT_RATING: Require content rating
- * @GS_PLUGIN_REFINE_FLAGS_REQUIRE_SIZE_DATA: Require user and cache data sizes
+ * @GS_PLUGIN_REFINE_FLAGS_REQUIRE_SIZE_DATA: Require user and cache data sizes (Since: 41)
* @GS_PLUGIN_REFINE_FLAGS_MASK: All flags (Since: 40)
*
* The refine flags.
diff --git a/lib/gs-utils.c b/lib/gs-utils.c
index d17ba07e4..99d1ceaec 100644
--- a/lib/gs-utils.c
+++ b/lib/gs-utils.c
@@ -1445,7 +1445,7 @@ gs_utils_pixbuf_blur (GdkPixbuf *src, guint radius, guint iterations)
* Gets the size of the file or a directory identified by @filename.
*
* When the @include_func is not %NULL, it can limit which files are included
- * in the resulting size. When it's %NULL, all files and subdirectories) are included.
+ * in the resulting size. When it's %NULL, all files and subdirectories are included.
*
* Returns: disk size of the @filename; or 0 when not found
*
diff --git a/lib/gs-utils.h b/lib/gs-utils.h
index 39685c9a1..66d49bc42 100644
--- a/lib/gs-utils.h
+++ b/lib/gs-utils.h
@@ -114,7 +114,7 @@ void gs_utils_pixbuf_blur (GdkPixbuf *src,
*
* Check whether include the @filename in the size calculation.
* The @filename is a relative path to the file name passed to
- * the GsFileSizeIncludeFunc.
+ * the #GsFileSizeIncludeFunc.
*
* Returns: Whether to include the @filename in the size calculation
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]