[glib: 24/24] Merge branch 'more-async-gfile' into 'main'




commit 5655af6ada81061193d39a0f3041a3383218a1ff
Merge: 6529be2950 5b04d23fc4
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Jun 23 11:49:55 2022 +0000

    Merge branch 'more-async-gfile' into 'main'
    
    gfile (and GAppInfo): Add some missing async APIs and ensure async calls always use them
    
    See merge request GNOME/glib!2717

 docs/reference/gio/gio-sections-common.txt |  11 +
 gio/gappinfo.c                             | 247 ++++++++-
 gio/gappinfo.h                             |  18 +
 gio/gdesktopappinfo.c                      |   9 +-
 gio/gfile.c                                | 480 +++++++++++++++-
 gio/gfile.h                                |  45 +-
 gio/gioenums.h                             |   4 +-
 gio/gioerror.c                             | 167 +++---
 gio/gioerror.h                             |   3 +
 gio/tests/desktop-app-info.c               | 369 ++++++++++++-
 gio/tests/error.c                          | 856 +++++++++++++++++++++++++++++
 gio/tests/file.c                           | 647 ++++++++++++++++++++++
 gio/tests/meson.build                      |   1 +
 13 files changed, 2729 insertions(+), 128 deletions(-)
---


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