[vlc-commits] dialog: re-order callback arguments
Thomas Guillem
git at videolan.org
Thu Mar 10 11:45:32 CET 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Mar 10 11:36:24 2016 +0100| [b37866a867aac67f9616e87fd2623f230975d81b] | committer: Thomas Guillem
dialog: re-order callback arguments
The opaque p_data is now the first argument for the sake of consistency.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b37866a867aac67f9616e87fd2623f230975d81b
---
include/vlc_dialog.h | 42 +++++++++++++++++------------------
lib/dialog.c | 20 ++++++++---------
modules/gui/macosx/coredialogs.m | 34 ++++++++++++++--------------
modules/gui/qt/dialogs/external.cpp | 30 ++++++++++++-------------
modules/gui/qt/dialogs/external.hpp | 20 ++++++++---------
src/interface/dialog.c | 25 ++++++++++-----------
test/modules/misc/tls.c | 8 +++----
test/src/interface/dialog.c | 20 ++++++++---------
test/src/misc/keystore.c | 6 ++---
9 files changed, 102 insertions(+), 103 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=b37866a867aac67f9616e87fd2623f230975d81b
More information about the vlc-commits
mailing list