[gnome-software: 11/11] Merge branch 'refactor-threads27' into 'main'




commit b3970622c33c555d0e745681df117eeb80754e64
Merge: 9987d9570 b28d69ec2
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Jul 18 09:57:04 2022 +0000

    Merge branch 'refactor-threads27' into 'main'
    
    lib: Add new GsPluginJobListCategories job
    
    See merge request GNOME/gnome-software!1432

 doc/api/gnome-software-docs.xml     |   1 +
 lib/gnome-software.h                |   1 +
 lib/gs-appstream.c                  |  14 +-
 lib/gs-appstream.h                  |   2 +-
 lib/gs-category.c                   |  20 +--
 lib/gs-category.h                   |   3 +-
 lib/gs-cmd.c                        |  19 +-
 lib/gs-plugin-helpers.c             |  68 +++++++
 lib/gs-plugin-helpers.h             |  16 ++
 lib/gs-plugin-job-list-categories.c | 347 ++++++++++++++++++++++++++++++++++++
 lib/gs-plugin-job-list-categories.h |  29 +++
 lib/gs-plugin-loader-sync.c         |  37 ----
 lib/gs-plugin-loader-sync.h         |   4 -
 lib/gs-plugin-loader.c              | 151 +---------------
 lib/gs-plugin-loader.h              |   8 -
 lib/gs-plugin-types.h               |  18 +-
 lib/gs-plugin-vfuncs.h              |  18 --
 lib/gs-plugin.c                     |   6 -
 lib/gs-plugin.h                     |  47 +++--
 lib/meson.build                     |   2 +
 plugins/core/gs-plugin-appstream.c  |  74 +++++++-
 plugins/flatpak/gs-flatpak.c        |  13 +-
 plugins/flatpak/gs-flatpak.h        |   2 +-
 plugins/flatpak/gs-plugin-flatpak.c |  71 +++++++-
 src/gs-overview-page.c              |  42 ++++-
 25 files changed, 712 insertions(+), 301 deletions(-)
---


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