InstallPluginsReturn
Description:
[ CCode ( cname = "GstInstallPluginsReturn" , cprefix = "GST_INSTALL_PLUGINS_" , type_id = "gst_install_plugins_return_get_type ()" ) ]
[ GIR ( name = "InstallPluginsReturn" ) ]
public enum InstallPluginsReturn
Content:
Enum values:
- CRASHED - the installer
had an unclean exit code (ie.
- ERROR - an error occurred
during the installation.
- HELPER_MISSING -
the helper script to call the actual installer is not installed
- INSTALL_IN_PROGRESS -
a previously-started plugin installation is still in progress, try again later
- INTERNAL_FAILURE -
some internal failure has occurred when trying to start the installer
- INVALID - the helper
returned an invalid status code
- NOT_FOUND - no
appropriate installation candidate for any of the requested plugins could be found.
- PARTIAL_SUCCESS -
some of the requested plugins could be installed, but not all
- STARTED_OK - returned
by install_plugins_async to indicate that everything went fine so
far and the provided callback will be called with the result of the installation later
- SUCCESS - all of the
requested plugins could be installed
- USER_ABORT - the user
has aborted the installation
Methods: