Wireshark-commits: [Wireshark-commits] master 1c822e7: prefutils: Add convenience function

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 26 Jan 2016 16:37:16 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1c822e713034d06944315c138d093aa720ab5752
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1c822e7 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    prefutils: Add convenience function
    
    This is a convenience function for allowing multiple
    key/values to be saved to the preference system, without
    having to reference pref_t or the real underlying value.
    
    It is used by the extcap save functionality, to store the
    saved values
    
    Change-Id: I1c8bf787db8ed2d17628024ec1cd19073e49d017
    Reviewed-on: https://code.wireshark.org/review/13471
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  7e72253   Qt: Detect language on Windows and load qt_xx.qm/qt_xx_XX.qm
    adds  1c822e7   prefutils: Add convenience function


Summary of changes:
 ui/preference_utils.c |   47 +++++++++++++++++++++++++++++++++++++++++++++--
 ui/preference_utils.h |   16 ++++++++++++++++
 2 files changed, 61 insertions(+), 2 deletions(-)