Changeset e27df5b6ea4070e5cad52beefc01f6e0dfd2754b

Show
Ignore:
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
  • src/modules/modules.c

    r135e63d re27df5b  
    329329 * 
    330330 * 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 * 
    331337 * \param p_this the vlc object 
    332338 * \param psz_capability list of capabilities needed