[vlc-commits] Update NEWS for libvlc dialog API
Jean-Baptiste Kempf
git at videolan.org
Thu Feb 4 16:26:29 CET 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 4 16:25:27 2016 +0100| [c9c734d3183a4fc9e5fc100bcc36fca50133be05] | committer: Jean-Baptiste Kempf
Update NEWS for libvlc dialog API
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c9c734d3183a4fc9e5fc100bcc36fca50133be05
---
NEWS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/NEWS b/NEWS
index 043c913..5995e29 100644
--- a/NEWS
+++ b/NEWS
@@ -178,6 +178,9 @@ libVLC:
libvlc_media_player_get_agl, libvlc_media_player_set_agl
* Add libvlc_media_player_set_android_context to integrate in an Android surface
* Add libvlc_media_player_set_evas_object to draw on an EFL/Evas Object
+ * Add a new libvlc dialog API to forward dialogs requests to the applications:
+ libvlc_dialog_set_context, libvlc_dialog_get_context, libvlc_dialog_set_callbacks,
+ libvlc_dialog_dismiss, libvlc_dialog_post_action, libvlc_dialog_post_login
Logging
* Support for the SystemD Journal
More information about the vlc-commits
mailing list