[gnome-software: 1/2] Fix comment about snapd using D-Bus - it uses HTTP over unix sockets




commit 2d1209ab44214c6327f21f6ea1426dc47643a677
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Mar 1 15:07:00 2022 +1300

    Fix comment about snapd using D-Bus - it uses HTTP over unix sockets

 plugins/snap/gs-plugin-snap.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/plugins/snap/gs-plugin-snap.c b/plugins/snap/gs-plugin-snap.c
index d0953275f..fd194af83 100644
--- a/plugins/snap/gs-plugin-snap.c
+++ b/plugins/snap/gs-plugin-snap.c
@@ -20,11 +20,11 @@
  * SECTION:
  * Lists and allows installation/uninstallation of snaps from the snap store.
  *
- * Since snapd is a daemon accessible over D-Bus, this plugin basically
- * translates every job into one or more D-Bus calls, and all the real work is
- * done in the snapd daemon. FIXME: This means the plugin can therefore execute
- * entirely in the main thread, making asynchronous D-Bus calls, once all the
- * vfuncs have been ported.
+ * Since snapd is a daemon accessible via HTTP calls on a Unix socket, this
+ * plugin basically translates every job into one or more HTTP request, and all
+ * the real work is done in the snapd daemon. FIXME: This means the plugin can
+ * therefore execute entirely in the main thread, making asynchronous calls,
+ * once all the vfuncs have been ported.
  */
 
 struct _GsPluginSnap {


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