[gnome-software/155-allow-some-markup-in-release-notes-in-appdata] Apply 1 suggestion(s) to 1 file(s)



commit 0beb5232759ce61fd66981e26d8fcb34f9f10f92
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Nov 16 16:04:10 2021 +0000

    Apply 1 suggestion(s) to 1 file(s)

 src/gs-app-version-history-row.c | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/src/gs-app-version-history-row.c b/src/gs-app-version-history-row.c
index f42972d0a..0c0dd9ef0 100644
--- a/src/gs-app-version-history-row.c
+++ b/src/gs-app-version-history-row.c
@@ -43,6 +43,17 @@ gs_app_version_history_row_init (GsAppVersionHistoryRow *row)
        gtk_widget_init_template (GTK_WIDGET (row));
 }
 
+/**
+ * gs_app_version_history_row_set_info:
+ * @row: a #GsAppVersionHistoryRow
+ * @version_number: (nullable): version number of the release, or %NULL if unknown
+ * @version_date: release date of the version, as seconds since the Unix epoch,
+ *   or `0` if unknown
+ * @version_description: (nullable): Pango Markup for the full human readable
+ *   description of the release, or %NULL if unknown
+ *
+ * Set information about the release represented by this version history row.
+ */
 void
 gs_app_version_history_row_set_info (GsAppVersionHistoryRow *row,
                                     const char *version_number,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]