mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
install-plugins: add new API to exports .def and to docs
https://bugzilla.gnome.org/show_bug.cgi?id=744465
This commit is contained in:
parent
4d8f52eeef
commit
25abb5fd4d
2 changed files with 6 additions and 0 deletions
|
@ -2058,6 +2058,9 @@ GstInstallPluginsContext
|
|||
gst_install_plugins_context_new
|
||||
gst_install_plugins_context_free
|
||||
gst_install_plugins_context_set_xid
|
||||
gst_install_plugins_context_set_confirm_search
|
||||
gst_install_plugins_context_set_desktop_id
|
||||
gst_install_plugins_context_set_startup_notification_id
|
||||
<SUBSECTION Standard>
|
||||
GST_TYPE_INSTALL_PLUGINS_CONTEXT
|
||||
GST_TYPE_INSTALL_PLUGINS_RETURN
|
||||
|
|
|
@ -127,6 +127,9 @@ EXPORTS
|
|||
gst_install_plugins_context_free
|
||||
gst_install_plugins_context_get_type
|
||||
gst_install_plugins_context_new
|
||||
gst_install_plugins_context_set_confirm_search
|
||||
gst_install_plugins_context_set_desktop_id
|
||||
gst_install_plugins_context_set_startup_notification_id
|
||||
gst_install_plugins_context_set_xid
|
||||
gst_install_plugins_installation_in_progress
|
||||
gst_install_plugins_return_get_name
|
||||
|
|
Loading…
Reference in a new issue