summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-05-16 12:23:18 +0100
committerSimon McVittie <smcv@collabora.com>2023-05-17 11:35:44 +0100
commit9834f8991d24dc5a24d0d9d525497b85ffa22307 (patch)
tree7f2439741987486c2a2054f377634114232d5f5a
parent717b7aec0cf42575f3b109fbc42a6ed409da181d (diff)
downloadflatpak-9834f8991d24dc5a24d0d9d525497b85ffa22307.tar.gz
glib-backports: Document which version we backported
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--common/flatpak-glib-backports.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/flatpak-glib-backports.c b/common/flatpak-glib-backports.c
index d1ecab84..02236240 100644
--- a/common/flatpak-glib-backports.c
+++ b/common/flatpak-glib-backports.c
@@ -716,7 +716,7 @@ g_ptr_array_extend (GPtrArray *array_to_extend,
#endif
#if !GLIB_CHECK_VERSION (2, 68, 0)
-/* All this code is backported directly from glib */
+/* All this code is backported directly from GLib 2.76.2 */
guint
g_string_replace (GString *string,
const gchar *find,