:right-sidebar: True PluginDependencyFlags =================================================================== .. currentmodule:: gi.repository.Gst .. class:: PluginDependencyFlags :no-contents-entry: Flags used in connection with :func:`~gi.repository.Gst.Plugin.add_dependency`. Fields ------ .. rst-class:: interim-class .. class:: PluginDependencyFlags :no-index: .. attribute:: FILE_NAME_IS_PREFIX Interpret filename argument as filter prefix and check all matching files in the directory. Since: 1.8. .. attribute:: FILE_NAME_IS_SUFFIX Interpret filename argument as filter suffix and check all matching files in the directory .. attribute:: NONE No special flags .. attribute:: PATHS_ARE_DEFAULT_ONLY Use paths argument only if none of the environment variables is set .. attribute:: PATHS_ARE_RELATIVE_TO_EXE Interpret non-absolute paths as relative to the main executable directory. Since 1.14. .. attribute:: RECURSE Recurse into subdirectories