Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
e27df5b6
Commit
e27df5b6
authored
Sep 06, 2008
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document module_Need's side effect on the object name.
parent
177d9f10
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/modules/modules.c
src/modules/modules.c
+6
-0
No files found.
src/modules/modules.c
View file @
e27df5b6
...
@@ -328,6 +328,12 @@ const char *module_GetHelp( const module_t *m )
...
@@ -328,6 +328,12 @@ const char *module_GetHelp( const module_t *m )
* module Need
* module Need
*
*
* Return the best module function, given a capability list.
* Return the best module function, given a capability list.
*
* If the p_this object doesn't have it's psz_object_name set, then
* psz_object_name will be set to the module's name, unless the user
* provided an alias using the "module name@alias" syntax in which case
* psz_object_name will be set to the alias.
*
* \param p_this the vlc object
* \param p_this the vlc object
* \param psz_capability list of capabilities needed
* \param psz_capability list of capabilities needed
* \param psz_name name of the module asked
* \param psz_name name of the module asked
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment