[gnome-builder] libide/gui: include more version information for support
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] libide/gui: include more version information for support
- Date: Thu, 22 Sep 2022 05:20:30 +0000 (UTC)
commit 3a88d88b82a919a62105cf225901651b8ea1f6e4
Author: Christian Hergert <chergert redhat com>
Date: Wed Sep 21 22:20:13 2022 -0700
libide/gui: include more version information for support
src/libide/gui/ide-support.c | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
---
diff --git a/src/libide/gui/ide-support.c b/src/libide/gui/ide-support.c
index 0a55aaa93..86f466709 100644
--- a/src/libide/gui/ide-support.c
+++ b/src/libide/gui/ide-support.c
@@ -98,6 +98,25 @@ ide_get_support_log (void)
gtk_get_major_version (),
gtk_get_minor_version (),
gtk_get_micro_version ());
+ g_string_append_printf (str, "libadwaita = \"%u.%u.%u\"\n",
+ adw_get_major_version (),
+ adw_get_minor_version (),
+ adw_get_micro_version ());
+ g_string_append (str, "\n");
+
+ g_string_append (str, "[build.libraries]\n");
+ g_string_append_printf (str, "glib = \"%u.%u.%u\"\n",
+ GLIB_MAJOR_VERSION,
+ GLIB_MINOR_VERSION,
+ GLIB_MICRO_VERSION);
+ g_string_append_printf (str, "gtk = \"%u.%u.%u\"\n",
+ GTK_MAJOR_VERSION,
+ GTK_MINOR_VERSION,
+ GTK_MICRO_VERSION);
+ g_string_append_printf (str, "libadwaita = \"%u.%u.%u\"\n",
+ ADW_MAJOR_VERSION,
+ ADW_MINOR_VERSION,
+ ADW_MICRO_VERSION);
g_string_append (str, "\n");
/*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]