[gnome-software: 16/16] Merge branch 'refactor-threads22' into 'main'




commit 06eb5c077526268c38de511d744b2115c46a488c
Merge: 8280e91b5 10e8ab455
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun May 22 13:39:40 2022 +0000

    Merge branch 'refactor-threads22' into 'main'
    
    Drop GsPluginJobListInstalledApps in favour of GsPluginJobListApps
    
    See merge request GNOME/gnome-software!1347

 doc/api/gnome-software-docs.xml         |  31 +-
 lib/gnome-software.h                    |   1 -
 lib/gs-app-query.c                      |  55 ++-
 lib/gs-app-query.h                      |   1 +
 lib/gs-appstream.c                      |  32 ++
 lib/gs-appstream.h                      |   5 +
 lib/gs-cmd.c                            |  13 +-
 lib/gs-plugin-job-list-installed-apps.c | 574 --------------------------------
 lib/gs-plugin-job-list-installed-apps.h |  32 --
 lib/gs-plugin-loader.c                  |   4 -
 lib/gs-plugin-types.h                   |  14 -
 lib/gs-plugin.h                         |  14 -
 lib/meson.build                         |   2 -
 plugins/core/gs-plugin-appstream.c      | 105 +-----
 plugins/dummy/gs-plugin-dummy.c         |  90 ++---
 plugins/dummy/gs-self-test.c            |  16 +-
 plugins/epiphany/gs-plugin-epiphany.c   |  73 ++--
 plugins/epiphany/gs-self-test.c         |   9 +-
 plugins/flatpak/gs-plugin-flatpak.c     |  85 +----
 plugins/snap/gs-plugin-snap.c           | 128 +++----
 src/gs-installed-page.c                 |  29 +-
 21 files changed, 339 insertions(+), 974 deletions(-)
---


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