Changeset e27df5b6ea4070e5cad52beefc01f6e0dfd2754b
- Timestamp:
- 06/09/08 15:12:46
(3 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1220706766 +0200
- git-parent:
[177d9f10b8cc4489a6186acd4d19b42d7040dae2]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1220706727 +0200
- Message:
Document module_Need's side effect on the object name.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r135e63d |
re27df5b |
|
| 329 | 329 | * |
|---|
| 330 | 330 | * Return the best module function, given a capability list. |
|---|
| | 331 | * |
|---|
| | 332 | * If the p_this object doesn't have it's psz_object_name set, then |
|---|
| | 333 | * psz_object_name will be set to the module's name, unless the user |
|---|
| | 334 | * provided an alias using the "module name@alias" syntax in which case |
|---|
| | 335 | * psz_object_name will be set to the alias. |
|---|
| | 336 | * |
|---|
| 331 | 337 | * \param p_this the vlc object |
|---|
| 332 | 338 | * \param psz_capability list of capabilities needed |
|---|