Wireshark-commits: [Wireshark-commits] master e2e4415: Add some glib functions not available in old

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 20 Feb 2017 12:56:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e2e4415c9fefbe3c8b840c3207c8e1197e9b385e
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e2e4415 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    Add some glib functions not available in older glibs
    
    Change-Id: I6526d799447a3b6c0b9bb42f8d0f8c3415299ed0
    Reviewed-on: https://code.wireshark.org/review/20158
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  6c65486   Qt: Mystery pixel issue is solved
    adds  e2e4415   Add some glib functions not available in older glibs


Summary of changes:
 epan/proto.c                                       |    5 --
 wsutil/CMakeLists.txt                              |    1 +
 wsutil/Makefile.am                                 |    2 +
 wsutil/glib-compat.c                               |   77 ++++++++++++++++++++
 .../codec-g729a.h => wsutil/glib-compat.h          |   27 +++----
 5 files changed, 90 insertions(+), 22 deletions(-)
 create mode 100644 wsutil/glib-compat.c
 copy plugins/easy_codec/codec-g729a.h => wsutil/glib-compat.h (67%)