[gjs: 16/16] Merge branch 'annotate-return-values' into 'master'



commit dcb26e6369eb5bd965918869c0060190611fa03b
Merge: ee8f6d93 7f254f39
Author: Philip Chimento <philip chimento gmail com>
Date:   Sat Nov 3 02:40:58 2018 +0000

    Merge branch 'annotate-return-values' into 'master'
    
    Annotate return values
    
    See merge request GNOME/gjs!251

 gi/arg.cpp                        | 169 ++++++++++++++++++-------------
 gi/arg.h                          |  14 +++
 gi/boxed.cpp                      |  72 +++++++++----
 gi/boxed.h                        |  10 +-
 gi/closure.h                      |   6 ++
 gi/enumeration.cpp                |  21 ++--
 gi/enumeration.h                  |   4 +
 gi/foreign.cpp                    |  17 ++--
 gi/foreign.h                      |  11 +-
 gi/function.cpp                   |  35 ++++---
 gi/function.h                     |   5 +
 gi/fundamental.cpp                |  31 +++++-
 gi/fundamental.h                  |   7 ++
 gi/gerror.cpp                     |  48 +++++----
 gi/gerror.h                       |  11 +-
 gi/gobject.cpp                    |  18 ++--
 gi/gtype.cpp                      |  48 +++++----
 gi/gtype.h                        |  12 ++-
 gi/interface.cpp                  |  36 ++++---
 gi/interface.h                    |   4 +
 gi/ns.cpp                         |   7 +-
 gi/ns.h                           |   3 +
 gi/object.cpp                     |  53 ++++++----
 gi/object.h                       |  99 +++++++++++++++---
 gi/param.cpp                      |   6 +-
 gi/param.h                        |   6 ++
 gi/private.cpp                    |  37 +++++--
 gi/private.h                      |   2 +
 gi/proxyutils.h                   |   2 +
 gi/repo.cpp                       |  26 +++--
 gi/repo.h                         |  12 ++-
 gi/toggle.h                       |   7 +-
 gi/union.cpp                      |  32 ++++--
 gi/union.h                        |   6 ++
 gi/value.cpp                      |  64 +++++++-----
 gi/value.h                        |   7 ++
 gjs/byteArray.cpp                 |   6 ++
 gjs/byteArray.h                   |   7 ++
 gjs/console.cpp                   |   2 +
 gjs/context-private.h             |   6 ++
 gjs/context.cpp                   |  12 ++-
 gjs/context.h                     |  62 +++++-------
 gjs/coverage.cpp                  |   8 ++
 gjs/coverage.h                    |   8 +-
 gjs/debugger.cpp                  |   2 +
 gjs/deprecation.cpp               |   1 +
 gjs/engine.cpp                    |   5 +
 gjs/global.cpp                    |  11 +-
 gjs/global.h                      |   3 +
 gjs/importer.cpp                  |  91 +++++++++++------
 gjs/importer.h                    |   4 +
 gjs/jsapi-class.h                 | 205 ++++++++++++++++++--------------------
 gjs/jsapi-dynamic-class.cpp       |   2 +
 gjs/jsapi-util-args.h             |  66 ++++--------
 gjs/jsapi-util-root.h             |  20 ++--
 gjs/jsapi-util-string.cpp         |  38 +++----
 gjs/jsapi-util.cpp                |   2 +
 gjs/jsapi-util.h                  |  70 ++++++++-----
 gjs/macros.h                      |  27 +++++
 gjs/module.cpp                    |  11 +-
 gjs/module.h                      |   2 +
 gjs/native.h                      |   4 +
 gjs/profiler-private.h            |   2 +
 gjs/profiler.cpp                  |   1 +
 modules/cairo-context.cpp         |  34 +++++--
 modules/cairo-gradient.cpp        |   2 +
 modules/cairo-image-surface.cpp   |   6 ++
 modules/cairo-linear-gradient.cpp |   1 +
 modules/cairo-module.h            |   4 +
 modules/cairo-path.cpp            |   1 +
 modules/cairo-pattern.cpp         |   1 +
 modules/cairo-pdf-surface.cpp     |   1 +
 modules/cairo-private.h           |  34 +++++++
 modules/cairo-ps-surface.cpp      |   1 +
 modules/cairo-radial-gradient.cpp |   1 +
 modules/cairo-region.cpp          |  92 +++++++++--------
 modules/cairo-solid-pattern.cpp   |   3 +
 modules/cairo-surface-pattern.cpp |   6 +-
 modules/cairo-surface.cpp         |   4 +
 modules/cairo-svg-surface.cpp     |   1 +
 modules/console.cpp               |   9 +-
 modules/console.h                 |   3 +
 modules/system.h                  |   3 +
 test/gjs-test-coverage.cpp        |   7 +-
 test/gjs-tests.cpp                |   3 +-
 85 files changed, 1198 insertions(+), 645 deletions(-)
---


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