[glib: 9/9] Merge branch 'wip/smcv/none-flags' into 'main'




commit 191923ce61e47d6fc7b2cac1851d86e92e336a87
Merge: d198edf9cd 879b9cd669
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Jun 23 16:09:38 2022 +0000

    Merge branch 'wip/smcv/none-flags' into 'main'
    
    Add a NONE or DEFAULT member to most flags-sets
    
    See merge request GNOME/glib!2576

 gio/gcancellable.c                    |   2 +-
 gio/gcontenttype.c                    |   3 +-
 gio/gdbusobjectmanagerclient.c        |   4 +-
 gio/gdbusserver.c                     |   2 +-
 gio/gdtlsclientconnection.c           |   2 +-
 gio/gioenums.h                        |   2 +
 gio/glocalfilemonitor.c               |   5 +-
 gio/gsettingsschema.c                 |  12 ++-
 gio/gsubprocess.c                     |   4 +-
 gio/gtask.c                           |   3 +-
 gio/gtlscertificate.c                 |   2 +
 gio/gtlsclientconnection.c            |   2 +-
 gio/tests/gapplication.c              |   2 +-
 gio/tests/gdbus-address-get-session.c |   6 +-
 gio/tests/gdbus-non-socket.c          |   2 +-
 gio/tests/gdbus-peer.c                |  10 +--
 gio/tests/giomodule.c                 |   8 +-
 gio/tests/glistmodel.c                |   2 +-
 gio/tests/gschema-compile.c           |   2 +-
 gio/tests/gsettings.c                 |  55 ++++++++-----
 gio/tests/task.c                      |   8 +-
 gio/tests/tls-bindings.c              |   4 +-
 gio/tests/win32-appinfo.c             |   6 +-
 glib/gbookmarkfile.c                  |   2 +-
 glib/giochannel.c                     |   1 +
 glib/giochannel.h                     |   1 +
 glib/giounix.c                        |   2 +-
 glib/gmarkup.h                        |   2 +
 glib/gregex.c                         |   8 +-
 glib/gregex.h                         |   4 +
 glib/gtestutils.c                     |   3 +-
 glib/gtestutils.h                     |   3 +
 glib/tests/array-test.c               |   4 +-
 glib/tests/autoptr.c                  |  10 ++-
 glib/tests/convert.c                  |  24 ++++--
 glib/tests/dataset.c                  |   2 +-
 glib/tests/error.c                    |   2 +-
 glib/tests/gvariant.c                 |   2 +-
 glib/tests/hash.c                     |   3 +-
 glib/tests/list.c                     |   2 +-
 glib/tests/logging.c                  |  55 +++++++------
 glib/tests/markup-collect.c           |   4 +-
 glib/tests/markup-parse.c             |   2 +-
 glib/tests/markup-subparser.c         |   3 +-
 glib/tests/markup.c                   |   3 +-
 glib/tests/mem-overflow.c             |   9 ++-
 glib/tests/refcount.c                 |   4 +-
 glib/tests/regex.c                    | 143 +++++++++++++++++-----------------
 glib/tests/scannerapi.c               |   2 +-
 glib/tests/slice.c                    |   4 +-
 glib/tests/spawn-singlethread.c       |   2 +-
 glib/tests/test-printf.c              |  10 ++-
 glib/tests/testing.c                  | 102 +++++++++++++++---------
 glib/tests/thread-pool.c              |   2 +-
 glib/tests/utils.c                    |   9 ++-
 glib/tests/win32.c                    |   9 ++-
 gobject/gobject.c                     |   8 +-
 gobject/gsignal.h                     |  11 ++-
 gobject/gtype.h                       |   6 ++
 gobject/tests/boxed.c                 |   7 +-
 gobject/tests/param.c                 |   5 +-
 gobject/tests/properties.c            |   4 +-
 gobject/tests/signals.c               |  10 ++-
 gobject/tests/testing.c               |   3 +-
 64 files changed, 384 insertions(+), 256 deletions(-)
---


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